pkgsrc-WIP-changes archive

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

xsnow: Update to 3.1.8



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon Dec 7 14:29:26 2020 +0100
Changeset:	fedcf7e84d1552bf009a192468d82f08f521994b

Modified Files:
	xsnow/Makefile
	xsnow/PLIST
	xsnow/TODO
	xsnow/distinfo

Log Message:
xsnow: Update to 3.1.8

Testet to work on NetBSD 9 with fvwm2.

Changelog for version 3.1.8:
    1:use config.h to determine if alloca.h should be included
      configure.ac, Makefile.am: use pkg-config to locate.
      X11, Xpm, xt, xproto
    2:configure.ac: remove tests for libraries, relying on pkg-config now
    3:remove uses of alloca, except ik kdtree.c
      define USE_LIST_NODE_ALLOCATOR and  NO_ALLOCA in kdtree.c
      remove USE_LIST_NODE_ALLOCATOR from Makefile.am
      snow.c: free local variables in genxpmflake()

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

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

diffstat:
 xsnow/Makefile | 2 +-
 xsnow/PLIST    | 6 ++++--
 xsnow/TODO     | 4 ++--
 xsnow/distinfo | 8 ++++----
 4 files changed, 11 insertions(+), 9 deletions(-)

diffs:
diff --git a/xsnow/Makefile b/xsnow/Makefile
index 7d4f7c063b..81830f8dca 100644
--- a/xsnow/Makefile
+++ b/xsnow/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	xsnow-3.1.7
+DISTNAME=	xsnow-3.1.8
 CATEGORIES=	x11
 MASTER_SITES=	https://ratrabbit.nl/downloads/xsnow/
 
diff --git a/xsnow/PLIST b/xsnow/PLIST
index 241103c97e..35129a96a8 100644
--- a/xsnow/PLIST
+++ b/xsnow/PLIST
@@ -1,3 +1,5 @@
 @comment $NetBSD$
-bin/xsnow
-${IMAKE_MAN_DIR}/xsnow.${IMAKE_MAN_SUFFIX}
+games/xsnow
+man/man6/xsnow.6
+share/applications/xsnow.desktop
+share/pixmaps/xsnow.svg
diff --git a/xsnow/TODO b/xsnow/TODO
index 9cb850bf3f..06598b0f55 100644
--- a/xsnow/TODO
+++ b/xsnow/TODO
@@ -1,4 +1,4 @@
 [X] Add license to Makefile
 [X] Add new dependecies
-[ ] Update to 3.1.8 (should have NetBSD support)
-[ ] Update PLIST
+[X] Update to 3.1.8 (should have NetBSD support)
+[X] Update PLIST
diff --git a/xsnow/distinfo b/xsnow/distinfo
index a079f90818..0b30dfe333 100644
--- a/xsnow/distinfo
+++ b/xsnow/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (xsnow-3.1.7.tar.gz) = e126ce9ccac795a16d404e01c84b0e3dd7fe0611
-RMD160 (xsnow-3.1.7.tar.gz) = c460fdbfd97a77717e806dc9a46a65022f185d45
-SHA512 (xsnow-3.1.7.tar.gz) = 32f4b4c0fd3879bd98e88a1ac560f47224d9f3ddbfd3f7f5e3ecafb47ffd0f6fad9aaca62090cc654bd76cc8dcb74984220024478fbc106a1dfa585761d70735
-Size (xsnow-3.1.7.tar.gz) = 364285 bytes
+SHA1 (xsnow-3.1.8.tar.gz) = c07615f23a95dc48b867b07437ad40ee775a0506
+RMD160 (xsnow-3.1.8.tar.gz) = 0f08c3091d4be1fd85795e83eccdb43f14f10615
+SHA512 (xsnow-3.1.8.tar.gz) = 35fd8c875557c3337f8a0ddfbe931bfad57834d037e4611bfeb63886efb2e786f9357f3451bc8b59cc5bdd4a67f21556a012b90f4d0493921225df47e67f28d0
+Size (xsnow-3.1.8.tar.gz) = 364186 bytes


Home | Main Index | Thread Index | Old Index