diff options
author | petef <petef@FreeBSD.org> | 2003-08-16 16:12:11 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-08-16 16:12:11 +0000 |
commit | da1ec5947a0e9ad8303ec1e719708ef2cf1176c1 (patch) | |
tree | a9d5bdcdae972f4b53ddbe9fc87a114f4f79a5f0 /security/p5-Digest-MD5 | |
parent | 8f689d0538db4d9a9259e482aae01040feeb971e (diff) | |
download | FreeBSD-ports-da1ec5947a0e9ad8303ec1e719708ef2cf1176c1.zip FreeBSD-ports-da1ec5947a0e9ad8303ec1e719708ef2cf1176c1.tar.gz |
Update to 2.27.
PR: 55313
Submitted by: mat
Diffstat (limited to 'security/p5-Digest-MD5')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Digest-MD5/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Digest-MD5/files/patch-Makefile.PL | 10 |
3 files changed, 3 insertions, 12 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index 86f5276..bedd907 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Digest-MD5 -PORTVERSION= 2.26 +PORTVERSION= 2.27 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Digest @@ -16,6 +16,7 @@ MAINTAINER= petef@FreeBSD.org COMMENT= Perl5 interface to the MD5 algorithm PERL_CONFIGURE= yes +CONFIGURE_ARGS= INSTALLDIRS=site MAN3= Digest::MD5.3 diff --git a/security/p5-Digest-MD5/distinfo b/security/p5-Digest-MD5/distinfo index ff47ffe..52bfe90 100644 --- a/security/p5-Digest-MD5/distinfo +++ b/security/p5-Digest-MD5/distinfo @@ -1 +1 @@ -MD5 (Digest-MD5-2.26.tar.gz) = f0bb53c9f59adb63ad3ab88e604a1bd6 +MD5 (Digest-MD5-2.27.tar.gz) = 9829a18644d00b043304ebbdd0d014c3 diff --git a/security/p5-Digest-MD5/files/patch-Makefile.PL b/security/p5-Digest-MD5/files/patch-Makefile.PL deleted file mode 100644 index f6cdf62..0000000 --- a/security/p5-Digest-MD5/files/patch-Makefile.PL +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.PL.orig Tue Jul 15 14:46:36 2003 -+++ Makefile.PL Tue Jul 15 14:46:45 2003 -@@ -15,7 +15,6 @@ if ($^O eq 'VMS') { - } - } - --push(@extra, 'INSTALLDIRS' => 'perl') if $] >= 5.008; - - WriteMakefile( - 'NAME' => 'Digest::MD5', |