svn commit: r301857 - head/devel/py-astng
Marcus von Appen
mva at FreeBSD.org
Thu Aug 2 07:39:05 UTC 2012
Author: mva
Date: Thu Aug 2 07:39:04 2012
New Revision: 301857
URL: http://svn.freebsd.org/changeset/ports/301857
Log:
- Fix file permissions for py2stdlib module
PR: ports/170290
Reported by: Garrett Cooper <yanegomi at gmail.com>
Modified:
head/devel/py-astng/Makefile
Modified: head/devel/py-astng/Makefile
==============================================================================
--- head/devel/py-astng/Makefile Thu Aug 2 07:24:39 2012 (r301856)
+++ head/devel/py-astng/Makefile Thu Aug 2 07:39:04 2012 (r301857)
@@ -7,6 +7,7 @@
PORTNAME= astng
PORTVERSION= 0.24.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= LOGILAB
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,4 +23,9 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= logilab-astng
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+post-patch:
+ @${CHMOD} a+r ${WRKSRC}/brain/py2stdlib.py
+
+.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list