diff options
author | krion <krion@FreeBSD.org> | 2004-03-08 18:34:05 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-08 18:34:05 +0800 |
commit | 4d06af693224964c3b8cc9f6c6bf690ae4477d02 (patch) | |
tree | 3bae14e58da55de25533d557c3be243cdcf110d8 /irc/pircbot | |
parent | 700d6b58d30dd29ea4d290d0156f2c4e6df66556 (diff) | |
download | freebsd-ports-gnome-4d06af693224964c3b8cc9f6c6bf690ae4477d02.tar.gz freebsd-ports-gnome-4d06af693224964c3b8cc9f6c6bf690ae4477d02.tar.zst freebsd-ports-gnome-4d06af693224964c3b8cc9f6c6bf690ae4477d02.zip |
- Update to version 1.4.0
* Pet portlint
PR: ports/63905
Submitted by: maintainer
Diffstat (limited to 'irc/pircbot')
-rw-r--r-- | irc/pircbot/Makefile | 16 | ||||
-rw-r--r-- | irc/pircbot/distinfo | 4 |
2 files changed, 10 insertions, 10 deletions
diff --git a/irc/pircbot/Makefile b/irc/pircbot/Makefile index fecbf0d45fc6..5fb838f30b51 100644 --- a/irc/pircbot/Makefile +++ b/irc/pircbot/Makefile @@ -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 @@ do-install: .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> diff --git a/irc/pircbot/distinfo b/irc/pircbot/distinfo index eac301888ca1..a801f87327e1 100644 --- a/irc/pircbot/distinfo +++ b/irc/pircbot/distinfo @@ -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 |