Bug 189888 - [MAINTAINER] www/py-cherrypy-old: Add STAGE support
Summary: [MAINTAINER] www/py-cherrypy-old: Add STAGE support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-17 14:50 UTC by Muhammad Moinur Rahman
Modified: 2014-05-24 17:03 UTC (History)
0 users

See Also:


Attachments
py-cherrypy-old-2.3.0.patch (15.75 KB, patch)
2014-05-17 14:50 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Muhammad Moinur Rahman freebsd_committer freebsd_triage 2014-05-17 14:50:01 UTC
- Adde STAGE support

For Committer's reference:
http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-cherrypy-old/2.3.0_2%2C1/

Generated with FreeBSD Port Tools 1.02 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-17 14:50:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-24 15:12:13 UTC
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 <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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-05-24 17:03:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!