From owner-svn-ports-all@FreeBSD.ORG Sun Dec 30 13:46:35 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 12EB3D62; Sun, 30 Dec 2012 13:46:35 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D07E08FC08; Sun, 30 Dec 2012 13:46:34 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBUDkYnH011932; Sun, 30 Dec 2012 13:46:34 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBUDkY4j011930; Sun, 30 Dec 2012 13:46:34 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201212301346.qBUDkY4j011930@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Sun, 30 Dec 2012 13:46:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309669 - head/www/py-webhelpers X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Dec 2012 13:46:35 -0000 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 -# +# Created by: Denis Shaposhnikov # $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/