Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 May 2014 16:49:10 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        wen@FreeBSD.org
Subject:   ports/189274: [PATCH] www/py-routes: update to 2.0
Message-ID:  <201405031049.s43AnA3c019048@bofh.1asiacom.net>
Resent-Message-ID: <201405031050.s43Ao091080692@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405031049.s43AnA3c019048>