ports/165691: [PATCH] mail/p5-ZConf-Mail: correct DEPENDS

Steve Wills swills at FreeBSD.org
Sun Mar 4 17:20:14 UTC 2012


>Number:         165691
>Category:       ports
>Synopsis:       [PATCH] mail/p5-ZConf-Mail: 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:   Sun Mar 04 17:20:09 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 #14 r232426: Fri Mar  2 21:54:42
>Description:
- Add missing DEPENDS (p5-Text-Autoformat)
- Avoid use of SITE_PERL in DEPENDS
- Sort DEPENDS
- Bump PORTREVISION due to new RUN_DEPENDS

Port maintainer (vvelox at vvelox.net) is cc'd.

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

--- p5-ZConf-Mail-2.0.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/p5-ZConf-Mail/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- Makefile	3 Jul 2011 12:00:54 -0000	1.14
+++ Makefile	4 Mar 2012 17:13:56 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	ZConf-Mail
 PORTVERSION=	2.0.0
+PORTREVISION=	1
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:VVELOX
@@ -15,19 +16,21 @@
 MAINTAINER=	vvelox at vvelox.net
 COMMENT=	Misc mail client functions backed by ZConf
 
-RUN_DEPENDS=	${SITE_PERL}/Email/Simple.pm:${PORTSDIR}/mail/p5-Email-Simple \
-		${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \
-		${SITE_PERL}/Mail/IMAPTalk.pm:${PORTSDIR}/mail/p5-Mail-IMAPTalk \
-		${SITE_PERL}/Mail/POP3Client.pm:${PORTSDIR}/mail/p5-Mail-POP3Client \
-		${SITE_PERL}/Net/SMTP_auth.pm:${PORTSDIR}/mail/p5-Net-SMTP_auth \
-		${SITE_PERL}/Net/SMTP/TLS.pm:${PORTSDIR}/mail/p5-Net-SMTP-TLS \
-		${SITE_PERL}/Mail/Box.pm:${PORTSDIR}/mail/p5-Mail-Box \
-		${SITE_PERL}/IO/MultiPipe.pm:${PORTSDIR}/devel/p5-IO-MultiPipe \
-		${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
-		${SITE_PERL}/File/MimeInfo/Magic.pm:${PORTSDIR}/devel/p5-File-MimeInfo \
-		${SITE_PERL}/Email/Date.pm:${PORTSDIR}/mail/p5-Email-Date \
-		${SITE_PERL}/ZConf/GUI.pm:${PORTSDIR}/devel/p5-ZConf-GUI \
-		${SITE_PERL}/Config/Tiny.pm:${PORTSDIR}/devel/p5-Config-Tiny
+BUILD_DEPENDS=	p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny \
+		p5-Email-Date>=0:${PORTSDIR}/mail/p5-Email-Date \
+		p5-Email-Simple>=0:${PORTSDIR}/mail/p5-Email-Simple \
+		p5-File-MimeInfo>=0:${PORTSDIR}/devel/p5-File-MimeInfo \
+		p5-IO-MultiPipe>=0:${PORTSDIR}/devel/p5-IO-MultiPipe \
+		p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \
+		p5-Mail-Box>=0:${PORTSDIR}/mail/p5-Mail-Box \
+		p5-Mail-IMAPTalk>=0:${PORTSDIR}/mail/p5-Mail-IMAPTalk \
+		p5-Mail-POP3Client>=0:${PORTSDIR}/mail/p5-Mail-POP3Client \
+		p5-Net-SMTP-TLS>=0:${PORTSDIR}/mail/p5-Net-SMTP-TLS \
+		p5-Net-SMTP_auth>=0:${PORTSDIR}/mail/p5-Net-SMTP_auth \
+		p5-Text-Autoformat>=0:${PORTSDIR}/textproc/p5-Text-Autoformat \
+		p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \
+		p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-ZConf-Mail-2.0.0_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list