svn commit: r342115 - head/devel/py-circuits

Kubilay Kocak koobs at FreeBSD.org
Sat Feb 1 11:17:48 UTC 2014


Author: koobs
Date: Sat Feb  1 11:17:47 2014
New Revision: 342115
URL: http://svnweb.freebsd.org/changeset/ports/342115
QAT: https://qat.redports.org/buildarchive/r342115/

Log:
  devel/py-circuits: Modernise: STAGE and AUTOPLIST and more.
  
  - Enable STAGE support
  - Enable AUTOPLIST, delete pkg-plist
  - Add LICENSE (MIT)
  - Deprecate easy_install target
  - Deprecate OPTIONSFILE override
  - Remove bsd.port.options.mk include (No OPTIONS)
  - Bump PORTREVISION

Deleted:
  head/devel/py-circuits/pkg-plist
Modified:
  head/devel/py-circuits/Makefile

Modified: head/devel/py-circuits/Makefile
==============================================================================
--- head/devel/py-circuits/Makefile	Sat Feb  1 11:11:23 2014	(r342114)
+++ head/devel/py-circuits/Makefile	Sat Feb  1 11:17:47 2014	(r342115)
@@ -3,6 +3,7 @@
 
 PORTNAME=	circuits
 PORTVERSION=	2.1.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,16 +11,13 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	koobs at FreeBSD.org
 COMMENT=	Asynchronous Component-based Event Application Framework
 
+LICENSE=	MIT
+
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest
 
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
-
-# Bypass ports infrastructure bug
-OPTIONSFILE?=	${PORT_DBDIR}/py-${PORTNAME}/options
-
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 regression-test: build
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test


More information about the svn-ports-all mailing list