svn commit: r310586 - head/irc/py-irc

Frederic Culot culot at FreeBSD.org
Fri Jan 18 07:40:55 UTC 2013


Author: culot
Date: Fri Jan 18 07:40:54 2013
New Revision: 310586
URL: http://svnweb.freebsd.org/changeset/ports/310586

Log:
  - Update to 8.0
  - Add LICENSE (MIT)
  
  PR:		ports/175392
  Submitted by:	William Grzybowski <william88 at gmail.com> (maintainer)

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

Modified: head/irc/py-irc/Makefile
==============================================================================
--- head/irc/py-irc/Makefile	Fri Jan 18 07:30:40 2013	(r310585)
+++ head/irc/py-irc/Makefile	Fri Jan 18 07:40:54 2013	(r310586)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	irc
-PORTVERSION=	5.0.1
+PORTVERSION=	8.0
 CATEGORIES=	irc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,6 +10,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	william88 at gmail.com
 COMMENT=	IRC protocol client library for Python
 
+LICENSE=	MIT
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 USE_ZIP=	yes
@@ -32,6 +34,7 @@ post-install:
 
 .if ${PYTHON_REL} < 270
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib>0:${PORTSDIR}/devel/py-importlib
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/irc/py-irc/distinfo
==============================================================================
--- head/irc/py-irc/distinfo	Fri Jan 18 07:30:40 2013	(r310585)
+++ head/irc/py-irc/distinfo	Fri Jan 18 07:40:54 2013	(r310586)
@@ -1,2 +1,2 @@
-SHA256 (irc-5.0.1.zip) = c7262b21a4b6f713913aaddcd6e1c73920a07903feda9758065699d6d5fc3796
-SIZE (irc-5.0.1.zip) = 88039
+SHA256 (irc-8.0.zip) = 240ca0f797877f5e3508929da218dbafb031ab3e198f0270197286624e391cd1
+SIZE (irc-8.0.zip) = 106508


More information about the svn-ports-all mailing list