From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 2 09:20:05 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ADE6316A401 for ; Wed, 2 May 2007 09:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8E7BB13C45A for ; Wed, 2 May 2007 09:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l429K5k4098564 for ; Wed, 2 May 2007 09:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l429K5QF098563; Wed, 2 May 2007 09:20:05 GMT (envelope-from gnats) Resent-Date: Wed, 2 May 2007 09:20:05 GMT Resent-Message-Id: <200705020920.l429K5QF098563@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Robert Felber Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B6D6E16A403 for ; Wed, 2 May 2007 09:18:22 +0000 (UTC) (envelope-from robtone@ek-muc.de) Received: from robtone.ek-muc.de (robtone.ek-muc.de [62.225.182.35]) by mx1.freebsd.org (Postfix) with ESMTP id 7A8E613C457 for ; Wed, 2 May 2007 09:18:22 +0000 (UTC) (envelope-from robtone@ek-muc.de) Received: from localhost (localhost [127.0.0.1]) by robtone.ek-muc.de (Postfix) with ESMTP id 928ACC39CF for ; Wed, 2 May 2007 11:17:57 +0200 (CEST) Received: by robtone.ek-muc.de (Postfix, from userid 1001) id 7B2A8C38D6; Wed, 2 May 2007 11:17:53 +0200 (CEST) Message-Id: <20070502091753.7B2A8C38D6@robtone.ek-muc.de> Date: Wed, 2 May 2007 11:17:53 +0200 (CEST) From: Robert Felber To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/112345: Update port: mail/postfix-policyd-weight X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Robert Felber List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2007 09:20:05 -0000 >Number: 112345 >Category: ports >Synopsis: Update port: mail/postfix-policyd-weight >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed May 02 09:20:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Robert Felber >Release: FreeBSD 6.1-RELEASE-p7 i386 >Organization: Autohaus Erich Kuttendreier >Environment: System: FreeBSD fpsvr1z150.dartsd66.local 6.1-RELEASE-p7 FreeBSD 6.1-RELEASE-p7 #0: Fri Sep 22 11:42:26 CEST 2006 robtone@fpsvr1z150.dartsd66.local:/usr/obj/usr/src/sys/FBSD5_3_DELL i386 >Description: ports: - removed postfix dependency as this policy-server also works with Exim program: - Corrected handling of SERVFAIL and timeouts - DNSERRMSG wasn't re-initialized, thus leading to subsequent concatenated responses. >How-To-Repeat: >Fix: --- postfix-policyd-weight-0.1.14.4.diff begins here --- diff -ruN /usr/ports/mail/postfix-policyd-weight/Makefile ./postfix-policyd-weight-0.1.14.4/Makefile --- /usr/ports/mail/postfix-policyd-weight/Makefile Wed May 2 10:22:09 2007 +++ ./postfix-policyd-weight-0.1.14.4/Makefile Wed May 2 10:45:34 2007 @@ -6,7 +6,7 @@ # PORTNAME= policyd-weight -PORTVERSION= 0.1.14.3 +PORTVERSION= 0.1.14.4 CATEGORIES= mail MASTER_SITES= http://www.policyd-weight.org/releases/ @@ -15,8 +15,7 @@ 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 \ - postfix:${PORTSDIR}/mail/postfix +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS SUB_FILES= pkg-message PLIST_FILES= libexec/postfix/${PORTNAME} etc/${PORTNAME}.conf.sample @@ -26,8 +25,6 @@ MAN8+= policyd-weight.8 MAN5+= policyd-weight.conf.5 -.include - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/libexec/postfix/ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.sample ${PREFIX}/etc/ @@ -44,4 +41,4 @@ post-install: @${CAT} ${PKGMESSAGE} -.include +.include diff -ruN /usr/ports/mail/postfix-policyd-weight/distinfo ./postfix-policyd-weight-0.1.14.4/distinfo --- /usr/ports/mail/postfix-policyd-weight/distinfo Tue Feb 27 12:14:43 2007 +++ ./postfix-policyd-weight-0.1.14.4/distinfo Wed May 2 10:45:34 2007 @@ -1,3 +1,3 @@ -MD5 (policyd-weight-0.1.14.3.tar.gz) = afa9286a5adc393b63641994bbb78a16 -SHA256 (policyd-weight-0.1.14.3.tar.gz) = 642d5ca134fe6deeb6e7d7e0147dedcf615c8e4d3b4d7d848f1a0ff023a67b50 -SIZE (policyd-weight-0.1.14.3.tar.gz) = 49105 +MD5 (policyd-weight-0.1.14.4.tar.gz) = 5d4b05715ad02080c68ed519b492300d +SHA256 (policyd-weight-0.1.14.4.tar.gz) = 7072a428afceba82954b4efedd3f3f23bd7e0d354b5272a84fc73ebf7f9bd192 +SIZE (policyd-weight-0.1.14.4.tar.gz) = 49367 --- postfix-policyd-weight-0.1.14.4.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: