mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- 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
This commit is contained in:
parent
5a404920f0
commit
f30213f868
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404780
@ -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
|
||||
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user