Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2015 02:37:25 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396641 - head/www/py-pastescript
Message-ID:  <201509110237.t8B2bPRZ046196@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Fri Sep 11 02:37:25 2015
New Revision: 396641
URL: https://svnweb.freebsd.org/changeset/ports/396641

Log:
  - Add LICENSE
  - Pass maintainership to python@

Modified:
  head/www/py-pastescript/Makefile

Modified: head/www/py-pastescript/Makefile
==============================================================================
--- head/www/py-pastescript/Makefile	Fri Sep 11 02:00:00 2015	(r396640)
+++ head/www/py-pastescript/Makefile	Fri Sep 11 02:37:25 2015	(r396641)
@@ -8,9 +8,11 @@ CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	wenheping@gmail.com
+MAINTAINER=	python@FreeBSD.org
 COMMENT=	Pluggable command-line frontend
 
+LICENSE=	MIT
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cheetah>=2.0.1:${PORTSDIR}/devel/py-cheetah \
 		${PYTHON_PKGNAMEPREFIX}flup>0:${PORTSDIR}/www/py-flup \
 		${PYTHON_PKGNAMEPREFIX}Paste>=1.7.2:${PORTSDIR}/www/py-paste \
@@ -19,7 +21,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ch
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 
 post-extract:
 		${RM} -r ${WRKSRC}/tests



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