svn commit: r452739 - in head/x11/xscreensaver: . files
Niclas Zeising
zeising at FreeBSD.org
Mon Oct 23 20:34:26 UTC 2017
Author: zeising
Date: Mon Oct 23 20:34:24 2017
New Revision: 452739
URL: https://svnweb.freebsd.org/changeset/ports/452739
Log:
Update to 5.37
This adds a new hack called vigilance.
It also comes with a couple of new things for the BSOD hack.
There is also assorted bug fixes.
Modified:
head/x11/xscreensaver/Makefile
head/x11/xscreensaver/distinfo
head/x11/xscreensaver/files/patch-driver_Makefile.in
head/x11/xscreensaver/pkg-plist
Modified: head/x11/xscreensaver/Makefile
==============================================================================
--- head/x11/xscreensaver/Makefile Mon Oct 23 20:27:28 2017 (r452738)
+++ head/x11/xscreensaver/Makefile Mon Oct 23 20:34:24 2017 (r452739)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= xscreensaver
-PORTVERSION= 5.36
-PORTREVISION= 1
+PORTVERSION= 5.37
CATEGORIES= x11
MASTER_SITES= http://www.jwz.org/xscreensaver/
@@ -26,6 +25,7 @@ USE_GNOME= cairo gdkpixbuf2 gtk20 intltool libglade2 l
USE_PERL5= run
USE_XORG= ice sm x11 xext xi xinerama xmu xrandr xrender xpm xt \
xxf86misc xxf86vm
+USE_CSTD= gnu99
GNU_CONFIGURE= yes
CONFIGURE_ENV+= PERL="${PERL}"
Modified: head/x11/xscreensaver/distinfo
==============================================================================
--- head/x11/xscreensaver/distinfo Mon Oct 23 20:27:28 2017 (r452738)
+++ head/x11/xscreensaver/distinfo Mon Oct 23 20:34:24 2017 (r452739)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490768714
-SHA256 (xscreensaver-5.36.tar.gz) = 6b8b5238047f1613d99149bb02d5ed3384675f3ce74a0a8ba25290bd61abc06c
-SIZE (xscreensaver-5.36.tar.gz) = 10600872
+TIMESTAMP = 1508351070
+SHA256 (xscreensaver-5.37.tar.gz) = 7ac7aea494df9293e68a4211b64861b577bbfb8769ee4b0a0f504cb27e6be5d9
+SIZE (xscreensaver-5.37.tar.gz) = 10598833
Modified: head/x11/xscreensaver/files/patch-driver_Makefile.in
==============================================================================
--- head/x11/xscreensaver/files/patch-driver_Makefile.in Mon Oct 23 20:27:28 2017 (r452738)
+++ head/x11/xscreensaver/files/patch-driver_Makefile.in Mon Oct 23 20:34:24 2017 (r452739)
@@ -20,12 +20,3 @@
UTILS_SRC = $(srcdir)/../utils
UTILS_BIN = ../utils
-@@ -205,7 +205,7 @@ PDF2JPEG_LIBS = -framework Cocoa
- SAVER_LIBS = $(LIBS) $(X_LIBS) $(XMU_LIBS) @SAVER_LIBS@ \
- $(XDPMS_LIBS) $(XINERAMA_LIBS) $(GL_LIBS) $(X_PRE_LIBS) \
- -lXt -lX11 -lXext $(X_EXTRA_LIBS) \
-- $(PASSWD_LIBS)
-+ $(PASSWD_LIBS) $(INTL_LIBS)
-
- CMD_LIBS = $(LIBS) $(X_LIBS) \
- $(X_PRE_LIBS) -lX11 -lXext $(X_EXTRA_LIBS)
Modified: head/x11/xscreensaver/pkg-plist
==============================================================================
--- head/x11/xscreensaver/pkg-plist Mon Oct 23 20:27:28 2017 (r452738)
+++ head/x11/xscreensaver/pkg-plist Mon Oct 23 20:34:24 2017 (r452739)
@@ -215,6 +215,7 @@ bin/xscreensaver-hacks/twang
bin/xscreensaver-hacks/unicrud
bin/xscreensaver-hacks/unknownpleasures
bin/xscreensaver-hacks/vermiculate
+bin/xscreensaver-hacks/vigilance
bin/xscreensaver-hacks/vidwhacker
bin/xscreensaver-hacks/voronoi
bin/xscreensaver-hacks/wander
@@ -448,6 +449,7 @@ man/man6/unicrud.6.gz
man/man6/unknownpleasures.6.gz
man/man6/vermiculate.6.gz
man/man6/vidwhacker.6.gz
+man/man6/vigilance.6.gz
man/man6/voronoi.6.gz
man/man6/wander.6.gz
man/man6/webcollage.6.gz
@@ -468,7 +470,6 @@ share/applications/xscreensaver-lock.desktop
share/applications/xscreensaver-properties.desktop
share/applications/xscreensaver-start.desktop
share/applications/xscreensaver-stop.desktop
-%%NLS%%share/locale/ca/LC_MESSAGES/xscreensaver.mo
%%NLS%%share/locale/da/LC_MESSAGES/xscreensaver.mo
%%NLS%%share/locale/de/LC_MESSAGES/xscreensaver.mo
%%NLS%%share/locale/es/LC_MESSAGES/xscreensaver.mo
@@ -701,6 +702,7 @@ share/pixmaps/xscreensaver.xpm
%%DATADIR%%/config/unknownpleasures.xml
%%DATADIR%%/config/vermiculate.xml
%%DATADIR%%/config/vidwhacker.xml
+%%DATADIR%%/config/vigilance.xml
%%DATADIR%%/config/voronoi.xml
%%DATADIR%%/config/wander.xml
%%DATADIR%%/config/webcollage.xml
More information about the svn-ports-head
mailing list