svn commit: r355030 - head/www/py-cherrypy-old

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 24 14:12:10 UTC 2014


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 at 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 at 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 <bsd.port.mk>

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/


More information about the svn-ports-all mailing list