From owner-svn-ports-head@freebsd.org Fri Sep 11 02:37:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27BA2A019C4; Fri, 11 Sep 2015 02:37:26 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18B021920; Fri, 11 Sep 2015 02:37:26 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8B2bPFo046197; Fri, 11 Sep 2015 02:37:25 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8B2bPRZ046196; Fri, 11 Sep 2015 02:37:25 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201509110237.t8B2bPRZ046196@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 11 Sep 2015 02:37:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396641 - head/www/py-pastescript X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 02:37:26 -0000 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