1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update to 2.27.

PR:		55313
Submitted by:	mat
This commit is contained in:
Pete Fritchman 2003-08-16 16:12:11 +00:00
parent 5fcd8f8072
commit db6f4584c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87068
3 changed files with 3 additions and 12 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (Digest-MD5-2.26.tar.gz) = f0bb53c9f59adb63ad3ab88e604a1bd6
MD5 (Digest-MD5-2.27.tar.gz) = 9829a18644d00b043304ebbdd0d014c3

View File

@ -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',