mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Update to 0.27
- Allow to strip shared library as regular user Changes: http://search.cpan.org/dist/Scope-Upper/Changes
This commit is contained in:
parent
e6674d4681
commit
b44889ec0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382469
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user