ports/51339: add missing dependency to p5-MLDBM-Sync

Erwin Lansing erwin at lansing.dk
Thu Apr 24 08:20:18 UTC 2003


>Number:         51339
>Category:       ports
>Synopsis:       add missing dependency to p5-MLDBM-Sync
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 24 01:20:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD panda.droso.net 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat Apr 5 16:37:20 CEST 2003 root at panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:

Add missing dependency on Digest::MD5

Noticed by: Juha Erkkila <erkkila at cc.jyu.fi>

>How-To-Repeat:
	
>Fix:

	

--- p5-MLDBM-Sync.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/p5-MLDBM-Sync/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	21 Feb 2003 11:15:02 -0000	1.4
+++ Makefile	24 Apr 2003 08:13:46 -0000
@@ -2,7 +2,7 @@
 # Date created:                         May 29th, 2002
 # Whom:                                 erwin at lansing.dk
 #
-# $FreeBSD$
+# $FreeBSD: ports/databases/p5-MLDBM-Sync/Makefile,v 1.4 2003/02/21 11:15:02 knu Exp $
 #
 
 PORTNAME=	MLDBM-Sync
@@ -23,4 +23,11 @@
 MAN3=		MLDBM::Sync.3
 MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+BUILD_DEPENDS+=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
+RUN_DEPENDS+=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
+.endif
+
+.include <bsd.port.post.mk>
--- p5-MLDBM-Sync.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list