svn commit: r388247 - head/www/py-flask-restful

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Jun 1 18:34:11 UTC 2015


Author: rm
Date: Mon Jun  1 18:34:09 2015
New Revision: 388247
URL: https://svnweb.freebsd.org/changeset/ports/388247

Log:
  www/py-flask-restful: update to 0.3.3
  
  - update to 0.3.3
  - add LICENSE (BSD3C)
  
  There is incompatible change. Please read changelog
  to learn if you are affected.
  
  changelog:
  https://github.com/flask-restful/flask-restful/blob/master/CHANGES.md

Modified:
  head/www/py-flask-restful/Makefile
  head/www/py-flask-restful/distinfo

Modified: head/www/py-flask-restful/Makefile
==============================================================================
--- head/www/py-flask-restful/Makefile	Mon Jun  1 18:31:46 2015	(r388246)
+++ head/www/py-flask-restful/Makefile	Mon Jun  1 18:34:09 2015	(r388247)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Flask-RESTful
-PORTVERSION=	0.3.2
+PORTVERSION=	0.3.3
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -9,6 +9,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	rm at FreeBSD.org
 COMMENT=	Simple framework for creating REST APIs with Flask
 
+LICENSE=	BSD3CLAUSE
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aniso8601>0:${PORTSDIR}/devel/py-aniso8601 \
 		${PYTHON_PKGNAMEPREFIX}Flask>0:${PORTSDIR}/www/py-flask \
 		${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \

Modified: head/www/py-flask-restful/distinfo
==============================================================================
--- head/www/py-flask-restful/distinfo	Mon Jun  1 18:31:46 2015	(r388246)
+++ head/www/py-flask-restful/distinfo	Mon Jun  1 18:34:09 2015	(r388247)
@@ -1,2 +1,2 @@
-SHA256 (Flask-RESTful-0.3.2.tar.gz) = 3577a153d1728b93f7a3688316984f9369d3b68ba283cf4bb4025319285f178d
-SIZE (Flask-RESTful-0.3.2.tar.gz) = 19654
+SHA256 (Flask-RESTful-0.3.3.tar.gz) = 30f70682188e6f5bd7915f6188353d35b981b62a880d86b8079c462ee7d9c6b8
+SIZE (Flask-RESTful-0.3.3.tar.gz) = 20459


More information about the svn-ports-all mailing list