svn commit: r390932 - in head: databases/rrdtool10 devel/p5-WeakRef graphics/IPA math/p5-Math-Geometry-Planar-GPC-PolygonXS net-mgmt/flowd textproc/libtext-charwidth-perl

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 29 18:42:57 UTC 2015


Author: amdmi3
Date: Mon Jun 29 18:42:55 2015
New Revision: 390932
URL: https://svnweb.freebsd.org/changeset/ports/390932

Log:
  - Remove now needless chmod u+w/u-w from my and unmaintained ports

Modified:
  head/databases/rrdtool10/Makefile
  head/devel/p5-WeakRef/Makefile
  head/graphics/IPA/Makefile
  head/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile
  head/net-mgmt/flowd/Makefile
  head/textproc/libtext-charwidth-perl/Makefile

Modified: head/databases/rrdtool10/Makefile
==============================================================================
--- head/databases/rrdtool10/Makefile	Mon Jun 29 18:28:45 2015	(r390931)
+++ head/databases/rrdtool10/Makefile	Mon Jun 29 18:42:55 2015	(r390932)
@@ -44,8 +44,6 @@ post-patch:
 		${WRKSRC}/doc/Makefile.in
 
 post-install:
-	${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/RRDs/RRDs.so
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/RRDs/RRDs.so
-	${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/RRDs/RRDs.so
 
 .include <bsd.port.mk>

Modified: head/devel/p5-WeakRef/Makefile
==============================================================================
--- head/devel/p5-WeakRef/Makefile	Mon Jun 29 18:28:45 2015	(r390931)
+++ head/devel/p5-WeakRef/Makefile	Mon Jun 29 18:42:55 2015	(r390932)
@@ -16,8 +16,6 @@ USES=		perl5
 USE_PERL5=	configure
 
 post-install:
-	${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/WeakRef/WeakRef.so
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/WeakRef/WeakRef.so
-	${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/WeakRef/WeakRef.so
 
 .include <bsd.port.mk>

Modified: head/graphics/IPA/Makefile
==============================================================================
--- head/graphics/IPA/Makefile	Mon Jun 29 18:28:45 2015	(r390931)
+++ head/graphics/IPA/Makefile	Mon Jun 29 18:42:55 2015	(r390932)
@@ -19,8 +19,6 @@ INSTALL_TARGET=	pure_install
 MAKE_JOBS_UNSAFE=	yes
 
 post-install:
-	${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IPA/IPA.so
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IPA/IPA.so
-	${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IPA/IPA.so
 
 .include <bsd.port.mk>

Modified: head/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile
==============================================================================
--- head/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile	Mon Jun 29 18:28:45 2015	(r390931)
+++ head/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile	Mon Jun 29 18:42:55 2015	(r390932)
@@ -18,8 +18,6 @@ USES=		perl5
 USE_PERL5=	configure
 
 post-install:
-	${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/PolygonXS/PolygonXS.so
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/PolygonXS/PolygonXS.so
-	${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/PolygonXS/PolygonXS.so
 
 .include <bsd.port.mk>

Modified: head/net-mgmt/flowd/Makefile
==============================================================================
--- head/net-mgmt/flowd/Makefile	Mon Jun 29 18:28:45 2015	(r390931)
+++ head/net-mgmt/flowd/Makefile	Mon Jun 29 18:42:55 2015	(r390932)
@@ -66,9 +66,7 @@ pre-install:
 
 .if ${PORT_OPTIONS:MPERL}
 	( cd ${WRKSRC}/Flowd-perl && ${MAKE_CMD} install )
-	@${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Flowd/Flowd.so
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Flowd/Flowd.so
-	@${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Flowd/Flowd.so
 .endif
 
 .if ${PORT_OPTIONS:MPYTHON}

Modified: head/textproc/libtext-charwidth-perl/Makefile
==============================================================================
--- head/textproc/libtext-charwidth-perl/Makefile	Mon Jun 29 18:28:45 2015	(r390931)
+++ head/textproc/libtext-charwidth-perl/Makefile	Mon Jun 29 18:42:55 2015	(r390932)
@@ -20,8 +20,6 @@ post-extract:
 	@${MV} ${WRKSRC}.orig ${WRKSRC}
 
 post-install:
-	${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CharWidth/CharWidth.so
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CharWidth/CharWidth.so
-	${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CharWidth/CharWidth.so
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list