svn commit: r370605 - branches/2014Q4/devel/py-cog

Antoine Brodin antoine at FreeBSD.org
Fri Oct 10 21:25:02 UTC 2014


Author: antoine
Date: Fri Oct 10 21:25:00 2014
New Revision: 370605
URL: https://svnweb.freebsd.org/changeset/ports/370605
QAT: https://qat.redports.org/buildarchive/r370605/

Log:
  MFH: r370604
  
  Allow staging as a regular user,  distfile was rerolled (previous distfile
  had files and directories unreadable)

Modified:
  branches/2014Q4/devel/py-cog/Makefile
  branches/2014Q4/devel/py-cog/distinfo
Directory Properties:
  branches/2014Q4/   (props changed)

Modified: branches/2014Q4/devel/py-cog/Makefile
==============================================================================
--- branches/2014Q4/devel/py-cog/Makefile	Fri Oct 10 21:22:57 2014	(r370604)
+++ branches/2014Q4/devel/py-cog/Makefile	Fri Oct 10 21:25:00 2014	(r370605)
@@ -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>

Modified: branches/2014Q4/devel/py-cog/distinfo
==============================================================================
--- branches/2014Q4/devel/py-cog/distinfo	Fri Oct 10 21:22:57 2014	(r370604)
+++ branches/2014Q4/devel/py-cog/distinfo	Fri Oct 10 21:25:00 2014	(r370605)
@@ -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


More information about the svn-ports-branches mailing list