Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 2003 12:03:52 +0100
From:      Tim Bishop <tim@bishnet.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tim@bishnet.net
Subject:   ports/54432: Update port: irc/pircbot
Message-ID:  <E19bee0-000Hx1-Gr@pendennis.ukc.ac.uk>
Resent-Message-ID: <200307131110.h6DBAGgZ053944@freefall.freebsd.org>

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

>Number:         54432
>Category:       ports
>Synopsis:       Update port: irc/pircbot
>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:   Sun Jul 13 04:10:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Tim Bishop
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD pendennis.ukc.ac.uk 4.8-STABLE FreeBSD 4.8-STABLE #3: Sun Jun 15 16:13:30 BST 2003 tdb@pendennis.ukc.ac.uk:/usr/obj/usr/src/sys/PENDENNIS i386

>Description:
	Update pircbot to new version 1.2.2.
>How-To-Repeat:
>Fix:
	Patch given below.

--- pircbot-1.2.2.diff begins here ---
diff -ruN pircbot.bak/Makefile pircbot/Makefile
--- pircbot.bak/Makefile	Thu Jun 26 09:53:19 2003
+++ pircbot/Makefile	Sun Jul 13 11:59:11 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pircbot
-PORTVERSION=	1.2.0
+PORTVERSION=	1.2.2
 CATEGORIES=	irc java
 MASTER_SITES=	http://www.jibble.org/files/ \
 		http://www.i-scream.org/downloads/other/
@@ -23,7 +23,7 @@
 	${INSTALL_DATA} ${WRKSRC}/pircbot.jar ${PREFIX}/share/java/classes
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${PREFIX}/share/doc/pircbot
-	(cd ${WRKSRC}/javadocs && ${TAR} --exclude CVS -cf - . | ${TAR} -xf - -C ${PREFIX}/share/doc/pircbot)
+	(cd ${WRKSRC}/javadocs && ${TAR} -cf - . | ${TAR} -xf - -C ${PREFIX}/share/doc/pircbot)
 .endif
 
 post-install:
diff -ruN pircbot.bak/distinfo pircbot/distinfo
--- pircbot.bak/distinfo	Thu Jun 26 09:53:19 2003
+++ pircbot/distinfo	Sun Jul 13 11:58:26 2003
@@ -1 +1 @@
-MD5 (pircbot-1.2.0.zip) = 90e388e98433d649478413cbb925a1ef
+MD5 (pircbot-1.2.2.zip) = f89f71de6f7382be0cdf69c47f38370a
--- pircbot-1.2.2.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19bee0-000Hx1-Gr>