From owner-svn-ports-head@freebsd.org Tue Dec 29 19:10:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 451FAA55CB4; Tue, 29 Dec 2015 19:10:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE9B81221; Tue, 29 Dec 2015 19:10:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBTJA8j0043017; Tue, 29 Dec 2015 19:10:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBTJA7Kg043015; Tue, 29 Dec 2015 19:10:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512291910.tBTJA7Kg043015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 29 Dec 2015 19:10:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404780 - in head/mail/py-apolicy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2015 19:10:09 -0000 Author: sunpoet Date: Tue Dec 29 19:10:07 2015 New Revision: 404780 URL: https://svnweb.freebsd.org/changeset/ports/404780 Log: - Add LICENSE - Update and sort RUN_DEPENDS - Add NO_ARCH - Remove blank line - Use = instead of ?= - Rename patch file - Pet portlint: fix diff header of patch files Added: head/mail/py-apolicy/files/patch-src-apolicy-config.py - copied, changed from r404779, head/mail/py-apolicy/files/patch-z Deleted: head/mail/py-apolicy/files/patch-z Modified: head/mail/py-apolicy/Makefile Modified: head/mail/py-apolicy/Makefile ============================================================================== --- head/mail/py-apolicy/Makefile Tue Dec 29 19:06:30 2015 (r404779) +++ head/mail/py-apolicy/Makefile Tue Dec 29 19:10:07 2015 (r404780) @@ -7,17 +7,20 @@ PORTREVISION= 2 CATEGORIES= mail python MASTER_SITES= http://download.gna.org/apolicy/%SUBDIR%/ \ http://www.chifeng.name/dist/apolicy/%SUBDIR%/ \ - PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER?= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= ACL system for Postfix, as a policy daemon -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyspf>=0:${PORTSDIR}/mail/py-pyspf \ - ${PYTHON_SITELIBDIR}/IPy.py:${PORTSDIR}/net-mgmt/py-ipy +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.TXT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipy>=0:${PORTSDIR}/net-mgmt/py-ipy \ + ${PYTHON_PKGNAMEPREFIX}pyspf>=0:${PORTSDIR}/mail/py-pyspf USES= python twisted USE_PYTHON= distutils +NO_ARCH= yes NO_BUILD= yes USE_RC_SUBR= apolicyd Copied and modified: head/mail/py-apolicy/files/patch-src-apolicy-config.py (from r404779, head/mail/py-apolicy/files/patch-z) ============================================================================== --- head/mail/py-apolicy/files/patch-z Tue Dec 29 19:06:30 2015 (r404779, copy source) +++ head/mail/py-apolicy/files/patch-src-apolicy-config.py Tue Dec 29 19:10:07 2015 (r404780) @@ -1,5 +1,5 @@ ---- src/apolicy/config.py.orig 2008-11-24 07:53:32.000000000 +0000 -+++ src/apolicy/config.py 2008-11-24 07:53:53.000000000 +0000 +--- src/apolicy/config.py.orig 2008-11-24 07:53:32 UTC ++++ src/apolicy/config.py @@ -22,7 +22,7 @@ import pwd from ConfigParser import ConfigParser