Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2013 10:53:34 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337848 - head/math/py-fpconst
Message-ID:  <201312281053.rBSArYZd051649@svn.freebsd.org>

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



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