From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 19 13:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 019FCCA9 for ; Mon, 19 Aug 2013 13:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D37EF2E0E for ; Mon, 19 Aug 2013 13:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7JDK02U034820 for ; Mon, 19 Aug 2013 13:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7JDK0fw034819; Mon, 19 Aug 2013 13:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 19 Aug 2013 13:20:00 GMT Resent-Message-Id: <201308191320.r7JDK0fw034819@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, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AA848476 for ; Mon, 19 Aug 2013 13:10:26 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 768B12D3D for ; Mon, 19 Aug 2013 13:10:26 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id B63B549E0; Mon, 19 Aug 2013 21:02:48 +0800 (CST) Message-Id: <20130819130248.B63B549E0@sunpoet.net> Date: Mon, 19 Aug 2013 21:02:48 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181400: [PATCH] mail/py27-postfix-policyd-spf-python: update to 1.2 Cc: me@mortis.eu X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Aug 2013 13:20:01 -0000 >Number: 181400 >Category: ports >Synopsis: [PATCH] mail/py27-postfix-policyd-spf-python: update to 1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Aug 19 13:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.1-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.1-STABLE FreeBSD 9.1-STABLE #0 r252797: Sat Jul 6 07:57:04 >Description: - Update to 1.2 - Cleanup Makefile header - Convert to new options framework - Update WWW Changes: http://bazaar.launchpad.net/~kitterman/pypolicyd-spf/trunk/view/head:/CHANGES Port maintainer (me@mortis.eu) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- py27-postfix-policyd-spf-python-1.2.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 324985) +++ Makefile (working copy) @@ -1,12 +1,8 @@ -# New ports collection makefile for: postfix-policyd-spf-python -# Date created: 8 Jan 2010 -# Whom: Giel van Schijndel -# +# Created by: Giel van Schijndel # $FreeBSD$ -# PORTNAME= postfix-policyd-spf-python -PORTVERSION= 1.0 +PORTVERSION= 1.2 CATEGORIES= mail python MASTER_SITES= http://launchpad.net/pypolicyd-spf/${PORTVERSION}/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +11,10 @@ MAINTAINER= me@mortis.eu COMMENT= Pure Python Postfix policy daemon for SPF checking -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/spf.py:${PORTSDIR}/mail/py-spf +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}spf>=0:${PORTSDIR}/mail/py-spf +OPTIONS_DEFINE= DOCS + USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= python-policyd-spf @@ -28,19 +26,20 @@ MAN1= policyd-spf.1 MAN5= policyd-spf.conf.5 \ policyd-spf.peruser.5 - PORTDOCS= CHANGES \ COPYING \ README \ README.per_user_whitelisting \ - TODO \ policyd-spf.conf.commented +PYDISTUTILS_EGGINFO= ${DISTNAME:S/-/_/}-py${PYTHON_VER}.egg-info PKGMESSAGE= ${WRKSRC}/pkg-message SUB_FILES= pkg-message SUB_LIST= PYTHON_CMD=${PYTHON_CMD} +.include + post-patch: @${REINPLACE_CMD} -e '\/etc/s|/etc|etc|' ${WRKSRC}/setup.py @@ -52,7 +51,7 @@ ${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) +.if ${PORT_OPTIONS:MDOCS} @${INSTALL} -d ${DOCSDIR}/ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ .endif Index: distinfo =================================================================== --- distinfo (revision 324985) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (pypolicyd-spf-1.0.tar.gz) = c57aa4bae4f6ed2321acf0f9361cbdce652fb4c1c948b063a0909744815e0c8d -SIZE (pypolicyd-spf-1.0.tar.gz) = 30204 +SHA256 (pypolicyd-spf-1.2.tar.gz) = e1a94c79ad91cfea17b9c8b19b035536f06d75ff9ee2e8478191e7c27fe69f74 +SIZE (pypolicyd-spf-1.2.tar.gz) = 30783 Index: pkg-descr =================================================================== --- pkg-descr (revision 324985) +++ pkg-descr (working copy) @@ -1,6 +1,4 @@ python-policyd-spf is a Postfix SMTPd policy engine for SPF checking. It is implemented in pure Python and uses the python-spf module. -WWW: http://www.openspf.org/Software - -Giel van Schijndel +WWW: https://launchpad.net/pypolicyd-spf/ --- py27-postfix-policyd-spf-python-1.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: