diff options
author | ashish <ashish@FreeBSD.org> | 2014-01-16 15:29:29 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2014-01-16 15:29:29 +0800 |
commit | 2d137541459fb063a5c4a2d22f9ecc4bac51a6b5 (patch) | |
tree | f5458e591a3a890a8a3ba67f8d2bd475d1c31d27 /security | |
parent | eed3e81aeea421b2bb641b028b83aad411e3040a (diff) | |
download | freebsd-ports-gnome-2d137541459fb063a5c4a2d22f9ecc4bac51a6b5.tar.gz freebsd-ports-gnome-2d137541459fb063a5c4a2d22f9ecc4bac51a6b5.tar.zst freebsd-ports-gnome-2d137541459fb063a5c4a2d22f9ecc4bac51a6b5.zip |
- Update to 5.85
- Add STAGE support
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-SHA-PurePerl/Makefile | 12 | ||||
-rw-r--r-- | security/p5-Digest-SHA-PurePerl/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Digest-SHA-PurePerl/pkg-plist | 1 |
3 files changed, 6 insertions, 11 deletions
diff --git a/security/p5-Digest-SHA-PurePerl/Makefile b/security/p5-Digest-SHA-PurePerl/Makefile index 8c548511cd6a..0d352ab0f46b 100644 --- a/security/p5-Digest-SHA-PurePerl/Makefile +++ b/security/p5-Digest-SHA-PurePerl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Digest-SHA-PurePerl -PORTVERSION= 5.81 +PORTVERSION= 5.85 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,19 +14,13 @@ USES= perl5 USE_PERL5= configure PORTEXAMPLES= dups -MAN3= Digest::SHA::PurePerl.3 - -NO_STAGE= yes .include <bsd.port.options.mk> post-patch: @${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL -.if ${PORT_OPTIONS:MEXAMPLES} post-install: - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${EXAMPLESDIR} - -.endif + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.mk> diff --git a/security/p5-Digest-SHA-PurePerl/distinfo b/security/p5-Digest-SHA-PurePerl/distinfo index 1827612d78cf..451bb3069fc0 100644 --- a/security/p5-Digest-SHA-PurePerl/distinfo +++ b/security/p5-Digest-SHA-PurePerl/distinfo @@ -1,2 +1,2 @@ -SHA256 (Digest-SHA-PurePerl-5.81.tar.gz) = c2bafeb508ac93f60063d52e7f2b1fa206f6926c3bd5eaf662797a3e7b67d83c -SIZE (Digest-SHA-PurePerl-5.81.tar.gz) = 33766 +SHA256 (Digest-SHA-PurePerl-5.85.tar.gz) = 08bc99d997c766c0a1ce423cda35a552bf704f2d12cb3dbecafe407015ac38a7 +SIZE (Digest-SHA-PurePerl-5.85.tar.gz) = 34684 diff --git a/security/p5-Digest-SHA-PurePerl/pkg-plist b/security/p5-Digest-SHA-PurePerl/pkg-plist index 92a00cd59762..956dbb5eec0c 100644 --- a/security/p5-Digest-SHA-PurePerl/pkg-plist +++ b/security/p5-Digest-SHA-PurePerl/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Digest/SHA/PurePerl.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA/PurePerl/.packlist +%%PERL5_MAN3%%/Digest::SHA::PurePerl.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA/PurePerl/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ |