Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Mar 2012 13:56:19 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        skv@FreeBSD.org
Subject:   ports/165665: [PATCH] mail/p5-Mail-DomainKeys: correct DEPENDS
Message-ID:  <201203031856.q23IuJlI096009@meatwad.mouf.net>
Resent-Message-ID: <201203031900.q23J0YPW014847@freefall.freebsd.org>

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

>Number:         165665
>Category:       ports
>Synopsis:       [PATCH] mail/p5-Mail-DomainKeys: 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:00:33 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

passes tests now

Port maintainer (skv@FreeBSD.org) is cc'd.

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

--- p5-Mail-DomainKeys-1.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/p5-Mail-DomainKeys/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- Makefile	22 Jul 2009 16:26:48 -0000	1.14
+++ Makefile	3 Mar 2012 18:55:59 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Mail-DomainKeys
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,10 +15,10 @@
 MAINTAINER=	skv@FreeBSD.org
 COMMENT=	Perl implementation of DomainKeys
 
-RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
-		${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
-		${SITE_PERL}/Email/Address.pm:${PORTSDIR}/mail/p5-Email-Address
-BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
+		p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
+		p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools
+BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-Mail-DomainKeys-1.0_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?201203031856.q23IuJlI096009>