aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-SHA-PurePerl
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-08-19 14:12:18 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-08-19 14:12:18 +0000
commit0db228246f3ee6cc92bc856844f273b66b225c6f (patch)
treeb92f790817fd999a5a47e078098f74dd18c8a469 /security/p5-Digest-SHA-PurePerl
parent11445f5462b7fdcf9c58d00e5089e25897ed50fe (diff)
downloadports-0db228246f3ee6cc92bc856844f273b66b225c6f.tar.gz
ports-0db228246f3ee6cc92bc856844f273b66b225c6f.zip
- Update to 5.45
- Install example dups file when NOPORTEXAMPLES unset PR: ports/115347 Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
Notes
Notes: svn path=/head/; revision=197918
Diffstat (limited to 'security/p5-Digest-SHA-PurePerl')
-rw-r--r--security/p5-Digest-SHA-PurePerl/Makefile8
-rw-r--r--security/p5-Digest-SHA-PurePerl/distinfo6
-rw-r--r--security/p5-Digest-SHA-PurePerl/pkg-plist2
3 files changed, 12 insertions, 4 deletions
diff --git a/security/p5-Digest-SHA-PurePerl/Makefile b/security/p5-Digest-SHA-PurePerl/Makefile
index ffc82ac99441..f49cf805c7cd 100644
--- a/security/p5-Digest-SHA-PurePerl/Makefile
+++ b/security/p5-Digest-SHA-PurePerl/Makefile
@@ -4,7 +4,7 @@
# $FreeBSD$
PORTNAME= Digest-SHA-PurePerl
-PORTVERSION= 5.44
+PORTVERSION= 5.45
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Digest
@@ -28,4 +28,10 @@ RUN_DEPENDS+= ${SITE_PERL}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS+= ${SITE_PERL}/Digest/base.pm:${PORTSDIR}/security/p5-Digest
.endif
+.if !defined(NOPORTEXAMPLES)
+post-install:
+ @${MKDIR} ${EXAMPLESDIR}
+ @${INSTALL_DATA} ${WRKSRC}/examples/dups ${EXAMPLESDIR}
+.endif
+
.include <bsd.port.post.mk>
diff --git a/security/p5-Digest-SHA-PurePerl/distinfo b/security/p5-Digest-SHA-PurePerl/distinfo
index 987920450e1f..3c14befe1913 100644
--- a/security/p5-Digest-SHA-PurePerl/distinfo
+++ b/security/p5-Digest-SHA-PurePerl/distinfo
@@ -1,3 +1,3 @@
-MD5 (Digest-SHA-PurePerl-5.44.tar.gz) = 23d2aef3786a1dab150e92b23111e6c9
-SHA256 (Digest-SHA-PurePerl-5.44.tar.gz) = 807ac21cb35652e3aece48ab52b6c56f6e14be412b68ba33cd0d1d0c43cfff60
-SIZE (Digest-SHA-PurePerl-5.44.tar.gz) = 33348
+MD5 (Digest-SHA-PurePerl-5.45.tar.gz) = c6eb524b65da0c9ecf428c934b30660b
+SHA256 (Digest-SHA-PurePerl-5.45.tar.gz) = 925e87396b2c66cbfcb232b33c937b5a0429df04fabd4e1221be37f06d4107a5
+SIZE (Digest-SHA-PurePerl-5.45.tar.gz) = 30514
diff --git a/security/p5-Digest-SHA-PurePerl/pkg-plist b/security/p5-Digest-SHA-PurePerl/pkg-plist
index 0693252d084a..f5970d2061b8 100644
--- a/security/p5-Digest-SHA-PurePerl/pkg-plist
+++ b/security/p5-Digest-SHA-PurePerl/pkg-plist
@@ -6,3 +6,5 @@ bin/shasum
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/
@dirrmtry %%SITE_PERL%%/Digest/SHA/
@dirrmtry %%SITE_PERL%%/Digest/
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dups
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%