From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 3 10:50:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 9EA2E830 for ; Sat, 3 May 2014 10:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 7AD161FB8 for ; Sat, 3 May 2014 10:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s43Ao08Y080693 for ; Sat, 3 May 2014 10:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s43Ao091080692; Sat, 3 May 2014 10:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 3 May 2014 10:50:00 GMT Resent-Message-Id: <201405031050.s43Ao091080692@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Muhammad Moinur Rahman <5u623l20@gmail.com> 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 02787825; Sat, 3 May 2014 10:49:22 +0000 (UTC) Received: from bofh.1asiacom.net (bofh.1asiacom.net [103.4.110.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "bofh.1asiacom.net", Issuer "bofh.1asiacom.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FCA21FB0; Sat, 3 May 2014 10:49:20 +0000 (UTC) Received: from bofh.1asiacom.net (localhost [127.0.0.1]) by bofh.1asiacom.net (8.14.8/8.14.8) with ESMTP id s43AnAm8019049 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 3 May 2014 16:49:10 +0600 (BDT) (envelope-from root@bofh.1asiacom.net) Received: (from root@localhost) by bofh.1asiacom.net (8.14.8/8.14.8/Submit) id s43AnA3c019048; Sat, 3 May 2014 16:49:10 +0600 (BDT) (envelope-from root) Message-Id: <201405031049.s43AnA3c019048@bofh.1asiacom.net> Date: Sat, 3 May 2014 16:49:10 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/189274: [PATCH] www/py-routes: update to 2.0 Cc: wen@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2014 10:50:00 -0000 >Number: 189274 >Category: ports >Synopsis: [PATCH] www/py-routes: update to 2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 03 10:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Muhammad Moinur Rahman >Release: FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r263870: Fri Mar 28 16:37:49 BDT >Description: - 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) >How-To-Repeat: >Fix: --- py-routes-2.0.patch begins here --- diff -ruN /usr/ports//www/py-routes/Makefile ./Makefile --- /usr/ports//www/py-routes/Makefile 2014-01-29 21:04:46.000000000 +0600 +++ ./Makefile 2014-05-03 16:09:31.776090625 +0600 @@ -2,8 +2,7 @@ # $FreeBSD: head/www/py-routes/Makefile 341745 2014-01-29 15:04:46Z miwi $ PORTNAME= routes -PORTVERSION= 1.13 -PORTREVISION= 1 +PORTVERSION= 2.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP/source/R/Routes PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +11,10 @@ MAINTAINER= wen@FreeBSD.org COMMENT= A Routing package for Python that matches URLs to dicts and vice versa +LICENSE= MIT + USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -PYDISTUTILS_PKGNAME= Routes .include diff -ruN /usr/ports//www/py-routes/distinfo ./distinfo --- /usr/ports//www/py-routes/distinfo 2014-01-22 21:30:13.000000000 +0600 +++ ./distinfo 2014-05-03 16:08:25.579087334 +0600 @@ -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 diff -ruN /usr/ports//www/py-routes/pkg-descr ./pkg-descr --- /usr/ports//www/py-routes/pkg-descr 2014-01-22 21:44:51.000000000 +0600 +++ ./pkg-descr 2014-05-03 16:07:50.148089597 +0600 @@ -6,4 +6,4 @@ (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/ --- py-routes-2.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: