svn commit: r370604 - head/devel/py-cog

Antoine Brodin antoine at FreeBSD.org
Fri Oct 10 21:22:58 UTC 2014


Author: antoine
Date: Fri Oct 10 21:22:57 2014
New Revision: 370604
URL: https://svnweb.freebsd.org/changeset/ports/370604
QAT: https://qat.redports.org/buildarchive/r370604/

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

Modified:
  head/devel/py-cog/Makefile
  head/devel/py-cog/distinfo

Modified: head/devel/py-cog/Makefile
==============================================================================
--- head/devel/py-cog/Makefile	Fri Oct 10 21:19:58 2014	(r370603)
+++ head/devel/py-cog/Makefile	Fri Oct 10 21:22:57 2014	(r370604)
@@ -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: head/devel/py-cog/distinfo
==============================================================================
--- head/devel/py-cog/distinfo	Fri Oct 10 21:19:58 2014	(r370603)
+++ head/devel/py-cog/distinfo	Fri Oct 10 21:22:57 2014	(r370604)
@@ -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-all mailing list