- Update to 2.0 For Committer's reference: http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-routes/2.0/ Port maintainer (wen@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.02 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->wen Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed, with minor changes. Thanks!
Author: wen Date: Sun May 11 13:48:54 2014 New Revision: 353690 URL: http://svnweb.freebsd.org/changeset/ports/353690 QAT: https://qat.redports.org/buildarchive/r353690/ Log: - Update to 2.0 [1] - Add LICENSE [1] - Pet portlint PR: 189274 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1] Modified: head/www/py-routes/Makefile head/www/py-routes/distinfo head/www/py-routes/pkg-descr Modified: head/www/py-routes/Makefile ============================================================================== --- head/www/py-routes/Makefile Sun May 11 13:45:12 2014 (r353689) +++ head/www/py-routes/Makefile Sun May 11 13:48:54 2014 (r353690) @@ -2,15 +2,16 @@ # $FreeBSD$ PORTNAME= routes -PORTVERSION= 1.13 -PORTREVISION= 1 +PORTVERSION= 2.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP/source/R/Routes PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Routes-${PORTVERSION} MAINTAINER= wen@FreeBSD.org -COMMENT= A Routing package for Python that matches URLs to dicts and vice versa +COMMENT= Routing package for Python that matches URLs to dicts and vice versa + +LICENSE= MIT USE_PYTHON= yes USE_PYDISTUTILS= yes Modified: head/www/py-routes/distinfo ============================================================================== --- head/www/py-routes/distinfo Sun May 11 13:45:12 2014 (r353689) +++ head/www/py-routes/distinfo Sun May 11 13:48:54 2014 (r353690) @@ -1,2 +1,2 @@ -SHA256 (Routes-1.13.tar.gz) = cc03d1a357cdb7af82e3909ee8ff93cb2b2afb48aca23bfde0117d6f49f624a7 -SIZE (Routes-1.13.tar.gz) = 797539 +SHA256 (Routes-2.0.tar.gz) = 6e4eb6437a9def22e1344ee8f766d7795bedfe6f615d3ea138e4035d6fbd33f8 +SIZE (Routes-2.0.tar.gz) = 199195 Modified: head/www/py-routes/pkg-descr ============================================================================== --- head/www/py-routes/pkg-descr Sun May 11 13:45:12 2014 (r353689) +++ head/www/py-routes/pkg-descr Sun May 11 13:48:54 2014 (r353690) @@ -6,4 +6,4 @@ Speedy and dynamic URL generation means (no big dangling query args). Shortcut features like Named Routes cut down on repetitive typing. -WWW: http://routes.groovie.org/ +WWW: http://routes.groovie.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"