Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 2015 15:37:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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...
Message-ID:  <201506291537.t5TFbF6C095733@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.post.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>



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