From owner-svn-ports-all@FreeBSD.ORG Sat May 24 14:12:09 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E11FFAE6; Sat, 24 May 2014 14:12:09 +0000 (UTC) Received: from svn.freebsd.org (svn.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 B6F0E2F1F; Sat, 24 May 2014 14:12:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4OEC9vi018750; Sat, 24 May 2014 14:12:09 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4OEC9xh018745; Sat, 24 May 2014 14:12:09 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405241412.s4OEC9xh018745@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 24 May 2014 14:12:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355030 - head/www/py-cherrypy-old X-SVN-Group: ports-head 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.18 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: Sat, 24 May 2014 14:12:10 -0000 Author: sunpoet Date: Sat May 24 14:12:09 2014 New Revision: 355030 URL: http://svnweb.freebsd.org/changeset/ports/355030 QAT: https://qat.redports.org/buildarchive/r355030/ Log: - Add LICENSE - Use PYDISTUTILS_AUTOPLIST - Remove PORTEXAMPLES - Support STAGEDIR - Bump PORTREVISION for package change - Use single space after WWW: - While I'm here, remove leading indefinite article from COMMENT PR: ports/189888 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) Deleted: head/www/py-cherrypy-old/pkg-plist Modified: head/www/py-cherrypy-old/Makefile head/www/py-cherrypy-old/pkg-descr Modified: head/www/py-cherrypy-old/Makefile ============================================================================== --- head/www/py-cherrypy-old/Makefile Sat May 24 14:12:03 2014 (r355029) +++ head/www/py-cherrypy-old/Makefile Sat May 24 14:12:09 2014 (r355030) @@ -3,7 +3,7 @@ PORTNAME= cherrypy PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= http://download.cherrypy.org/${PORTNAME}/${PORTVERSION}/ @@ -12,33 +12,14 @@ PKGNAMESUFFIX= -old DISTNAME= CherryPy-${PORTVERSION:C/\.b$/beta/} MAINTAINER= 5u623l20@gmail.com -COMMENT= A pythonic, object-oriented web development framework +COMMENT= Pythonic, object-oriented web development framework + +LICENSE= BSD3CLAUSE USE_PYTHON= yes USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= CherryPy +PYDISTUTILS_AUTOPLIST= yes PORTSCOUT= ignore:1 # This the last version of 2.3.X branch -LN_OPTS= -sf -RM_OPTS= -r - -EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} -CPEXAMPLES= ${PYTHON_SITELIBDIR}/${PORTNAME}/tutorial - -.if defined(NOPORTEXAMPLES) -PLIST_SUB= PORTPYTHON_SITELIBDIR="@comment " -.else -PLIST_SUB= PORTPYTHON_SITELIBDIR="" -.endif - -NO_STAGE= yes -post-install: -.if defined(NOPORTEXAMPLES) - @${RM} ${RM_OPTS} ${CPEXAMPLES} -.else - @${MV} ${CPEXAMPLES} ${EXAMPLESDIR} && \ - ${LN} ${LN_OPTS} ${EXAMPLESDIR} ${CPEXAMPLES} -.endif - .include Modified: head/www/py-cherrypy-old/pkg-descr ============================================================================== --- head/www/py-cherrypy-old/pkg-descr Sat May 24 14:12:03 2014 (r355029) +++ head/www/py-cherrypy-old/pkg-descr Sat May 24 14:12:09 2014 (r355030) @@ -8,4 +8,4 @@ CherryPy is now more than three years ol fast and stable. It is being used in production by many sites, from the simplest ones to the most demanding ones. -WWW: http://www.cherrypy.org/ +WWW: http://www.cherrypy.org/