diff options
author | William Grzybowski <wg@FreeBSD.org> | 2014-06-16 12:57:05 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2014-06-16 12:57:05 +0000 |
commit | 09107dfdf0e158de744fd7634ef054e505e3da34 (patch) | |
tree | a048cae913ec139aa9208b24a902ac7d947cde68 /irc | |
parent | b93cd6367027f2c393864aebd33c3403210ac291 (diff) | |
download | ports-09107dfdf0e158de744fd7634ef054e505e3da34.tar.gz ports-09107dfdf0e158de744fd7634ef054e505e3da34.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/py-irc/Makefile | 18 | ||||
-rw-r--r-- | irc/py-irc/distinfo | 4 |
2 files changed, 7 insertions, 15 deletions
diff --git a/irc/py-irc/Makefile b/irc/py-irc/Makefile index b21466f82c86..da5711f4f040 100644 --- a/irc/py-irc/Makefile +++ b/irc/py-irc/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= irc -PORTVERSION= 8.5.4 -PORTREVISION= 1 +PORTVERSION= 8.9.1 CATEGORIES= irc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +12,8 @@ COMMENT= IRC protocol client library for Python LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}jaraco.util>0:${PORTSDIR}/devel/py-jaraco.util BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hgtools>0:${PORTSDIR}/devel/py-hgtools \ ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytest-runner @@ -23,24 +23,16 @@ PYDISTUTILS_AUTOPLIST= yes USES= zip PORTEXAMPLES= irccat.py irccat2.py servermap.py testbot.py \ - dccreceive.py dccsend.py + dccreceive.py dccsend.py ssl-cat.py EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} OPTIONS_DEFINE= EXAMPLES -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 270 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse -.endif - post-patch: - @${REINPLACE_CMD} -e \ - 's|license="MIT",|license="MIT", zip_safe=False,|' ${WRKSRC}/setup.py ${CHMOD} -R o-w ${WRKSRC}/irc.egg-info post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${PORTEXAMPLES:S,^,${WRKSRC}/scripts/,} ${STAGEDIR}${EXAMPLESDIR}/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/irc/py-irc/distinfo b/irc/py-irc/distinfo index be7a68d16e60..a8323423ffdb 100644 --- a/irc/py-irc/distinfo +++ b/irc/py-irc/distinfo @@ -1,2 +1,2 @@ -SHA256 (irc-8.5.4.zip) = 92eaa2287240e770ba5fd34327aa69612cf27caba9f51e3116d5951b438f470e -SIZE (irc-8.5.4.zip) = 113715 +SHA256 (irc-8.9.1.zip) = 86f788293b2d924e1b71564a528f8e850135a271dcc45827577920188d4e5afc +SIZE (irc-8.9.1.zip) = 119769 |