From owner-svn-ports-head@FreeBSD.ORG Sun May 11 13:48:55 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 25B08568; Sun, 11 May 2014 13:48:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDA6C2431; Sun, 11 May 2014 13:48:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4BDmsx7087700; Sun, 11 May 2014 13:48:54 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4BDms6T087694; Sun, 11 May 2014 13:48:54 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201405111348.s4BDms6T087694@svn.freebsd.org> From: Wen Heping Date: Sun, 11 May 2014 13:48:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353690 - head/www/py-routes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 13:48:55 -0000 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/