pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

eureka-devel: Move notes from COMMIT_MSG to README



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Sep 27 14:52:11 2024 +0200
Changeset:	8a87839ac949af1a677c96ad98203a943099afdc

Modified Files:
	eureka-devel/options.mk
Added Files:
	eureka-devel/README
Removed Files:
	eureka-devel/COMMIT_MSG

Log Message:
eureka-devel: Move notes from COMMIT_MSG to README

Indentation in options.mk fixed according to pkglint.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8a87839ac949af1a677c96ad98203a943099afdc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 eureka-devel/COMMIT_MSG | 12 ------------
 eureka-devel/README     |  2 ++
 eureka-devel/options.mk |  2 +-
 3 files changed, 3 insertions(+), 13 deletions(-)

diffs:
diff --git a/eureka-devel/COMMIT_MSG b/eureka-devel/COMMIT_MSG
deleted file mode 100644
index 7f46cc08f5..0000000000
--- a/eureka-devel/COMMIT_MSG
+++ /dev/null
@@ -1,12 +0,0 @@
-games/eureka: Update to 2.0.2
-
-# CHANGES IN Eureka 2.0.2
-
-(Since version 2.0.1)
-
-## Bug fixes
-
-* Fixed a crash happening when deleting all things from the map.
-* Fixed a crash happening when deleting a group of linedefs.
-* Fixed a bug where the linedef splitting hint wouldn't show up when
-  in FREE grid mode (introduced by 2.0.0).
diff --git a/eureka-devel/README b/eureka-devel/README
new file mode 100644
index 0000000000..d9a4c33526
--- /dev/null
+++ b/eureka-devel/README
@@ -0,0 +1,2 @@
+Development snapshot.
+Not intended for import.
diff --git a/eureka-devel/options.mk b/eureka-devel/options.mk
index b73c85c4eb..c2ae2029e5 100644
--- a/eureka-devel/options.mk
+++ b/eureka-devel/options.mk
@@ -23,5 +23,5 @@ CMAKE_CONFIGURE_ARGS+=	-DENABLE_OPENGL=off
 # xdg-utils: Create dependency for xdg-utils (Portland project)
 # Can be used by FLTK for fl_open_uri() on X11.
 .if !empty(PKG_OPTIONS:Mxdg-utils)
-DEPENDS+=	xdg-utils>=1.1:../../misc/xdg-utils
+DEPENDS+=		xdg-utils>=1.1:../../misc/xdg-utils
 .endif


Home | Main Index | Thread Index | Old Index