Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Mar 2004 23:34:02 +0000
From:      Tim Bishop <tim@bishnet.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tim@bishnet.net
Subject:   ports/63905: [MAINTAINER] irc/pircbot: update to 1.4.0
Message-ID:  <E1B07mU-0005KQ-4p@pendennis.ukc.ac.uk>
Resent-Message-ID: <200403072340.i27NeBdR013809@freefall.freebsd.org>

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

>Number:         63905
>Category:       ports
>Synopsis:       [MAINTAINER] irc/pircbot: update to 1.4.0
>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 Mar 07 15:40:11 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Tim Bishop
>Release:        FreeBSD 5.2.1-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD pendennis.ukc.ac.uk 5.2.1-RELEASE-p1 FreeBSD 5.2.1-RELEASE-p1 #1: Thu Mar  4 00:16:43 GMT
>Description:
- Update to 1.4.0
- Fix portlint warnings

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- pircbot-1.4.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/irc/pircbot/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- Makefile	1 Mar 2004 15:07:02 -0000	1.25
+++ Makefile	7 Mar 2004 23:32:17 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pircbot
-PORTVERSION=	1.3.0
+PORTVERSION=	1.4.0
 CATEGORIES=	irc java
 MASTER_SITES=	http://www.jibble.org/files/ \
 		ftp://ftp.i-scream.org/pub/www.jibble.org/files/ \
@@ -28,14 +28,14 @@
 .endif
 
 post-install:
-	@echo "    ---------------------------------------------------------------"
-	@echo "    To use pircbot add ${JAVAJARDIR}/pircbot.jar to"
-	@echo "    your classpath. A short tutorial can be found here:"
-	@echo "        http://www.jibble.org/pircbot.php"
+	@${ECHO_MSG} "    ---------------------------------------------------------------"
+	@${ECHO_MSG} "    To use pircbot add ${JAVAJARDIR}/pircbot.jar to"
+	@${ECHO_MSG} "    your classpath. A short tutorial can be found here:"
+	@${ECHO_MSG} "        http://www.jibble.org/pircbot.php"
 .if !defined(NOPORTDOCS)
-	@echo "    pircbot javadoc documentation has also been installed in:"
-	@echo "        ${DOCSDIR}"
+	@${ECHO_MSG} "    pircbot javadoc documentation has also been installed in:"
+	@${ECHO_MSG} "        ${DOCSDIR}"
 .endif
-	@echo "    ---------------------------------------------------------------"
+	@${ECHO_MSG} "    ---------------------------------------------------------------"
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/irc/pircbot/distinfo,v
retrieving revision 1.20
diff -u -r1.20 distinfo
--- distinfo	1 Mar 2004 15:07:02 -0000	1.20
+++ distinfo	7 Mar 2004 23:32:17 -0000
@@ -1,2 +1,2 @@
-MD5 (pircbot-1.3.0.zip) = 53cc3e52ec8b3a5c67a1b8cf78788485
-SIZE (pircbot-1.3.0.zip) = 194371
+MD5 (pircbot-1.4.0.zip) = e72ce52f0c7c8eaf48bee1021c74b4a9
+SIZE (pircbot-1.4.0.zip) = 194515
--- pircbot-1.4.0.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1B07mU-0005KQ-4p>