From owner-svn-ports-head@FreeBSD.ORG Fri Aug 15 07:45:35 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29220E7F; Fri, 15 Aug 2014 07:45:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 09FD82510; Fri, 15 Aug 2014 07:45:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7F7jYZ6004485; Fri, 15 Aug 2014 07:45:34 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7F7jYkU004483; Fri, 15 Aug 2014 07:45:34 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201408150745.s7F7jYkU004483@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 15 Aug 2014 07:45:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364946 - in head/x11/i3lock: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2014 07:45:35 -0000 Author: marino Date: Fri Aug 15 07:45:34 2014 New Revision: 364946 URL: http://svnweb.freebsd.org/changeset/ports/364946 QAT: https://qat.redports.org/buildarchive/r364946/ Log: x11/i3lock: Fix staging orphan, assign port to submitter Details: * Change license from BSD to BSD3CLAUSE * Use @mode instead of CHMOD * Add DOCS to options * strip executable * Move patch actions to Makefile * Fix WWW * Fix orphaned etc/pam.3/i3lock * Fix LIB_DEPENDS format * Pass maintainership to Horia PR: 190992 Submitted by: Horia Racoviceanu Approved by: maintainer timeout (2 months) Deleted: head/x11/i3lock/files/ Modified: head/x11/i3lock/Makefile head/x11/i3lock/pkg-descr Modified: head/x11/i3lock/Makefile ============================================================================== --- head/x11/i3lock/Makefile Fri Aug 15 07:31:47 2014 (r364945) +++ head/x11/i3lock/Makefile Fri Aug 15 07:45:34 2014 (r364946) @@ -3,19 +3,19 @@ PORTNAME= i3lock PORTVERSION= 2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://i3wm.org/${PORTNAME}/ -MAINTAINER= dhn@FreeBSD.org +MAINTAINER= horia@racoviceanu.com COMMENT= Slightly improved screen locker based on slock -LICENSE= BSD +LICENSE= BSD3CLAUSE -LIB_DEPENDS= libcairo.so.2:${PORTSDIR}/graphics/cairo \ +LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms \ libxcb-image.so:${PORTSDIR}/x11/xcb-util-image \ - libev.so.4:${PORTSDIR}/devel/libev \ + libev.so:${PORTSDIR}/devel/libev \ libxkbfile.so:${PORTSDIR}/x11/libxkbfile \ libxkbcommon.so:${PORTSDIR}/x11/libxkbcommon @@ -23,14 +23,27 @@ MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${ X11INC="${LOCALBASE}/include" CC="${CC}" \ MANDIR="${MANPREFIX}/man" -PLIST_FILES= bin/i3lock \ +PLIST_FILES= "@mode 4755" bin/i3lock @mode \ man/man1/i3lock.1.gz LDFLAGS+= ${ICONV_LIB} USE_XORG= x11 xcb xt xproto xext USES= gmake iconv pkgconfig tar:bzip2 +PORTDOCS= CHANGELOG README + +OPTIONS_DEFINE= DOCS + +post-patch: + @${REINPLACE_CMD} -e 's|.*pam.d/i3lock.*| $$(INSTALL)\ + -m 644 i3lock.1 $$(DESTDIR)$$(PREFIX)/man/man1|; \ + /pam.d/d' \ + ${WRKSRC}/Makefile + post-install: - ${CHMOD} u+s ${STAGEDIR}${PREFIX}/bin/i3lock + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/i3lock + + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Modified: head/x11/i3lock/pkg-descr ============================================================================== --- head/x11/i3lock/pkg-descr Fri Aug 15 07:31:47 2014 (r364945) +++ head/x11/i3lock/pkg-descr Fri Aug 15 07:45:34 2014 (r364946) @@ -8,4 +8,4 @@ you have entered a password when resumin i3lock was forked from slock-0.9 -WWW: http://i3.zekjur.net/i3lock/ +WWW: http://i3wm.org/i3lock/