From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 15 08:10:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DA5A106567F for ; Sun, 15 May 2011 08:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CA5BE8FC0A for ; Sun, 15 May 2011 08:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4F8AAOV045185 for ; Sun, 15 May 2011 08:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4F8AAJa045184; Sun, 15 May 2011 08:10:10 GMT (envelope-from gnats) Resent-Date: Sun, 15 May 2011 08:10:10 GMT Resent-Message-Id: <201105150810.p4F8AAJa045184@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, Keith Gaughan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE54F1065674 for ; Sun, 15 May 2011 08:06:02 +0000 (UTC) (envelope-from keith@lir.talideon.com) Received: from lir.talideon.com (lir.talideon.com [78.153.202.217]) by mx1.freebsd.org (Postfix) with ESMTP id A90638FC15 for ; Sun, 15 May 2011 08:06:02 +0000 (UTC) Received: by lir.talideon.com (Postfix, from userid 1001) id BA49F2282B; Sun, 15 May 2011 09:06:00 +0100 (IST) Message-Id: <20110515080600.BA49F2282B@lir.talideon.com> Date: Sun, 15 May 2011 09:06:00 +0100 (IST) From: Keith Gaughan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157058: mail/postfix-policyd-spf-python: Update to 0.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Keith Gaughan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2011 08:10:12 -0000 >Number: 157058 >Category: ports >Synopsis: mail/postfix-policyd-spf-python: Update to 0.8.1 >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 May 15 08:10:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Keith Gaughan >Release: FreeBSD 7.4-RELEASE i386 >Organization: >Environment: System: FreeBSD lir 7.4-RELEASE FreeBSD 7.4-RELEASE #0: Thu Feb 17 03:51:56 UTC 2011 root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: This patch updates the version of pypolicyd-spf to 0.8.1. It also prevents a comment from being inadvertently echoed out during the installation process. >How-To-Repeat: >Fix: --- postfix-policyd-spf-python/Makefile.orig 2011-05-15 08:58:14.000000000 +0100 +++ postfix-policyd-spf-python/Makefile 2011-05-15 08:58:55.000000000 +0100 @@ -6,9 +6,9 @@ # PORTNAME= postfix-policyd-spf-python -PORTVERSION= 0.7.3 +PORTVERSION= 0.8.1 CATEGORIES= mail python -MASTER_SITES= http://launchpad.net/pypolicyd-spf/0.7/${PORTVERSION}/+download/ +MASTER_SITES= http://launchpad.net/pypolicyd-spf/0.8/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pypolicyd-spf-${PORTVERSION} @@ -25,8 +25,9 @@ # ditch the fetch -A flag. FETCH_ARGS= -pRr -MAN1=policyd-spf.1 -MAN5=policyd-spf.conf.5 +MAN1= policyd-spf.1 +MAN5= policyd-spf.conf.5 \ + policyd-spf.peruser.5 PORTDOCS= CHANGES \ LICENSE \ @@ -41,10 +42,11 @@ SUB_LIST= PYTHON_CMD=${PYTHON_CMD} do-install: - # Install data to an unused directory to ensure it doesn't pollute the system + @# Install data to an unused directory to ensure it doesn't pollute the system @(cd ${INSTALL_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} ${PYDISTUTILS_INSTALL_TARGET} ${PYDISTUTILS_INSTALLARGS} --install-data ${WRKDIR}/tmp-datadump-dir) ${INSTALL_MAN} ${WRKSRC}/policyd-spf.1 ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/policyd-spf.conf.5 ${MANPREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/policyd-spf.peruser.5 ${MANPREFIX}/man/man5 @${INSTALL} -d ${ETCDIR}/ ${INSTALL_DATA} ${WRKSRC}/policyd-spf.conf ${ETCDIR}/policyd-spf.conf.sample .if !defined(NOPORTDOCS) --- postfix-policyd-spf-python/distinfo.orig 2011-05-15 08:58:14.000000000 +0100 +++ postfix-policyd-spf-python/distinfo 2011-05-15 08:58:55.000000000 +0100 @@ -1,3 +1,2 @@ -MD5 (pypolicyd-spf-0.7.3.tar.gz) = 082462de920abf965841636fa8cff4cd -SHA256 (pypolicyd-spf-0.7.3.tar.gz) = 0104c24d0cde02eb69f496370d326234615439fd1a649e3ddb02f90b52d7749b -SIZE (pypolicyd-spf-0.7.3.tar.gz) = 29845 +SHA256 (pypolicyd-spf-0.8.1.tar.gz) = 7f12aeef5e8638b823aebf84e9b3982c469deb41649036774f20ce7b08213b01 +SIZE (pypolicyd-spf-0.8.1.tar.gz) = 35892 --- postfix-policyd-spf-python/pkg-plist.orig 2011-05-15 08:58:14.000000000 +0100 +++ postfix-policyd-spf-python/pkg-plist 2011-05-15 08:58:55.000000000 +0100 @@ -6,4 +6,7 @@ %%PYTHON_SITELIBDIR%%/policydspfsupp.py %%PYTHON_SITELIBDIR%%/policydspfsupp.pyo %%PYTHON_SITELIBDIR%%/policydspfsupp.pyc +%%PYTHON_SITELIBDIR%%/policydspfuser.py +%%PYTHON_SITELIBDIR%%/policydspfuser.pyo +%%PYTHON_SITELIBDIR%%/policydspfuser.pyc @dirrmtry %%ETCDIR%% >Release-Note: >Audit-Trail: >Unformatted: