diff options
author | rm <rm@FreeBSD.org> | 2016-09-24 21:26:53 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2016-09-24 21:26:53 +0800 |
commit | a974dfabf496bb7f159aa0085693e17527ca8e1c (patch) | |
tree | 5b18451acae45a177ac22bb7949c5563628bc738 /www | |
parent | a4f50626b78d4e661bf09b032a2d506fb5a7a6dd (diff) | |
download | freebsd-ports-gnome-a974dfabf496bb7f159aa0085693e17527ca8e1c.tar.gz freebsd-ports-gnome-a974dfabf496bb7f159aa0085693e17527ca8e1c.tar.zst freebsd-ports-gnome-a974dfabf496bb7f159aa0085693e17527ca8e1c.zip |
www/py-falcon: update to 1.0.0
- update to 1.0.0.
PR: 212722
Submitted by: Fredrik Eriksson <fredrik.eriksson@loopia.se>
Approved by: lichray@gmail.com (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/py-falcon/Makefile | 6 | ||||
-rw-r--r-- | www/py-falcon/distinfo | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/py-falcon/Makefile b/www/py-falcon/Makefile index 111a9e06be66..c0f4a53d7365 100644 --- a/www/py-falcon/Makefile +++ b/www/py-falcon/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= falcon -PORTVERSION= 0.1.4 -PORTREVISION= 1 +PORTVERSION= 1.0.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +14,8 @@ LICENSE= APACHE20 BUILD_DEPENDS= cython>=0.11.2:lang/cython RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}testtools>=0:devel/py-testtools \ - ${PYTHON_PKGNAMEPREFIX}six>=1.1.0:devel/py-six + ${PYTHON_PKGNAMEPREFIX}six>=1.1.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}mimeparse>=0.1.4:devel/py-mimeparse USES= python USE_PYTHON= distutils autoplist diff --git a/www/py-falcon/distinfo b/www/py-falcon/distinfo index f2e8c363f8c4..3281e12a8208 100644 --- a/www/py-falcon/distinfo +++ b/www/py-falcon/distinfo @@ -1,2 +1,3 @@ -SHA256 (falcon-0.1.4.tar.gz) = 93911827777c40796d83f2a945b63f79f385c844d1d304a4850352db88bd2c30 -SIZE (falcon-0.1.4.tar.gz) = 23010 +TIMESTAMP = 1473929388 +SHA256 (falcon-1.0.0.tar.gz) = ddce23a2dd0abba6d19775e9bf7ba64e184b15a0e7163e65f62af63354193f63 +SIZE (falcon-1.0.0.tar.gz) = 308470 |