svn commit: r355972 - head/science/py-scimath

Wen Heping wen at FreeBSD.org
Sat May 31 13:54:24 UTC 2014


Author: wen
Date: Sat May 31 13:54:24 2014
New Revision: 355972
URL: http://svnweb.freebsd.org/changeset/ports/355972
QAT: https://qat.redports.org/buildarchive/r355972/

Log:
  - Add STAGE support
  - Add LICENSE
  - Change to PYDISTUTILS_AUTOPLIST framework
  
  PR:		190337
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Deleted:
  head/science/py-scimath/pkg-plist
Modified:
  head/science/py-scimath/Makefile

Modified: head/science/py-scimath/Makefile
==============================================================================
--- head/science/py-scimath/Makefile	Sat May 31 13:51:28 2014	(r355971)
+++ head/science/py-scimath/Makefile	Sat May 31 13:54:24 2014	(r355972)
@@ -11,12 +11,14 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	wen at FreeBSD.org
 COMMENT=	Scientific and Mathematical calculations
 
+LICENSE=	BSD3CLAUSE LGPL3
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}traits>=3.6.0:${PORTSDIR}/devel/py-traits
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PYTHON=		yes
-PYEASYINSTALL_ARCHDEP=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list