ports/127758: [PATCH] mail/p5-Net-SMTP-TLS: fix dependencies

Yen-Ming Lee leeym at FreeBSD.org
Wed Oct 1 01:00:11 UTC 2008


>Number:         127758
>Category:       ports
>Synopsis:       [PATCH] mail/p5-Net-SMTP-TLS: fix dependencies
>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:   Wed Oct 01 01:00:10 UTC 2008
>Closed-Date:
>Last-Modified:
>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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list