From owner-svn-ports-all@freebsd.org Tue Mar 21 17:37:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 992BDD163FF; Tue, 21 Mar 2017 17:37:10 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 714E31AAA; Tue, 21 Mar 2017 17:37:10 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2LHb9F1031742; Tue, 21 Mar 2017 17:37:09 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2LHb95L031739; Tue, 21 Mar 2017 17:37:09 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201703211737.v2LHb95L031739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Tue, 21 Mar 2017 17:37:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436623 - head/x11/xlockmore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Mar 2017 17:37:10 -0000 Author: jgh Date: Tue Mar 21 17:37:09 2017 New Revision: 436623 URL: https://svnweb.freebsd.org/changeset/ports/436623 Log: - update to version 5.51 - address issue with fortune [1] - address master_sites for distribution as main site is no longer operational - attach xorg library dependencies - attach license - adjust make_args for destdir support PR: 217182 [1] Reported by:>>>>Richard Narron Modified: head/x11/xlockmore/Makefile head/x11/xlockmore/distinfo head/x11/xlockmore/pkg-descr Modified: head/x11/xlockmore/Makefile ============================================================================== --- head/x11/xlockmore/Makefile Tue Mar 21 17:20:58 2017 (r436622) +++ head/x11/xlockmore/Makefile Tue Mar 21 17:37:09 2017 (r436623) @@ -2,15 +2,16 @@ # $FreeBSD$ PORTNAME= xlockmore -PORTVERSION= 5.46 -PORTREVISION= 1 +PORTVERSION= 5.51 CATEGORIES?= x11 -MASTER_SITES= http://www.tux.org/~bagleyd/xlock/ \ +MASTER_SITES= http://www.sillycycle.com/xlock/ \ LOCAL/jgh/x11/${PORTNAME}/ MAINTAINER= jgh@FreeBSD.org COMMENT= Like XLock session locker/screen saver, but just more +LICENSE= BSD2CLAUSE + USES= tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-motif --without-ttf --without-editres \ @@ -18,7 +19,7 @@ CONFIGURE_ARGS= --without-motif --withou --without-gtk --without-esound --disable-setuid USE_GNOME= # -USE_XORG= x11 xaw ice +USE_XORG= x11 xaw ice sm xpm xext xinerama LIB_DEPENDS+= libfreetype.so:print/freetype2 @@ -46,9 +47,9 @@ OPTIONS_RADIO_ONE= PAM XLOCK_GROUP NO_OPTIONS_SORT=yes -MAKE_ARGS+= bindir=${STAGEDIR}${PREFIX}/bin \ - mandir=${STAGEDIR}${PREFIX}/man/man1 \ - datarootdir=${STAGEDIR}${PREFIX}/share \ +MAKE_ARGS+= bindir=${PREFIX}/bin \ + mandir=${PREFIX}/man/man1 \ + datarootdir=${PREFIX}/share \ xapploaddir=${PREFIX}/lib/X11/app-defaults .include @@ -158,6 +159,9 @@ pre-extract: post-patch: @${REINPLACE_CMD} -e '/xglockrc/ s|PROGRAM|DATA|' ${WRKSRC}/xglock/Makefile.in +.if ${OSVERSION} > 1003500 + @${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 Modified: head/x11/xlockmore/distinfo ============================================================================== --- head/x11/xlockmore/distinfo Tue Mar 21 17:20:58 2017 (r436622) +++ head/x11/xlockmore/distinfo Tue Mar 21 17:37:09 2017 (r436623) @@ -1,2 +1,3 @@ -SHA256 (xlockmore-5.46.tar.xz) = 32b3be122c4fde5ae70dba5899bbcc20cd7e80119e246d79455d84046d6d40df -SIZE (xlockmore-5.46.tar.xz) = 1610356 +TIMESTAMP = 1490033477 +SHA256 (xlockmore-5.51.tar.xz) = 47118e718e5c892e52ecb21ff4ccfc65592643696768c57c388095732f42608d +SIZE (xlockmore-5.51.tar.xz) = 1633736 Modified: head/x11/xlockmore/pkg-descr ============================================================================== --- head/x11/xlockmore/pkg-descr Tue Mar 21 17:20:58 2017 (r436622) +++ head/x11/xlockmore/pkg-descr Tue Mar 21 17:37:09 2017 (r436623) @@ -12,4 +12,4 @@ password Control-U and Control-H are act erase respectively. To return to the locked screen, click in the small icon version of the changing pattern. -WWW: http://www.tux.org/~bagleyd/xlockmore.html +WWW: http://sillycycle.com/xlockmore.html