aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-MD4
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-10-12 10:11:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-10-12 10:11:51 +0000
commit0b6f614f78f0028dd50207d32f2068e444f24819 (patch)
treede182fb744a66eaaa13f7f1e6033263745c94eaa /security/p5-Digest-MD4
parent97c2fd3d6004465e935c4b0ac18533aba0f5b87c (diff)
downloadports-0b6f614f78f0028dd50207d32f2068e444f24819.tar.gz
ports-0b6f614f78f0028dd50207d32f2068e444f24819.zip
Update to 1.4
Add docs
Notes
Notes: svn path=/head/; revision=118907
Diffstat (limited to 'security/p5-Digest-MD4')
-rw-r--r--security/p5-Digest-MD4/Makefile11
-rw-r--r--security/p5-Digest-MD4/distinfo4
2 files changed, 12 insertions, 3 deletions
diff --git a/security/p5-Digest-MD4/Makefile b/security/p5-Digest-MD4/Makefile
index 49f817adb713..81d4edf572c1 100644
--- a/security/p5-Digest-MD4/Makefile
+++ b/security/p5-Digest-MD4/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= Digest-MD4
-PORTVERSION= 1.3
+PORTVERSION= 1.4
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Digest
@@ -21,4 +21,13 @@ CONFIGURE_ARGS= INSTALLDIRS=site
MAN3= Digest::MD4.3
+.if !defined(NOPORTDOCS)
+PORTDOCS= Changes rfc1320.txt
+
+post-install:
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+ @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
+.endif
+
.include <bsd.port.mk>
diff --git a/security/p5-Digest-MD4/distinfo b/security/p5-Digest-MD4/distinfo
index 22f54a986ce5..6f615f88737d 100644
--- a/security/p5-Digest-MD4/distinfo
+++ b/security/p5-Digest-MD4/distinfo
@@ -1,2 +1,2 @@
-MD5 (Digest-MD4-1.3.tar.gz) = d75465d6e11b308f8863604715014470
-SIZE (Digest-MD4-1.3.tar.gz) = 28917
+MD5 (Digest-MD4-1.4.tar.gz) = 20475bab07a6ca98e6812ff9c555149c
+SIZE (Digest-MD4-1.4.tar.gz) = 29370