aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorrobak <robak@FreeBSD.org>2014-10-06 17:17:39 +0800
committerrobak <robak@FreeBSD.org>2014-10-06 17:17:39 +0800
commite12b727f2f05f19f581fff7ca7b87dad2c750dad (patch)
tree7606089e66b0f1fff23ebef5a4753ccbed2d9045 /security
parente8d28fd91189d2cde0f5eee22e83aa7b7a218e2b (diff)
downloadfreebsd-ports-gnome-e12b727f2f05f19f581fff7ca7b87dad2c750dad.tar.gz
freebsd-ports-gnome-e12b727f2f05f19f581fff7ca7b87dad2c750dad.tar.zst
freebsd-ports-gnome-e12b727f2f05f19f581fff7ca7b87dad2c750dad.zip
security/py-pylibacl: update 0.5.0 -> 0.5.2 and fixes
- Change the MASTER_SITES to CHEESESHOP - Convert to USES=python - Change the pkg-descr url - Pet portlint - Maintainer's timeout PR: 193054 Submitted by: Bartek Rutkowski <robak@FreeBSD.org> Approved by: mentors (implicit)
Diffstat (limited to 'security')
-rw-r--r--security/py-pylibacl/Makefile14
-rw-r--r--security/py-pylibacl/distinfo4
-rw-r--r--security/py-pylibacl/pkg-descr2
3 files changed, 8 insertions, 12 deletions
diff --git a/security/py-pylibacl/Makefile b/security/py-pylibacl/Makefile
index fd32d4b41f72..64ae46ee8015 100644
--- a/security/py-pylibacl/Makefile
+++ b/security/py-pylibacl/Makefile
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= pylibacl
-PORTVERSION= 0.5.0
-PORTREVISION= 4
+PORTVERSION= 0.5.2
CATEGORIES= security python
-MASTER_SITES= SF
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= joris.dedieu@gmail.com
@@ -16,13 +15,10 @@ LICENSE_COMB= dual
OPTIONS_DEFINE= DOCS
-# Python3 ready
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= autoplist concurrent distutils
-DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
-PORTDOCS= COPYING IMPLEMENTATION NEWS PLATFORMS README
+PORTDOCS= COPYING NEWS README
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}/
diff --git a/security/py-pylibacl/distinfo b/security/py-pylibacl/distinfo
index b21264767bb3..b3b9cf06846e 100644
--- a/security/py-pylibacl/distinfo
+++ b/security/py-pylibacl/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pylibacl-0.5.0.tar.gz) = 8706291e815547e2e89426508d00fd31d437bdb8e5eb9407777f414b0606e2d6
-SIZE (pylibacl-0.5.0.tar.gz) = 23886
+SHA256 (pylibacl-0.5.2.tar.gz) = efc71d91587def528576a65283f90dbb69cf02901dc9fd592cc1b5094cd5c0c2
+SIZE (pylibacl-0.5.2.tar.gz) = 31728
diff --git a/security/py-pylibacl/pkg-descr b/security/py-pylibacl/pkg-descr
index c92b0d724729..7c4304866c00 100644
--- a/security/py-pylibacl/pkg-descr
+++ b/security/py-pylibacl/pkg-descr
@@ -1,3 +1,3 @@
py-pylibacl -- Manipulate the POSIX.1e Access Control Lists with python
-WWW: http://pylibacl.sourceforge.net/
+WWW: http://pylibacl.k1024.org/