ports/167213: [patch] port mail/postfix-policyd-weight fix RUN_DEPENDS

Olli Hauer ohauer at FreeBSD.org
Sun Apr 22 20:20:08 UTC 2012


>Number:         167213
>Category:       ports
>Synopsis:       [patch] port mail/postfix-policyd-weight fix RUN_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 Apr 22 20:20:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Olli Hauer
>Release:        
>Organization:
>Environment:


>Description:
Dependency to p5-Net-IP was lost with the rewrite of p5-Net-DNS
http://www.freebsd.org/cgi/cvsweb.cgi/ports/dns/p5-Net-DNS/Makefile?r1=1.77&r2=1.78


>How-To-Repeat:
>Fix:


--- patch_postfix-policyd-weight.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/postfix-policyd-weight/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile	20 Oct 2010 08:06:14 -0000	1.17
+++ Makefile	22 Apr 2012 19:51:15 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	policyd-weight
 PORTVERSION=	0.1.15.1
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.policyd-weight.org/releases/
 PKGNAMEPREFIX=	postfix-
@@ -14,7 +15,8 @@
 MAINTAINER=	robtone at ek-muc.de
 COMMENT=	Weighted policy daemon for postfix
 
-RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
+		ipcount:${PORTSDIR}/net-mgmt/p5-Net-IP
 
 SUB_FILES=	pkg-message
 PLIST_FILES=	bin/${PORTNAME} etc/${PORTNAME}.conf.sample
--- patch_postfix-policyd-weight.txt ends here ---


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



More information about the freebsd-ports-bugs mailing list