diff options
-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', |