From owner-svn-ports-all@freebsd.org Mon Jun 29 15:37:18 2015 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 CB18598F311; Mon, 29 Jun 2015 15:37:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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 B8CCE1F1C; Mon, 29 Jun 2015 15:37:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TFbI5h095773; Mon, 29 Jun 2015 15:37:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TFbF6C095733; Mon, 29 Jun 2015 15:37:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506291537.t5TFbF6C095733@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2015 15:37:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390915 - in head: archivers/p5-Archive-Extract-Libarchive archivers/p5-Compress-Raw-Bzip2 archivers/p5-Compress-Raw-Lzma archivers/p5-Compress-Raw-Zlib archivers/p5-Compress-Snappy dev... 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.20 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: Mon, 29 Jun 2015 15:37:19 -0000 Author: sunpoet Date: Mon Jun 29 15:37:14 2015 New Revision: 390915 URL: https://svnweb.freebsd.org/changeset/ports/390915 Log: - Cleanup CHMOD after r390893 Modified: head/archivers/p5-Archive-Extract-Libarchive/Makefile head/archivers/p5-Compress-Raw-Bzip2/Makefile head/archivers/p5-Compress-Raw-Lzma/Makefile head/archivers/p5-Compress-Raw-Zlib/Makefile head/archivers/p5-Compress-Snappy/Makefile head/devel/p5-Date-Simple/Makefile head/devel/p5-Devel-MAT/Makefile head/devel/p5-Function-Parameters/Makefile head/devel/p5-Glib-Object-Introspection/Makefile head/devel/p5-Type-Tiny-XS/Makefile head/math/p5-Math-Int64/Makefile head/net/p5-Net-ARP/Makefile head/textproc/p5-Unicode-Collate/Makefile Modified: head/archivers/p5-Archive-Extract-Libarchive/Makefile ============================================================================== --- head/archivers/p5-Archive-Extract-Libarchive/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/archivers/p5-Archive-Extract-Libarchive/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -24,8 +24,6 @@ USE_PERL5= modbuild USES= perl5 post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Archive/Extract/Libarchive/Libarchive.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Archive/Extract/Libarchive/Libarchive.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Archive/Extract/Libarchive/Libarchive.so .include Modified: head/archivers/p5-Compress-Raw-Bzip2/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Bzip2/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/archivers/p5-Compress-Raw-Bzip2/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -21,8 +21,6 @@ USE_PERL5= configure USES= perl5 post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Bzip2/Bzip2.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Bzip2/Bzip2.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Bzip2/Bzip2.so .include Modified: head/archivers/p5-Compress-Raw-Lzma/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Lzma/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/archivers/p5-Compress-Raw-Lzma/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -26,8 +26,6 @@ USES= perl5 LZMALIB_LIB_DEPENDS= liblzma.so.1:${PORTSDIR}/archivers/lzmalib post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Lzma/Lzma.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Lzma/Lzma.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Lzma/Lzma.so .include Modified: head/archivers/p5-Compress-Raw-Zlib/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Zlib/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/archivers/p5-Compress-Raw-Zlib/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -24,8 +24,6 @@ post-patch: @${REINPLACE_CMD} -e '/^BUILD_ZLIB/ s|True|False|; /^INCLUDE/ s|= .*$$|= ${INCLUDEDIR}|; /^LIB/ s|= .*$$|= ${LIBDIR}|' ${WRKSRC}/config.in post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Zlib/Zlib.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Zlib/Zlib.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Zlib/Zlib.so .include Modified: head/archivers/p5-Compress-Snappy/Makefile ============================================================================== --- head/archivers/p5-Compress-Snappy/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/archivers/p5-Compress-Snappy/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -20,8 +20,6 @@ USE_PERL5= configure USES= perl5 post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Snappy/Snappy.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Snappy/Snappy.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Snappy/Snappy.so .include Modified: head/devel/p5-Date-Simple/Makefile ============================================================================== --- head/devel/p5-Date-Simple/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/devel/p5-Date-Simple/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -18,8 +18,6 @@ USE_PERL5= configure USES= perl5 post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Date/Simple/Simple.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Date/Simple/Simple.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Date/Simple/Simple.so .include Modified: head/devel/p5-Devel-MAT/Makefile ============================================================================== --- head/devel/p5-Devel-MAT/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/devel/p5-Devel-MAT/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -39,8 +39,6 @@ BROKEN= Fails to build with Perl >= 5.2 .endif post-install: - @${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/Dumper/Dumper.so ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/MAT.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/Dumper/Dumper.so ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/MAT.so - @${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/Dumper/Dumper.so ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/MAT.so .include Modified: head/devel/p5-Function-Parameters/Makefile ============================================================================== --- head/devel/p5-Function-Parameters/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/devel/p5-Function-Parameters/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -28,8 +28,6 @@ USE_PERL5= configure USES= perl5 post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Function/Parameters/Parameters.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Function/Parameters/Parameters.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Function/Parameters/Parameters.so .include Modified: head/devel/p5-Glib-Object-Introspection/Makefile ============================================================================== --- head/devel/p5-Glib-Object-Introspection/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/devel/p5-Glib-Object-Introspection/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -32,8 +32,6 @@ TEST_BUILD_DEPENDS= ${LOCALBASE}/libdata ${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc:${PORTSDIR}/devel/glib20 post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Glib/Object/Introspection/Introspection.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Glib/Object/Introspection/Introspection.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Glib/Object/Introspection/Introspection.so .include Modified: head/devel/p5-Type-Tiny-XS/Makefile ============================================================================== --- head/devel/p5-Type-Tiny-XS/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/devel/p5-Type-Tiny-XS/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -19,8 +19,6 @@ USE_PERL5= configure USES= perl5 post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Type/Tiny/XS/XS.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Type/Tiny/XS/XS.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Type/Tiny/XS/XS.so .include Modified: head/math/p5-Math-Int64/Makefile ============================================================================== --- head/math/p5-Math-Int64/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/math/p5-Math-Int64/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -17,8 +17,6 @@ USE_PERL5= configure USES= perl5 post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Int64/Int64.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Int64/Int64.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Int64/Int64.so .include Modified: head/net/p5-Net-ARP/Makefile ============================================================================== --- head/net/p5-Net-ARP/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/net/p5-Net-ARP/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -19,8 +19,6 @@ USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME} post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/ARP/ARP.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/ARP/ARP.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/ARP/ARP.so .include Modified: head/textproc/p5-Unicode-Collate/Makefile ============================================================================== --- head/textproc/p5-Unicode-Collate/Makefile Mon Jun 29 15:35:54 2015 (r390914) +++ head/textproc/p5-Unicode-Collate/Makefile Mon Jun 29 15:37:14 2015 (r390915) @@ -17,8 +17,6 @@ USE_PERL5= configure USES= perl5 post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/Collate/Collate.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/Collate/Collate.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/Collate/Collate.so .include