Date: Sun, 22 Jun 2003 21:57:56 +0100 From: Tim Bishop <tim@bishnet.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: tim@bishnet.net Subject: ports/53616: [maintainer] Update irc/pircbot Message-ID: <E19UBuO-00061R-EH@pendennis.ukc.ac.uk> Resent-Message-ID: <200306222100.h5ML0L9o034720@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19UBuO-00061R-EH>