diff options
author | rm <rm@FreeBSD.org> | 2011-12-16 18:26:11 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2011-12-16 18:26:11 +0800 |
commit | e72f3cf8cfcc40780c976f49f4a3c40932cc2b70 (patch) | |
tree | c17a3c0c0304113c8fb6549455a2a8c8c2c03f51 /security | |
parent | 49f25e1bdc4e43009671c3f3074d324e142c5c07 (diff) | |
download | freebsd-ports-gnome-e72f3cf8cfcc40780c976f49f4a3c40932cc2b70.tar.gz freebsd-ports-gnome-e72f3cf8cfcc40780c976f49f4a3c40932cc2b70.tar.zst freebsd-ports-gnome-e72f3cf8cfcc40780c976f49f4a3c40932cc2b70.zip |
- change USE_PYTHON to yes, because this port working
with any supported python version
- move pkg-plist into PLIST_FILES
- remove Author field from pkg-descr
- bump PORTREVISION because of dependencies change
PR: 163329
Submitted by: rm (myself)
Approved by: joris dedieu <joris.dedieu at gmail.com> (maintainer),
miwi (mentor)
Diffstat (limited to 'security')
-rw-r--r-- | security/py-pylibacl/Makefile | 6 | ||||
-rw-r--r-- | security/py-pylibacl/pkg-descr | 1 | ||||
-rw-r--r-- | security/py-pylibacl/pkg-plist | 1 |
3 files changed, 4 insertions, 4 deletions
diff --git a/security/py-pylibacl/Makefile b/security/py-pylibacl/Makefile index 75625648a689..eec189c56579 100644 --- a/security/py-pylibacl/Makefile +++ b/security/py-pylibacl/Makefile @@ -7,15 +7,17 @@ PORTNAME= pylibacl PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= SF MAINTAINER= joris.dedieu@gmail.com COMMENT= Manipulate ACL with Python -USE_PYTHON= 2.5+ +# Python3 ready +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% .include <bsd.port.mk> diff --git a/security/py-pylibacl/pkg-descr b/security/py-pylibacl/pkg-descr index 1d003e10071d..c92b0d724729 100644 --- a/security/py-pylibacl/pkg-descr +++ b/security/py-pylibacl/pkg-descr @@ -1,4 +1,3 @@ py-pylibacl -- Manipulate the POSIX.1e Access Control Lists with python -Author: Iustin Pop, <iusty@k1024.org> WWW: http://pylibacl.sourceforge.net/ diff --git a/security/py-pylibacl/pkg-plist b/security/py-pylibacl/pkg-plist deleted file mode 100644 index ddf68a1c022f..000000000000 --- a/security/py-pylibacl/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |