Date: Thu, 16 Jan 2014 07:29:29 +0000 (UTC) From: Ashish SHUKLA <ashish@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339900 - head/security/p5-Digest-SHA-PurePerl Message-ID: <201401160729.s0G7TTpT070112@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ashish Date: Thu Jan 16 07:29:29 2014 New Revision: 339900 URL: http://svnweb.freebsd.org/changeset/ports/339900 QAT: https://qat.redports.org/buildarchive/r339900/ Log: - Update to 5.85 - Add STAGE support Modified: head/security/p5-Digest-SHA-PurePerl/Makefile head/security/p5-Digest-SHA-PurePerl/distinfo head/security/p5-Digest-SHA-PurePerl/pkg-plist Modified: head/security/p5-Digest-SHA-PurePerl/Makefile ============================================================================== --- head/security/p5-Digest-SHA-PurePerl/Makefile Thu Jan 16 07:27:23 2014 (r339899) +++ head/security/p5-Digest-SHA-PurePerl/Makefile Thu Jan 16 07:29:29 2014 (r339900) @@ -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> Modified: head/security/p5-Digest-SHA-PurePerl/distinfo ============================================================================== --- head/security/p5-Digest-SHA-PurePerl/distinfo Thu Jan 16 07:27:23 2014 (r339899) +++ head/security/p5-Digest-SHA-PurePerl/distinfo Thu Jan 16 07:29:29 2014 (r339900) @@ -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 Modified: head/security/p5-Digest-SHA-PurePerl/pkg-plist ============================================================================== --- head/security/p5-Digest-SHA-PurePerl/pkg-plist Thu Jan 16 07:27:23 2014 (r339899) +++ head/security/p5-Digest-SHA-PurePerl/pkg-plist Thu Jan 16 07:29:29 2014 (r339900) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401160729.s0G7TTpT070112>