svn commit: r422588 - head/misc/py-progressbar

Antoine Brodin antoine at FreeBSD.org
Thu Sep 22 05:39:03 UTC 2016


Author: antoine
Date: Thu Sep 22 05:39:01 2016
New Revision: 422588
URL: https://svnweb.freebsd.org/changeset/ports/422588

Log:
  - Make usable as a regular user [1]
  - Remove dependency on the python2 symlink
  
  Reported by:	pkg-fallout [1]
  MFH:		2016Q3

Modified:
  head/misc/py-progressbar/Makefile

Modified: head/misc/py-progressbar/Makefile
==============================================================================
--- head/misc/py-progressbar/Makefile	Thu Sep 22 02:34:07 2016	(r422587)
+++ head/misc/py-progressbar/Makefile	Thu Sep 22 05:39:01 2016	(r422588)
@@ -3,7 +3,7 @@
 
 PORTNAME=	progressbar
 PORTVERSION=	2.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,8 +14,9 @@ COMMENT=	Text progressbar library for py
 LICENSE=	BSD3CLAUSE
 
 USE_PYTHON=	autoplist distutils
-USES=		python:2
+USES=		python:2.7
 
-PROJECTHOST=	python-${PORTNAME}
+post-extract:
+	@${CHMOD} -R a+rX ${WRKSRC}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list