Date: Mon, 06 Jan 2003 15:52:06 +0000 From: Tim Bishop <tim@bishnet.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: tim@bishnet.net, paul@jibble.org Subject: ports/46804: Update port: irc/pircbot Message-ID: <E18VZXq-000JGJ-00@pendennis.ukc.ac.uk>
next in thread | raw e-mail | index | archive | help
>Number: 46804 >Category: ports >Synopsis: Update port: irc/pircbot >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: Mon Jan 06 08:00:16 PST 2003 >Closed-Date: >Last-Modified: >Originator: Tim Bishop >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD pendennis.ukc.ac.uk 4.7-STABLE FreeBSD 4.7-STABLE #12: Thu Oct 10 23:47:27 BST 2002 tdb@pendennis.ukc.ac.uk:/usr/obj/usr/src/sys/PENDENNIS i386 >Description: Update pircbot to new version 1.0.1. >How-To-Repeat: >Fix: Patch given below. --- pircbot-1.0.1.diff begins here --- diff -ruN pircbot.bak/Makefile pircbot/Makefile --- pircbot.bak/Makefile Thu Jan 2 17:26:23 2003 +++ pircbot/Makefile Mon Jan 6 15:48:00 2003 @@ -6,7 +6,7 @@ # PORTNAME= pircbot -PORTVERSION= 0.9.11 +PORTVERSION= 1.0.1 CATEGORIES= irc java MASTER_SITES= http://www.jibble.org/files/ \ http://www.i-scream.org.uk/downloads/other/ diff -ruN pircbot.bak/distinfo pircbot/distinfo --- pircbot.bak/distinfo Thu Jan 2 17:26:23 2003 +++ pircbot/distinfo Mon Jan 6 15:29:54 2003 @@ -1 +1 @@ -MD5 (pircbot-0.9.11.zip) = 9a3b8e7dcc0388f8874bffcfef835717 +MD5 (pircbot-1.0.1.zip) = 2a04250ac1b56bdb63b6ccf3d1700db8 diff -ruN pircbot.bak/pkg-plist pircbot/pkg-plist --- pircbot.bak/pkg-plist Sat Nov 23 15:00:27 2002 +++ pircbot/pkg-plist Mon Jan 6 15:42:43 2003 @@ -8,6 +8,9 @@ %%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/OutputThread.html %%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/PircBot.html %%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/Queue.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/Colors.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/ReplyConstants.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/User.html %%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/package-use.html %%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/package-frame.html %%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/package-summary.html @@ -20,6 +23,9 @@ %%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/Queue.html %%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/IrcException.html %%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/NickAlreadyInUseException.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/Colors.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/ReplyConstants.html +%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/User.html %%PORTDOCS%%share/doc/pircbot/overview-tree.html %%PORTDOCS%%share/doc/pircbot/index-all.html %%PORTDOCS%%share/doc/pircbot/deprecated-list.html @@ -30,7 +36,6 @@ %%PORTDOCS%%share/doc/pircbot/serialized-form.html %%PORTDOCS%%share/doc/pircbot/package-list %%PORTDOCS%%share/doc/pircbot/help-doc.html -%%PORTDOCS%%share/doc/pircbot/stylesheet.css %%PORTDOCS%%share/doc/pircbot/pircbot-style.css %%PORTDOCS%%@dirrm share/doc/pircbot/org/jibble/pircbot/class-use %%PORTDOCS%%@dirrm share/doc/pircbot/org/jibble/pircbot --- pircbot-1.0.1.diff ends here --- >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?E18VZXq-000JGJ-00>