Date: Sun, 30 Dec 2012 13:46:34 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309669 - head/www/py-webhelpers Message-ID: <201212301346.qBUDkY4j011930@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@vlink.ru> -# +# Created by: Denis Shaposhnikov <dsh@vlink.ru> # $FreeBSD$ -# PORTNAME= webhelpers PORTVERSION= 1.3 @@ -16,12 +12,11 @@ MAINTAINER= rm@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212301346.qBUDkY4j011930>