diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-08 10:34:05 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-08 10:34:05 +0000 |
commit | 2e1f2ad2c197a9e3b9bbb568144480bdfc46354f (patch) | |
tree | 6ba7d0a0c566f513f5e86d2dfa9a87eca7abee11 | |
parent | 921109901c981a852fd1f7f0209014c809b3209f (diff) |
Notes
-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 |