Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2002 19:42:14 +0900 (KST)
From:      Hye-Shik Chang <perky@fallin.lv>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35341: Update port: irc/py-irclib
Message-ID:  <200202261042.g1QAgEP45050@kornet.hanirc.org>

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

>Number:         35341
>Category:       ports
>Synopsis:       Update port: irc/py-irclib
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 26 02:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Hye-Shik Chang
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Yonsei University
>Environment:
System: FreeBSD kornet.hanirc.org 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Jan 30 00:21:52 KST 2002 root@kornet.hanirc.org:/home/obj/home/src/sys/HANIRC i386

>Description:
- Update to 0.3.3
- Project has moved to SF

>How-To-Repeat:
>Fix:

diff -ruN py-irclib.orig/Makefile py-irclib/Makefile
--- py-irclib.orig/Makefile	Fri Dec 14 00:17:23 2001
+++ py-irclib/Makefile	Tue Feb 26 19:36:29 2002
@@ -6,17 +6,19 @@
 #
 
 PORTNAME=	irclib
-PORTVERSION=	0.3.2
+PORTVERSION=	0.3.3
 CATEGORIES=	irc python
-MASTER_SITES=	http://joel.rosdahl.net/hacks/ \
-		http://fallin.lv/distfiles/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	python-irclib
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	python-irclib-${PORTVERSION}
 
 MAINTAINER=	perky@fallin.lv
 
 USE_PYTHON=	yes
 
-PLIST_SUB+=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g}
+PLIST_SUB+=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} \
+		EXAMPLESDIR=${EXAMPLESDIR:S,^${PREFIX}/,,g}
 EXAMPLEFILES=	ircbot.py irccat irccat2 servermap testbot.py
 
 do-build:
@@ -27,9 +29,7 @@
 	@${INSTALL_DATA} ${WRKSRC}/irclib.py* ${PYTHON_SITELIBDIR}/
 	@${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
 .for file in ${EXAMPLEFILES}
-	@${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/share/examples/${PORTNAME}/
+	@${INSTALL_SCRIPT} ${WRKSRC}/${file} ${EXAMPLESDIR}/
 .endfor
-	@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
-	@${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/${PORTNAME}/
 
 .include <bsd.port.mk>
diff -ruN py-irclib.orig/distinfo py-irclib/distinfo
--- py-irclib.orig/distinfo	Fri Dec 14 00:17:23 2001
+++ py-irclib/distinfo	Tue Feb 26 19:31:50 2002
@@ -1 +1 @@
-MD5 (irclib-0.3.2.tar.gz) = 6c2e57685f1983f1999ca5d3ca70a7e8
+MD5 (python-irclib-0.3.3.tar.gz) = 5704e2115d1567783ab84ee5c57d93d0
diff -ruN py-irclib.orig/pkg-descr py-irclib/pkg-descr
--- py-irclib.orig/pkg-descr	Thu May 24 22:20:32 2001
+++ py-irclib/pkg-descr	Tue Feb 26 19:32:50 2002
@@ -4,4 +4,4 @@
 connection support is not yet implemented. It actually does CTCP
 parsing exactly as the CTCP specifications describe it.
 
-WWW: http://joel.rosdahl.net/hacks/
+WWW: http://sourceforge.net/projects/python-irclib
diff -ruN py-irclib.orig/pkg-plist py-irclib/pkg-plist
--- py-irclib.orig/pkg-plist	Fri Dec 14 00:17:23 2001
+++ py-irclib/pkg-plist	Tue Feb 26 19:38:39 2002
@@ -1,24 +1,9 @@
-share/doc/irclib/index.html
-share/doc/irclib/indices.html
-share/doc/irclib/ircbot.Channel.html
-share/doc/irclib/ircbot.IRCDict.html
-share/doc/irclib/ircbot.SingleServerIRCBot.html
-share/doc/irclib/ircbot.html
-share/doc/irclib/irclib.Connection.html
-share/doc/irclib/irclib.DCCConnection.html
-share/doc/irclib/irclib.Event.html
-share/doc/irclib/irclib.IRC.html
-share/doc/irclib/irclib.IRCError.html
-share/doc/irclib/irclib.ServerConnection.html
-share/doc/irclib/irclib.ServerConnectionError.html
-share/doc/irclib/irclib.SimpleIRCClient.html
-share/doc/irclib/irclib.html
-share/doc/irclib/pythondoc.css
-share/examples/irclib/ircbot.py
-share/examples/irclib/irccat
-share/examples/irclib/irccat2
-share/examples/irclib/servermap
-share/examples/irclib/testbot.py
+%%EXAMPLESDIR%%/ircbot.py
+%%EXAMPLESDIR%%/irccat
+%%EXAMPLESDIR%%/irccat2
+%%EXAMPLESDIR%%/servermap
+%%EXAMPLESDIR%%/testbot.py
+@dirrm %%EXAMPLESDIR%%
 @cwd %%LOCALBASE%%
 %%PYTHON_SITELIBDIR%%/irclib.py
 %%PYTHON_SITELIBDIR%%/irclib.pyc
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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