Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Aug 2019 22:33:36 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508287 - head/x11/xlockmore
Message-ID:  <201908062233.x76MXaeA036130@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh (doc committer)
Date: Tue Aug  6 22:33:35 2019
New Revision: 508287
URL: https://svnweb.freebsd.org/changeset/ports/508287

Log:
  - update to 5.57
  - remove unnecessary patches (worked with upstream to bring in)
  - shift to uses for gnome
  - add libdepends on libpng16.so:graphics/png

Modified:
  head/x11/xlockmore/Makefile
  head/x11/xlockmore/distinfo

Modified: head/x11/xlockmore/Makefile
==============================================================================
--- head/x11/xlockmore/Makefile	Tue Aug  6 22:21:47 2019	(r508286)
+++ head/x11/xlockmore/Makefile	Tue Aug  6 22:33:35 2019	(r508287)
@@ -2,27 +2,27 @@
 # $FreeBSD$
 
 PORTNAME=	xlockmore
-PORTVERSION=	5.55
-PORTREVISION=	1
+PORTVERSION=	5.57
 CATEGORIES?=	x11
 MASTER_SITES=	http://www.sillycycle.com/xlock/ \
 		LOCAL/jgh/x11/${PORTNAME}/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	jgh@FreeBSD.org
 COMMENT=	Like XLock session locker/screen saver, but just more
 
 LICENSE=	BSD2CLAUSE
 
-USES=		tar:xz
+USES=		tar:xz gnome
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-motif --without-ttf --without-editres \
 		--without-dtsaver --without-rplay --without-nas \
 		--without-gtk --without-esound --disable-setuid
 
-USE_GNOME=	#
 USE_XORG=	x11 xaw ice sm xpm xext xinerama
 
-LIB_DEPENDS+=	libfreetype.so:print/freetype2
+LIB_DEPENDS+=	libfreetype.so:print/freetype2 \
+		libpng16.so:graphics/png
 
 OPTIONS_DEFINE=	MESAGL MB SYSLOG DISABLE_ALLOW_ROOT NICE_ONLY BLANK_ONLY \
 		KERBEROS4 BAD_PAM GTK2 TIME_BOMB CUSTOMIZATION MAGICK JP \
@@ -162,13 +162,5 @@ pre-extract:
 
 post-patch:
 	@${REINPLACE_CMD} -e '/xglockrc/ s|PROGRAM|DATA|' ${WRKSRC}/xglock/Makefile.in
-	@${REINPLACE_CMD} -e 's|$$(SOUNDPATH)|$$(DESTDIR)$$(SOUNDPATH)|g' ${WRKSRC}/modes/Makefile.in
-	@${REINPLACE_CMD} -e '/$$(ETCDIR)play.sh/ s|$$(INSTALL_PROGRAM)|$$(INSTALL_PROGRAM:N-s)|' ${WRKSRC}/modes/Makefile.in
-.if exists(/usr/bin/fortune)
-	@${REINPLACE_CMD} -e 's|/usr/games/fortune|/usr/bin/fortune|' ${WRKSRC}/modes/Makefile.in
-.endif
-
-post-configure:
-	@${REINPLACE_CMD} -e 's/-lXdpms//g' ${WRKSRC}/modes/Makefile
 
 .include <bsd.port.mk>

Modified: head/x11/xlockmore/distinfo
==============================================================================
--- head/x11/xlockmore/distinfo	Tue Aug  6 22:21:47 2019	(r508286)
+++ head/x11/xlockmore/distinfo	Tue Aug  6 22:33:35 2019	(r508287)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1531500962
-SHA256 (xlockmore-5.55.tar.xz) = d4f1fa5b19efc20262d77207636aa54fc66ba40aa867119f03a15981b3396ef8
-SIZE (xlockmore-5.55.tar.xz) = 1650116
+TIMESTAMP = 1565032489
+SHA256 (xlockmore-5.57.tar.xz) = f9acf99befd798ac93909b2d7d6578a256d2dac283ddc562acc9b6ef10cc28a3
+SIZE (xlockmore-5.57.tar.xz) = 1835880



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908062233.x76MXaeA036130>