Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2015 15:49:27 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396395 - head/security/py-stem
Message-ID:  <201509081549.t88FnRJg058808@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509081549.t88FnRJg058808>