aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-MD5
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-08-16 16:12:11 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-08-16 16:12:11 +0000
commitdb6f4584c441979f61c6368a65e5532c807931ee (patch)
tree8d61a5f0404f0f513f4c06261599db9489b6c902 /security/p5-Digest-MD5
parent5fcd8f8072015ede9b2389a0973f52591c46e139 (diff)
downloadports-db6f4584c441979f61c6368a65e5532c807931ee.tar.gz
ports-db6f4584c441979f61c6368a65e5532c807931ee.zip
Notes
Diffstat (limited to 'security/p5-Digest-MD5')
-rw-r--r--security/p5-Digest-MD5/Makefile3
-rw-r--r--security/p5-Digest-MD5/distinfo2
-rw-r--r--security/p5-Digest-MD5/files/patch-Makefile.PL10
3 files changed, 3 insertions, 12 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile
index 86f52764eb4d..bedd9076e79c 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 ff47ffe37570..52bfe90f2d2c 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 f6cdf62c37d3..000000000000
--- 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',