From leeym@cn1.leeym.com  Wed Oct  1 00:59:56 2008
Return-Path: <leeym@cn1.leeym.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E55CE10656A4
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  1 Oct 2008 00:59:56 +0000 (UTC)
	(envelope-from leeym@cn1.leeym.com)
Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237])
	by mx1.freebsd.org (Postfix) with ESMTP id B24E28FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  1 Oct 2008 00:59:56 +0000 (UTC)
	(envelope-from leeym@cn1.leeym.com)
Received: from cn1.leeym.com (localhost [127.0.0.1])
	by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id m910xuAt071031;
	Tue, 30 Sep 2008 17:59:56 -0700 (PDT)
	(envelope-from leeym@cn1.leeym.com)
Received: (from leeym@localhost)
	by cn1.leeym.com (8.14.2/8.14.2/Submit) id m910xtmU070985;
	Tue, 30 Sep 2008 17:59:55 -0700 (PDT)
	(envelope-from leeym)
Message-Id: <200810010059.m910xtmU070985@cn1.leeym.com>
Date: Tue, 30 Sep 2008 17:59:55 -0700 (PDT)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [PATCH] mail/p5-Net-SMTP-TLS: fix dependencies
X-Send-Pr-Version: 3.113
X-GNATS-Notify: gslin@gslin.org

>Number:         127758
>Category:       ports
>Synopsis:       [PATCH] mail/p5-Net-SMTP-TLS: fix dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    leeym
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 01 01:00:10 UTC 2008
>Closed-Date:    Sat Oct 25 16:43:28 UTC 2008
>Last-Modified:  Sat Oct 25 16:50:02 UTC 2008
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
- fix dependencies
- bump PORTREVISION

Port maintainer (gslin@gslin.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Net-SMTP-TLS-0.12_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/p5-Net-SMTP-TLS/Makefile,v
retrieving revision 1.4
diff -u -d -b -w -u -r1.4 Makefile
--- Makefile	17 Apr 2008 14:27:03 -0000	1.4
+++ Makefile	1 Oct 2008 00:59:20 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Net-SMTP-TLS
 PORTVERSION=	0.12
+PORTREVISION=	1
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,13 +15,18 @@
 MAINTAINER=	gslin@gslin.org
 COMMENT=	An SMTP client supporting TLS and AUTH
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
-		${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
-		${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC \
-		${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
+RUN_DEPENDS=	p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
+		p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
+		p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
 
 PERL_CONFIGURE=	yes
 
 MAN3=		Net::SMTP::TLS.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500703
+RUN_DEPENDS+=	p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
+.endif
+
+.include <bsd.port.post.mk>
--- p5-Net-SMTP-TLS-0.12_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->leeym 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Oct 1 01:00:20 UTC 2008 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127758 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Oct 1 01:00:23 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: gslin@gslin.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/127758: [PATCH] mail/p5-Net-SMTP-TLS: fix dependencies
Date: Wed, 1 Oct 2008 01:00:21 UT

 Maintainer of mail/p5-Net-SMTP-TLS,
 
 Please note that PR ports/127758 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127758
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: leeym 
State-Changed-When: Sat Oct 25 16:43:23 UTC 2008 
State-Changed-Why:  
Committed, thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127758: commit references a PR
Date: Sat, 25 Oct 2008 16:43:28 +0000 (UTC)

 leeym       2008-10-25 16:43:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/p5-Net-SMTP-TLS Makefile 
   Log:
   - fix dependencies
   - bump PORTREVISION
   
   PR:             127758
   Submitted by:   leeym
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.5       +11 -5     ports/mail/p5-Net-SMTP-TLS/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:
