Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Mar 2012 14:08:49 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dhn@FreeBSD.org
Subject:   ports/165667: [PATCH] mail/p5-Mail-Ezmlm: correct DEPENDS
Message-ID:  <201203031908.q23J8nQA033243@meatwad.mouf.net>
Resent-Message-ID: <201203031910.q23JAEpn023694@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203031908.q23J8nQA033243>