Date: Thu, 24 Apr 2003 10:14:02 +0200 (CEST) From: Erwin Lansing <erwin@lansing.dk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/51339: add missing dependency to p5-MLDBM-Sync Message-ID: <20030424081402.601C9579C@backup-mx.droso.dk> Resent-Message-ID: <200304240820.h3O8KFG5093646@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386 >Description: Add missing dependency on Digest::MD5 Noticed by: Juha Erkkila <erkkila@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030424081402.601C9579C>