svn commit: r396395 - head/security/py-stem

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 8 15:49:28 UTC 2015


Author: amdmi3
Date: Tue Sep  8 15:49:27 2015
New Revision: 396395
URL: https://svnweb.freebsd.org/changeset/ports/396395

Log:
  - Fix PYDISTUTILS_EGGINFO
  
  Approved by:	portmgr blanket

Modified:
  head/security/py-stem/Makefile

Modified: head/security/py-stem/Makefile
==============================================================================
--- head/security/py-stem/Makefile	Tue Sep  8 15:43:24 2015	(r396394)
+++ head/security/py-stem/Makefile	Tue Sep  8 15:49:27 2015	(r396395)
@@ -3,7 +3,7 @@
 
 PORTNAME=	stem
 PORTVERSION=	1.4.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security net python
 MASTER_SITES=	http://www.c-s.li/ports/ \
 		CHEESESHOP
@@ -16,5 +16,7 @@ LICENSE=	LGPL3
 
 USES=		python tar:bzip2
 USE_PYTHON=	distutils
+PYDISTUTILS_EGGINFO=	stem-1.4.0.dev0-py${PYTHON_VER}.egg-info
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list