Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2013 17:41:25 -0800 (PST)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175392: [MAINTAINER]: irc/py-irc: update to 8.0
Message-ID:  <50f8a845.cb76ec0a.52b8.001a@mx.google.com>
Resent-Message-ID: <201301180150.r0I1o0FO003728@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175392
>Category:       ports
>Synopsis:       [MAINTAINER]: irc/py-irc: update to 8.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 18 01:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
>Description:

	Update to 8.0

	While I'm here add MIT license and fix depends for argparse for python < 2.7

>How-To-Repeat:
>Fix:

	See attached patch


--- py-irc.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 310580)
+++ Makefile	(working copy)
@@ -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 @@
 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 @@
 
 .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>
Index: distinfo
===================================================================
--- distinfo	(revision 310580)
+++ distinfo	(working copy)
@@ -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
--- py-irc.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50f8a845.cb76ec0a.52b8.001a>