Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 21:12:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342854 - head/devel/py-aspyct
Message-ID:  <201402052112.s15LC7Ko047272@svn.freebsd.org>

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



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