Date: Tue, 23 Jul 2013 04:39:00 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323514 - head/www/py-waitress Message-ID: <201307230439.r6N4d0tC058667@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Tue Jul 23 04:39:00 2013 New Revision: 323514 URL: http://svnweb.freebsd.org/changeset/ports/323514 Log: - 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 Modified: head/www/py-waitress/Makefile head/www/py-waitress/distinfo Modified: head/www/py-waitress/Makefile ============================================================================== --- head/www/py-waitress/Makefile Tue Jul 23 04:27:27 2013 (r323513) +++ head/www/py-waitress/Makefile Tue Jul 23 04:39:00 2013 (r323514) @@ -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> Modified: head/www/py-waitress/distinfo ============================================================================== --- head/www/py-waitress/distinfo Tue Jul 23 04:27:27 2013 (r323513) +++ head/www/py-waitress/distinfo Tue Jul 23 04:39:00 2013 (r323514) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307230439.r6N4d0tC058667>