aboutsummaryrefslogtreecommitdiffstats
path: root/irc/py-irc/Makefile
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-07-18 21:25:19 +0800
committerwg <wg@FreeBSD.org>2013-07-18 21:25:19 +0800
commita9a203f40f867b9882a8519d4fda463b39796932 (patch)
tree883a5618d6fb29434b2ee7acc92c5f250fa80a4b /irc/py-irc/Makefile
parent72d65b27e1f42c40a99ddd0fb9575f5e28b9ac3d (diff)
downloadfreebsd-ports-gnome-a9a203f40f867b9882a8519d4fda463b39796932.tar.gz
freebsd-ports-gnome-a9a203f40f867b9882a8519d4fda463b39796932.tar.zst
freebsd-ports-gnome-a9a203f40f867b9882a8519d4fda463b39796932.zip
irc/py-irc: update to 8.3.2
- Update to 8.3.2 - Space -> tab style cleanup Changes: https://bitbucket.org/jaraco/irc/src/d12f6b25ab/CHANGES.rst?at=8.3.2
Diffstat (limited to 'irc/py-irc/Makefile')
-rw-r--r--irc/py-irc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/irc/py-irc/Makefile b/irc/py-irc/Makefile
index e34751e50527..45f6a1b22c51 100644
--- a/irc/py-irc/Makefile
+++ b/irc/py-irc/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= irc
-PORTVERSION= 8.3.1
+PORTVERSION= 8.3.2
CATEGORIES= irc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -32,10 +32,9 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse
post-patch:
@${REINPLACE_CMD} -e \
- 's|use_2to3=True,|use_2to3=True, zip_safe=False,|' ${WRKSRC}/setup.py
+ 's|use_2to3=True,|use_2to3=True, zip_safe=False,|' ${WRKSRC}/setup.py
${CHMOD} -R o-w ${WRKSRC}/irc.egg-info
-
.if ${PORT_OPTIONS:MEXAMPLES}
post-install:
@${MKDIR} ${EXAMPLESDIR}