Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2013 07:40:55 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310586 - head/irc/py-irc
Message-ID:  <201301180740.r0I7etrx001668@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



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