ports/55313: update security/p5-Digest-MD5

Mathieu Arnold m at absolight.net
Wed Aug 6 15:20:19 UTC 2003


>Number:         55313
>Category:       ports
>Synopsis:       update security/p5-Digest-MD5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 06 08:20:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Fri Jul 18 12:38:14 CEST 2003 root at aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386

>Description:
Update security/p5-Digest-MD5 to 2.27

* Avoid having to figure how to compile alignment test program on MS-Windows
  by just assume free alignment as for i386.  Source builds on Windows was
  apparently broken.

>How-To-Repeat:
>Fix:

the patch is not needed, CONFIGURE_ARGS is better.

--- p5-Digest-MD5-2.27.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/p5-Digest-MD5/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- Makefile	30 Jul 2003 05:31:12 -0000	1.25
+++ Makefile	6 Aug 2003 15:15:31 -0000
@@ -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 @@
 COMMENT=	Perl5 interface to the MD5 algorithm
 
 PERL_CONFIGURE=	yes
+CONFIGURE_ARGS=	INSTALLDIRS=site
 
 MAN3=	Digest::MD5.3
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/p5-Digest-MD5/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- distinfo	30 Jul 2003 05:31:12 -0000	1.12
+++ distinfo	6 Aug 2003 15:15:31 -0000
@@ -1 +1 @@
-MD5 (Digest-MD5-2.26.tar.gz) = f0bb53c9f59adb63ad3ab88e604a1bd6
+MD5 (Digest-MD5-2.27.tar.gz) = 9829a18644d00b043304ebbdd0d014c3
Index: files/patch-Makefile.PL
===================================================================
RCS file: files/patch-Makefile.PL
diff -N files/patch-Makefile.PL
--- files/patch-Makefile.PL	15 Jul 2003 14:03:56 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -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',
--- p5-Digest-MD5-2.27.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list