Bug 189274 - [PATCH] www/py-routes: update to 2.0
Summary: [PATCH] www/py-routes: update to 2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-03 11:50 UTC by Muhammad Moinur Rahman
Modified: 2014-05-11 14:50 UTC (History)
1 user (show)

See Also:


Attachments
py-routes-2.0.patch (1.51 KB, patch)
2014-05-03 11:50 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Muhammad Moinur Rahman freebsd_committer freebsd_triage 2014-05-03 11:50:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-03 11:50:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Wen Heping freebsd_committer freebsd_triage 2014-05-11 14:48:24 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-11 14:48:58 UTC
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"