Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2014 12:57:05 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357985 - head/irc/py-irc
Message-ID:  <201406161257.s5GCv5qr091316@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Mon Jun 16 12:57:05 2014
New Revision: 357985
URL: http://svnweb.freebsd.org/changeset/ports/357985
QAT: https://qat.redports.org/buildarchive/r357985/

Log:
  irc/py-irc: update to 5.9.1
  
  - Update to 5.9.1
  - Remove obsolete python 2.6 check
  - Remove obsolete zip_safe option

Modified:
  head/irc/py-irc/Makefile
  head/irc/py-irc/distinfo

Modified: head/irc/py-irc/Makefile
==============================================================================
--- head/irc/py-irc/Makefile	Mon Jun 16 12:50:51 2014	(r357984)
+++ head/irc/py-irc/Makefile	Mon Jun 16 12:57:05 2014	(r357985)
@@ -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
 
 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>

Modified: head/irc/py-irc/distinfo
==============================================================================
--- head/irc/py-irc/distinfo	Mon Jun 16 12:50:51 2014	(r357984)
+++ head/irc/py-irc/distinfo	Mon Jun 16 12:57:05 2014	(r357985)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406161257.s5GCv5qr091316>