svn commit: r353690 - head/www/py-routes

Wen Heping wen at FreeBSD.org
Sun May 11 13:48:55 UTC 2014


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 at 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 at 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/


More information about the svn-ports-all mailing list