From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 22 14:00:22 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FBC937B401 for ; Sun, 22 Jun 2003 14:00:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 606BF43FE0 for ; Sun, 22 Jun 2003 14:00:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5ML0LUp034721 for ; Sun, 22 Jun 2003 14:00:21 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5ML0L9o034720; Sun, 22 Jun 2003 14:00:21 -0700 (PDT) Resent-Date: Sun, 22 Jun 2003 14:00:21 -0700 (PDT) Resent-Message-Id: <200306222100.h5ML0L9o034720@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tim Bishop Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46B4337B401 for ; Sun, 22 Jun 2003 13:58:31 -0700 (PDT) Received: from mercury.ukc.ac.uk (mercury.ukc.ac.uk [129.12.21.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F98143F3F for ; Sun, 22 Jun 2003 13:58:30 -0700 (PDT) (envelope-from T.D.Bishop@kent.ac.uk) Received: from pendennis.ukc.ac.uk ([129.12.3.232]) by mercury.ukc.ac.uk with esmtp (Exim 3.22 #4) id 19UBuO-0007lz-00; Sun, 22 Jun 2003 21:57:56 +0100 Received: from tdb by pendennis.ukc.ac.uk with local (Exim 4.20) id 19UBuO-00061R-EH; Sun, 22 Jun 2003 21:57:56 +0100 Message-Id: Date: Sun, 22 Jun 2003 21:57:56 +0100 From: Tim Bishop Sender: "T.D.Bishop" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: tim@bishnet.net Subject: ports/53616: [maintainer] Update irc/pircbot X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tim Bishop List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 21:00:22 -0000 >Number: 53616 >Category: ports >Synopsis: [maintainer] Update 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 Jun 22 14:00:20 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 irc/pircbot to the latest version. >How-To-Repeat: >Fix: Patch given below to update the port. --- pircbot-1.2.0.diff begins here --- diff -ruN pircbot.bak/Makefile pircbot/Makefile --- pircbot.bak/Makefile Thu May 22 04:47:46 2003 +++ pircbot/Makefile Sun Jun 22 21:53:37 2003 @@ -6,7 +6,7 @@ # PORTNAME= pircbot -PORTVERSION= 1.0.5 +PORTVERSION= 1.2.0 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} -cf - . | ${TAR} -xf - -C ${PREFIX}/share/doc/pircbot) + (cd ${WRKSRC}/javadocs && ${TAR} --exclude CVS -cf - . | ${TAR} -xf - -C ${PREFIX}/share/doc/pircbot) .endif post-install: diff -ruN pircbot.bak/distinfo pircbot/distinfo --- pircbot.bak/distinfo Tue May 20 16:07:11 2003 +++ pircbot/distinfo Sun Jun 22 21:44:31 2003 @@ -1 +1 @@ -MD5 (pircbot-1.0.5.zip) = 9e1da0ec81906e974849c947f7cc463e +MD5 (pircbot-1.2.0.zip) = 90e388e98433d649478413cbb925a1ef diff -ruN pircbot.bak/pkg-plist pircbot/pkg-plist --- pircbot.bak/pkg-plist Sat Jan 11 23:49:27 2003 +++ pircbot/pkg-plist Sun Jun 22 21:49:32 2003 @@ -2,6 +2,8 @@ %%PORTDOCS%%share/doc/pircbot/constant-values.html %%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/NickAlreadyInUseException.html %%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/DccChat.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/DccFileTransfer.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/DccManager.html %%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/IdentServer.html %%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/InputThread.html %%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/IrcException.html @@ -16,6 +18,8 @@ %%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/package-summary.html %%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/package-tree.html %%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/DccChat.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/DccFileTransfer.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/DccManager.html %%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/IdentServer.html %%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/InputThread.html %%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/OutputThread.html --- pircbot-1.2.0.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: