svn commit: r337848 - head/math/py-fpconst
William Grzybowski
wg at FreeBSD.org
Sat Dec 28 10:53:34 UTC 2013
Author: wg
Date: Sat Dec 28 10:53:33 2013
New Revision: 337848
URL: http://svnweb.freebsd.org/changeset/ports/337848
Log:
math/py-fpconst: support staging and restrict python to 2.x
Deleted:
head/math/py-fpconst/pkg-plist
Modified:
head/math/py-fpconst/Makefile
Modified: head/math/py-fpconst/Makefile
==============================================================================
--- head/math/py-fpconst/Makefile Sat Dec 28 10:51:54 2013 (r337847)
+++ head/math/py-fpconst/Makefile Sat Dec 28 10:53:33 2013 (r337848)
@@ -4,15 +4,14 @@
PORTNAME= fpconst
PORTVERSION= 0.7.2
CATEGORIES= math python
-MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
-MASTER_SITE_SUBDIR= source/f/fpconst
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports at FreeBSD.org
COMMENT= Utilities for handling IEEE 754 floating point special values
-USE_PYTHON= yes
+USE_PYTHON= 2
USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list