svn commit: r342854 - head/devel/py-aspyct

Antoine Brodin antoine at FreeBSD.org
Wed Feb 5 21:12:08 UTC 2014


Author: antoine
Date: Wed Feb  5 21:12:07 2014
New Revision: 342854
URL: http://svnweb.freebsd.org/changeset/ports/342854
QAT: https://qat.redports.org/buildarchive/r342854/

Log:
  - Stage support
  - Add LICENSE
  - Use PYDISTUTILS_AUTOPLIST

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

Modified: head/devel/py-aspyct/Makefile
==============================================================================
--- head/devel/py-aspyct/Makefile	Wed Feb  5 21:07:33 2014	(r342853)
+++ head/devel/py-aspyct/Makefile	Wed Feb  5 21:12:07 2014	(r342854)
@@ -11,14 +11,10 @@ DISTNAME=	${PORTNAME:C/a/A/}-${PORTVERSI
 MAINTAINER=	sbz at FreeBSD.org
 COMMENT=	Python library including an aspect-oriented programming (AOP) engine
 
+LICENSE=	LGPL3
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_EGGINFO=	${DISTNAME}-py${PYTHON_VER}.egg-info
-
-NO_STAGE=	yes
-post-install:
-.if !defined(BATCH)
-	@${CAT} ${PKGMESSAGE}
-.endif
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list