Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Apr 2012 20:10:49 GMT
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        robtone@ek-muc.de
Subject:   ports/167213: [patch] port mail/postfix-policyd-weight fix RUN_DEPENDS
Message-ID:  <201204222010.q3MKAnMH071486@freefall.freebsd.org>
Resent-Message-ID: <201204222020.q3MKK7Hc077838@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204222010.q3MKAnMH071486>