Bug 175392 - [MAINTAINER]: irc/py-irc: update to 8.0
Summary: [MAINTAINER]: irc/py-irc: update to 8.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-18 01:50 UTC by William Grzybowski
Modified: 2013-01-18 07:50 UTC (History)
0 users

See Also:


Attachments
py-irc.patch (1.11 KB, patch)
2013-01-18 01:50 UTC, William Grzybowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Grzybowski 2013-01-18 01:50:00 UTC
	Update to 8.0

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

Fix: See attached patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-18 01:50:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-01-18 06:04:18 UTC
Responsible Changed
From-To: freebsd-python->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-01-18 07:41:07 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2013-01-18 07:41:10 UTC
State Changed
From-To: open->closed

Committed. Thanks!