Bug 184067 - [PATCH] textproc/py-mako: Support stage and Python3
Summary: [PATCH] textproc/py-mako: Support stage and Python3
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-19 05:40 UTC by Li-Wen Hsu
Modified: 2013-11-19 06:40 UTC (History)
1 user (show)

See Also:


Attachments
py27-mako-0.9.0.patch (6.68 KB, patch)
2013-11-19 05:40 UTC, Li-Wen Hsu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu freebsd_committer freebsd_triage 2013-11-19 05:40:00 UTC
- Support stage and Python3
- Use whitespace after WWW: in pkg-descr

Port maintainer (wen@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-19 05:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-11-19 06:39:01 UTC
Author: lwhsu
Date: Tue Nov 19 06:38:54 2013
New Revision: 334283
URL: http://svnweb.freebsd.org/changeset/ports/334283

Log:
  - Support stage and Python3
  - Add LICENSE
  - Use whitespace after WWW: in pkg-descr
  
  PR:		ports/184067
  Submitted by:	lwhsu
  Approved by:	wen (maintainer)

Deleted:
  head/textproc/py-mako/pkg-plist
Modified:
  head/textproc/py-mako/Makefile
  head/textproc/py-mako/pkg-descr

Modified: head/textproc/py-mako/Makefile
==============================================================================
--- head/textproc/py-mako/Makefile	Tue Nov 19 06:37:59 2013	(r334282)
+++ head/textproc/py-mako/Makefile	Tue Nov 19 06:38:54 2013	(r334283)
@@ -12,14 +12,16 @@ DISTNAME=	Mako-${PORTVERSION}
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Super-fast templating language in Python
 
+LICENSE=	MIT
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beaker>=1.1:${PORTSDIR}/www/py-beaker \
 		${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.9.2:${PORTSDIR}/textproc/py-MarkupSafe \
 		${PYTHON_PKGNAMEPREFIX}Babel>0:${PORTSDIR}/devel/py-babel
 RUN_DEPENDS+=	${BUILD_DEPENDS}
 
-USE_PYTHON=		-2.7
+USE_PYTHON=		2.7+
 USE_PYDISTUTILS=	easy_install
+PYDISTUTILS_AUTOPLIST=	yes
 PYDISTUTILS_PKGNAME=	Mako
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/py-mako/pkg-descr
==============================================================================
--- head/textproc/py-mako/pkg-descr	Tue Nov 19 06:37:59 2013	(r334282)
+++ head/textproc/py-mako/pkg-descr	Tue Nov 19 06:38:54 2013	(r334283)
@@ -8,4 +8,4 @@ layout and inheritance to produce one of
 flexible models available, while also maintaining close ties to Python
 calling and scoping semantics.
 
-WWW:	http://www.makotemplates.org/
+WWW: http://www.makotemplates.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 Li-Wen Hsu freebsd_committer freebsd_triage 2013-11-19 06:39:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!