diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-07-23 12:39:00 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-07-23 12:39:00 +0800 |
commit | cd35ac22695d980db2f2e22ac17c81c2905f93ce (patch) | |
tree | c02dd1ac69f7baae83355c734125dfe97566178d | |
parent | 68a89e5fb6d3f65a52fdc4118f4206ddb1469e9e (diff) | |
download | freebsd-ports-gnome-cd35ac22695d980db2f2e22ac17c81c2905f93ce.tar.gz freebsd-ports-gnome-cd35ac22695d980db2f2e22ac17c81c2905f93ce.tar.zst freebsd-ports-gnome-cd35ac22695d980db2f2e22ac17c81c2905f93ce.zip |
- Update to 0.8.5
- Add devel/py-virtualenv/files/py3-fix-pkg-plist.inc in Makefile, when
Python version >= 3.0
ChangeLog: https://github.com/Pylons/waitress/blob/0.8.5/CHANGES.txt
-rw-r--r-- | www/py-waitress/Makefile | 10 | ||||
-rw-r--r-- | www/py-waitress/distinfo | 4 |
2 files changed, 10 insertions, 4 deletions
diff --git a/www/py-waitress/Makefile b/www/py-waitress/Makefile index 8809a10ee692..59f082929e99 100644 --- a/www/py-waitress/Makefile +++ b/www/py-waitress/Makefile @@ -3,7 +3,7 @@ # PORTNAME= waitress -PORTVERSION= 0.8.4 +PORTVERSION= 0.8.5 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,9 +17,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_PYTHON= yes USE_PYDISTUTILS= easy_install +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} >= 320 +.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" +.endif + # Avoid to install patch files backup post-patch: @cd ${WRKSRC} && \ ${FIND} . -type f -name '*.orig' -exec ${RM} -f \{\} \; -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/www/py-waitress/distinfo b/www/py-waitress/distinfo index d85628ab1183..70ffb4cbbf8f 100644 --- a/www/py-waitress/distinfo +++ b/www/py-waitress/distinfo @@ -1,2 +1,2 @@ -SHA256 (waitress-0.8.4.tar.gz) = 13fa7e83cef3bd014b05841efa5a5d8d9a4ca5e242348b76552bd1c5559c464b -SIZE (waitress-0.8.4.tar.gz) = 111436 +SHA256 (waitress-0.8.5.tar.gz) = 302efc3e8b0f7e43da58fdbb67f13c088d09dc378e55ad19078cfbf02ef44228 +SIZE (waitress-0.8.5.tar.gz) = 112208 |