aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-10-10 21:25:00 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-10-10 21:25:00 +0000
commit65807afa23f52fb51529b4fdf92bb896ca4a4829 (patch)
tree5f8ec462eaf7a2a07e697bfee2e37ebc244fde28
parent5898b1a8dfa2e1dbbcee9d8fcc44dcdc0a7bdf85 (diff)
downloadports-65807afa23f52fb51529b4fdf92bb896ca4a4829.tar.gz
ports-65807afa23f52fb51529b4fdf92bb896ca4a4829.zip
MFH: r370604
Allow staging as a regular user, distfile was rerolled (previous distfile had files and directories unreadable)
Notes
Notes: svn path=/branches/2014Q4/; revision=370605
-rw-r--r--devel/py-cog/Makefile7
-rw-r--r--devel/py-cog/distinfo4
2 files changed, 5 insertions, 6 deletions
diff --git a/devel/py-cog/Makefile b/devel/py-cog/Makefile
index b86e9ac54152..553544d0e4da 100644
--- a/devel/py-cog/Makefile
+++ b/devel/py-cog/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cog
PORTVERSION= 2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,8 +15,7 @@ COMMENT= Code Generator for any language
LICENSE= MIT
# Python3 ready
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
diff --git a/devel/py-cog/distinfo b/devel/py-cog/distinfo
index b763b4a664f5..9d8ffb72b182 100644
--- a/devel/py-cog/distinfo
+++ b/devel/py-cog/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cogapp-2.3.tar.gz) = a666250ba90faf3b02e07dfc3364921f79b5d9e7855d0d42ff079de282b4545b
-SIZE (cogapp-2.3.tar.gz) = 20368
+SHA256 (cogapp-2.3.tar.gz) = d6527af3b753f546991239dfc85270c2eedefe27cf83c68dc2219332f5faf53f
+SIZE (cogapp-2.3.tar.gz) = 20466