aboutsummaryrefslogtreecommitdiff
path: root/www/py-waitress/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-02-07 04:36:08 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-02-07 04:36:08 +0000
commit16e4c96297b577d31da05bebd79659a22e3d0d34 (patch)
tree320887e5105605b91268e968790afba36f315165 /www/py-waitress/Makefile
parenta3c5cf6228e90035cf4cf1457a85b9b642728c9e (diff)
downloadports-16e4c96297b577d31da05bebd79659a22e3d0d34.tar.gz
ports-16e4c96297b577d31da05bebd79659a22e3d0d34.zip
- Update to 0.8
PR: 164669 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintaintainer)
Notes
Notes: svn path=/head/; revision=290553
Diffstat (limited to 'www/py-waitress/Makefile')
-rw-r--r--www/py-waitress/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/py-waitress/Makefile b/www/py-waitress/Makefile
index 680fc7ab3d94..fedf5c73806f 100644
--- a/www/py-waitress/Makefile
+++ b/www/py-waitress/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= waitress
-PORTVERSION= 0.7
+PORTVERSION= 0.8
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,4 +20,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
+# Avoid to install patch files backup
+post-patch:
+ @cd ${WRKSRC} && \
+ ${FIND} . -type f -name '*.orig' -exec ${RM} -f \{\} \;
+
.include <bsd.port.mk>