From steve@mouf.net  Sat Mar  3 18:56:23 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id E7C38106564A;
	Sat,  3 Mar 2012 18:56:23 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2])
	by mx1.freebsd.org (Postfix) with ESMTP id 8A8648FC12;
	Sat,  3 Mar 2012 18:56:23 +0000 (UTC)
Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236])
	by mouf.net (8.14.4/8.14.4) with ESMTP id q23IuJLh005707
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Sat, 3 Mar 2012 13:56:19 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q23IuJlI096009;
	Sat, 3 Mar 2012 13:56:19 -0500 (EST)
	(envelope-from steve)
Message-Id: <201203031856.q23IuJlI096009@meatwad.mouf.net>
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: [PATCH] mail/p5-Mail-DomainKeys: correct DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         165665
>Category:       ports
>Synopsis:       [PATCH] mail/p5-Mail-DomainKeys: correct DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 03 19:00:33 UTC 2012
>Closed-Date:    Sat Mar 17 23:18:39 UTC 2012
>Last-Modified:  Sat Mar 17 23:20:16 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->skv 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Mar 3 19:00:49 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165665 
Responsible-Changed-From-To: skv->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Sat Mar 17 22:22:07 UTC 2012 
Responsible-Changed-Why:  
Timeout 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165665 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Sat Mar 17 23:18:37 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165665 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165665: commit references a PR
Date: Sat, 17 Mar 2012 23:18:40 +0000 (UTC)

 swills      2012-03-17 23:18:29 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/p5-Mail-DomainKeys Makefile 
   Log:
   - Add missing DEPENDS
   - Avoid use of SITE_PERL in DEPENDS
   - Bump PORTREVISION
   
   PR:             ports/165665
   Approved by:    maintainer timeout (skv, 2 weeks)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.15      +5 -4      ports/mail/p5-Mail-DomainKeys/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
