ports/165667: [PATCH] mail/p5-Mail-Ezmlm: correct DEPENDS

Steve Wills swills at FreeBSD.org
Sat Mar 3 19:10:14 UTC 2012


>Number:         165667
>Category:       ports
>Synopsis:       [PATCH] mail/p5-Mail-Ezmlm: correct DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 03 19:10:14 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb  3 23:48:36
>Description:
see patch

note this still fails tests

Port maintainer (dhn at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-Mail-Ezmlm-0.08.2_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/p5-Mail-Ezmlm/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- Makefile	6 Mar 2009 18:14:31 -0000	1.14
+++ Makefile	3 Mar 2012 19:08:20 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Mail-Ezmlm
 PORTVERSION=	0.08.2
+PORTREVISION=	1
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,7 +16,9 @@
 MAINTAINER=	dhn at FreeBSD.org
 COMMENT=	Perl module to allow object methods for ezmlm-idx mailing lists
 
-BUILD_DEPENDS=	${EZMLM_DIR}/bin/ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx
+BUILD_DEPENDS=	${EZMLM_DIR}/bin/ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx \
+		p5-Crypt-GPG>=0:${PORTSDIR}/security/p5-Crypt-GPG
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 EZMLM_DIR?=	${LOCALBASE}
 
--- p5-Mail-Ezmlm-0.08.2_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list