From owner-svn-ports-all@freebsd.org Thu Oct 11 15:17:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C9F210BDEA2; Thu, 11 Oct 2018 15:17:32 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 505AB74788; Thu, 11 Oct 2018 15:17:32 +0000 (UTC) (envelope-from bapt@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3E6201228A; Thu, 11 Oct 2018 15:17:32 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9BFHW2k043077; Thu, 11 Oct 2018 15:17:32 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9BFHV3p043076; Thu, 11 Oct 2018 15:17:31 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201810111517.w9BFHV3p043076@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 11 Oct 2018 15:17:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481834 - head/x11/i3lock X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/x11/i3lock X-SVN-Commit-Revision: 481834 X-SVN-Commit-Repository: ports 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.27 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: Thu, 11 Oct 2018 15:17:32 -0000 Author: bapt Date: Thu Oct 11 15:17:31 2018 New Revision: 481834 URL: https://svnweb.freebsd.org/changeset/ports/481834 Log: Update to 2.11 Modified: head/x11/i3lock/Makefile head/x11/i3lock/distinfo Modified: head/x11/i3lock/Makefile ============================================================================== --- head/x11/i3lock/Makefile Thu Oct 11 14:47:13 2018 (r481833) +++ head/x11/i3lock/Makefile Thu Oct 11 15:17:31 2018 (r481834) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= i3lock -PORTVERSION= 2.10 -PORTREVISION= 2 +PORTVERSION= 2.11 CATEGORIES= x11 MASTER_SITES= http://i3wm.org/${PORTNAME}/ @@ -19,7 +18,8 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \ libev.so:devel/libev \ libxkbfile.so:x11/libxkbfile \ libxkbcommon.so:x11/libxkbcommon \ - libxcb-util.so:x11/xcb-util + libxcb-util.so:x11/xcb-util \ + libxcb-xrm.so:x11/xcb-util-xrm MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${LOCALBASE}/lib" \ X11INC="${LOCALBASE}/include" CC="${CC}" \ @@ -30,20 +30,16 @@ PLIST_FILES= "@(,,4755) bin/i3lock" \ LDFLAGS+= ${ICONV_LIB} USE_XORG= x11 xcb xt xorgproto xext -USES= gmake iconv pkgconfig tar:bzip2 +USES= gmake iconv localbase pkgconfig tar:bzip2 +GNU_CONFIGURE= yes PORTDOCS= CHANGELOG README.md 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: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/i3lock + @${RM} ${STAGEDIR}${PREFIX}/etc/pam.d/i3lock post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/x11/i3lock/distinfo ============================================================================== --- head/x11/i3lock/distinfo Thu Oct 11 14:47:13 2018 (r481833) +++ head/x11/i3lock/distinfo Thu Oct 11 15:17:31 2018 (r481834) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511774126 -SHA256 (i3lock-2.10.tar.bz2) = 29eb32bf317fad7b292e15be6c02d693bfc6dbfdd6d98f0a6db71e189140c8ee -SIZE (i3lock-2.10.tar.bz2) = 23171 +TIMESTAMP = 1539262611 +SHA256 (i3lock-2.11.tar.bz2) = 0e1d791063fab22147ab2ce95957d56d34cb53b452e1781ec37997d04a84c44f +SIZE (i3lock-2.11.tar.bz2) = 145308