svn commit: r451784 - head/www/py-waitress
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Oct 11 19:49:58 UTC 2017
Author: sunpoet
Date: Wed Oct 11 19:49:56 2017
New Revision: 451784
URL: https://svnweb.freebsd.org/changeset/ports/451784
Log:
Update to 1.1.0
- Fix indent
- Sort USE_PYTHON
Changes: https://github.com/Pylons/waitress/blob/master/CHANGES.txt
Modified:
head/www/py-waitress/Makefile
head/www/py-waitress/distinfo
Modified: head/www/py-waitress/Makefile
==============================================================================
--- head/www/py-waitress/Makefile Wed Oct 11 19:49:51 2017 (r451783)
+++ head/www/py-waitress/Makefile Wed Oct 11 19:49:56 2017 (r451784)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= waitress
-PORTVERSION= 1.0.2
+PORTVERSION= 1.1.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,8 @@ COMMENT= Python WSGI server
LICENSE= ZPL21
-USES= python
-USE_PYTHON= distutils autoplist
+USES= python
+USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
Modified: head/www/py-waitress/distinfo
==============================================================================
--- head/www/py-waitress/distinfo Wed Oct 11 19:49:51 2017 (r451783)
+++ head/www/py-waitress/distinfo Wed Oct 11 19:49:56 2017 (r451784)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1486282560
-SHA256 (waitress-1.0.2.tar.gz) = c74fa1b92cb183d5a3684210b1bf0a0845fe8eb378fa816f17199111bbf7865f
-SIZE (waitress-1.0.2.tar.gz) = 124685
+TIMESTAMP = 1507745153
+SHA256 (waitress-1.1.0.tar.gz) = d33cd3d62426c0f1b3cd84ee3d65779c7003aae3fc060dee60524d10a57f05a9
+SIZE (waitress-1.1.0.tar.gz) = 126131
More information about the svn-ports-head
mailing list