svn commit: r382469 - head/devel/p5-Scope-Upper

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 28 12:17:36 UTC 2015


Author: sunpoet
Date: Sat Mar 28 12:17:34 2015
New Revision: 382469
URL: https://svnweb.freebsd.org/changeset/ports/382469
QAT: https://qat.redports.org/buildarchive/r382469/

Log:
  - Update to 0.27
  - Allow to strip shared library as regular user
  
  Changes:	http://search.cpan.org/dist/Scope-Upper/Changes

Modified:
  head/devel/p5-Scope-Upper/Makefile
  head/devel/p5-Scope-Upper/distinfo

Modified: head/devel/p5-Scope-Upper/Makefile
==============================================================================
--- head/devel/p5-Scope-Upper/Makefile	Sat Mar 28 12:17:29 2015	(r382468)
+++ head/devel/p5-Scope-Upper/Makefile	Sat Mar 28 12:17:34 2015	(r382469)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Scope-Upper
-PORTVERSION=	0.26
+PORTVERSION=	0.27
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:VPIT
@@ -18,6 +18,8 @@ USES=		perl5
 USE_PERL5=	configure
 
 post-install:
+	${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Scope/Upper/Upper.so
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Scope/Upper/Upper.so
+	${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Scope/Upper/Upper.so
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Scope-Upper/distinfo
==============================================================================
--- head/devel/p5-Scope-Upper/distinfo	Sat Mar 28 12:17:29 2015	(r382468)
+++ head/devel/p5-Scope-Upper/distinfo	Sat Mar 28 12:17:34 2015	(r382469)
@@ -1,2 +1,2 @@
-SHA256 (Scope-Upper-0.26.tar.gz) = 682b4c39065098ffd26ccfb2477734320184b9f480b8245daae2f81729eaa3f6
-SIZE (Scope-Upper-0.26.tar.gz) = 78445
+SHA256 (Scope-Upper-0.27.tar.gz) = e65e6c49761809384ea39fa0b3da1a7daec87936bcbcfbda2218c22c8a3bcbf9
+SIZE (Scope-Upper-0.27.tar.gz) = 80859


More information about the svn-ports-head mailing list