From owner-svn-ports-all@freebsd.org Thu Dec 7 16:02:11 2017 Return-Path: Delivered-To: svn-ports-all@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 8E353E8B1B4; Thu, 7 Dec 2017 16:02:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 DB6996AE26; Thu, 7 Dec 2017 16:02:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB7G29HC093261; Thu, 7 Dec 2017 16:02:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB7G29PG093259; Thu, 7 Dec 2017 16:02:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712071602.vB7G29PG093259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 7 Dec 2017 16:02:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455733 - head/www/py-pastescript X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-pastescript X-SVN-Commit-Revision: 455733 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2017 16:02:11 -0000 Author: sunpoet Date: Thu Dec 7 16:02:09 2017 New Revision: 455733 URL: https://svnweb.freebsd.org/changeset/ports/455733 Log: Add LICENSE_FILE - Remove BUILD_DEPENDS - Update RUN_DEPENDS - Add NO_ARCH - Silence extract message - Add PyPI as primary WWW Modified: head/www/py-pastescript/Makefile head/www/py-pastescript/pkg-descr Modified: head/www/py-pastescript/Makefile ============================================================================== --- head/www/py-pastescript/Makefile Thu Dec 7 16:02:04 2017 (r455732) +++ head/www/py-pastescript/Makefile Thu Dec 7 16:02:09 2017 (r455733) @@ -11,19 +11,20 @@ MAINTAINER= python@FreeBSD.org COMMENT= Pluggable command-line frontend LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/docs/license.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah>=2.0.1:devel/py-cheetah@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}flup>0:www/py-flup@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Paste>=1.7.2:www/py-paste@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.3.2:www/py-pastedeploy@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wsgiutils>0:devel/py-wsgiutils@${FLAVOR} -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah>=0:devel/py-cheetah@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}flup>=0:www/py-flup@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Paste>=1.3:www/py-paste@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}PasteDeploy>=0:www/py-pastedeploy@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wsgiutils>=0:devel/py-wsgiutils@${FLAVOR} USES= python:2.7 USE_PYTHON= autoplist distutils +NO_ARCH= yes post-extract: - ${RM} -r ${WRKSRC}/tests + @${RM} -r ${WRKSRC}/tests .include Modified: head/www/py-pastescript/pkg-descr ============================================================================== --- head/www/py-pastescript/pkg-descr Thu Dec 7 16:02:04 2017 (r455732) +++ head/www/py-pastescript/pkg-descr Thu Dec 7 16:02:09 2017 (r455733) @@ -12,4 +12,5 @@ It includes some built-in features; * Serving up web applications, with configuration based on paste.deploy. +WWW: https://pypi.python.org/pypi/pastescript WWW: http://pythonpaste.org/script/