svn commit: r324640 - in head/www/py-waitress: . files
Olivier Duchateau
olivierd at FreeBSD.org
Mon Aug 12 20:58:03 UTC 2013
Author: olivierd
Date: Mon Aug 12 20:58:01 2013
New Revision: 324640
URL: http://svnweb.freebsd.org/changeset/ports/324640
Log:
- Update to 0.8.6
- Remove SOURCES.txt patch replaced by MANIFEST.in (to exclude tests/ directory)
ChangeLog: https://raw.github.com/Pylons/waitress/0.8.6/CHANGES.txt
Added:
head/www/py-waitress/files/MANIFEST.in (contents, props changed)
Deleted:
head/www/py-waitress/files/patch-waitress.egg-info_SOURCES.txt
Modified:
head/www/py-waitress/Makefile
head/www/py-waitress/distinfo
Modified: head/www/py-waitress/Makefile
==============================================================================
--- head/www/py-waitress/Makefile Mon Aug 12 17:56:40 2013 (r324639)
+++ head/www/py-waitress/Makefile Mon Aug 12 20:58:01 2013 (r324640)
@@ -3,7 +3,7 @@
#
PORTNAME= waitress
-PORTVERSION= 0.8.5
+PORTVERSION= 0.8.6
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -23,9 +23,7 @@ USE_PYDISTUTILS= easy_install
.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 \{\} \;
+pre-patch:
+ @${CP} ${FILESDIR}/MANIFEST.in ${WRKSRC}
.include <bsd.port.post.mk>
Modified: head/www/py-waitress/distinfo
==============================================================================
--- head/www/py-waitress/distinfo Mon Aug 12 17:56:40 2013 (r324639)
+++ head/www/py-waitress/distinfo Mon Aug 12 20:58:01 2013 (r324640)
@@ -1,2 +1,2 @@
-SHA256 (waitress-0.8.5.tar.gz) = 302efc3e8b0f7e43da58fdbb67f13c088d09dc378e55ad19078cfbf02ef44228
-SIZE (waitress-0.8.5.tar.gz) = 112208
+SHA256 (waitress-0.8.6.tar.gz) = 31ef2e854f5e374a086d727a0ebe9d405ddcaea7ac3e2958dfd8afd7e1952c7d
+SIZE (waitress-0.8.6.tar.gz) = 114583
Added: head/www/py-waitress/files/MANIFEST.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-waitress/files/MANIFEST.in Mon Aug 12 20:58:01 2013 (r324640)
@@ -0,0 +1 @@
+recursive-exclude waitress/tests *
More information about the svn-ports-all
mailing list