svn commit: r309669 - head/www/py-webhelpers
Ruslan Mahmatkhanov
rm at FreeBSD.org
Sun Dec 30 13:46:35 UTC 2012
Author: rm
Date: Sun Dec 30 13:46:33 2012
New Revision: 309669
URL: http://svnweb.freebsd.org/changeset/ports/309669
Log:
- update WWW
- trim Makefile header
- remove LICENSE_FILE
- limit python version to 2.x only (print/except)
Modified:
head/www/py-webhelpers/Makefile
head/www/py-webhelpers/pkg-descr
Modified: head/www/py-webhelpers/Makefile
==============================================================================
--- head/www/py-webhelpers/Makefile Sun Dec 30 13:22:44 2012 (r309668)
+++ head/www/py-webhelpers/Makefile Sun Dec 30 13:46:33 2012 (r309669)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-webhelpers
-# Date created: Thu Jun 21 12:44:46 MSD 2007
-# Whom: Denis Shaposhnikov <dsh at vlink.ru>
-#
+# Created by: Denis Shaposhnikov <dsh at vlink.ru>
# $FreeBSD$
-#
PORTNAME= webhelpers
PORTVERSION= 1.3
@@ -16,12 +12,11 @@ MAINTAINER= rm at FreeBSD.org
COMMENT= Python helper functions for writing templates in web applications
LICENSE= BSD
-LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}routes>=1.1:${PORTSDIR}/www/py-routes \
${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.11:${PORTSDIR}/textproc/py-MarkupSafe
-USE_PYTHON= 2.5+
+USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= WebHelpers
Modified: head/www/py-webhelpers/pkg-descr
==============================================================================
--- head/www/py-webhelpers/pkg-descr Sun Dec 30 13:22:44 2012 (r309668)
+++ head/www/py-webhelpers/pkg-descr Sun Dec 30 13:46:33 2012 (r309669)
@@ -6,4 +6,4 @@ languages by removing common view logic
re-usable modules as well as occasionally providing objects for use
within controllers to assist with common web development paradigms.
-WWW: https://docs.pylonsproject.org/projects/webhelpers/dev/
+WWW: http://docs.pylonsproject.org/projects/webhelpers/en/latest/
More information about the svn-ports-head
mailing list