Index: head/irc/pircbot/Makefile =================================================================== --- head/irc/pircbot/Makefile (revision 102646) +++ head/irc/pircbot/Makefile (revision 102647) @@ -1,41 +1,41 @@ # New ports collection makefile for: pircbot # Date created: 2 June 2002 # Whom: Tim Bishop # # $FreeBSD$ # PORTNAME= pircbot -PORTVERSION= 1.2.8 +PORTVERSION= 1.3.0 CATEGORIES= irc java MASTER_SITES= http://www.jibble.org/files/ \ ftp://ftp.i-scream.org/pub/www.jibble.org/files/ \ http://www.i-scream.org/pub/www.jibble.org/files/ MAINTAINER= tim@bishnet.net COMMENT= PircBot Java IRC Bot Framework USE_ZIP= yes NO_BUILD= yes USE_JAVA= 1.1+ do-install: ${INSTALL_DATA} ${WRKSRC}/pircbot.jar ${JAVAJARDIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} (cd ${WRKSRC}/javadocs && ${TAR} -cf - . | ${TAR} -xf - -C ${DOCSDIR}) .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" .if !defined(NOPORTDOCS) @echo " pircbot javadoc documentation has also been installed in:" @echo " ${DOCSDIR}" .endif @echo " ---------------------------------------------------------------" .include Property changes on: head/irc/pircbot/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/irc/pircbot/distinfo =================================================================== --- head/irc/pircbot/distinfo (revision 102646) +++ head/irc/pircbot/distinfo (revision 102647) @@ -1,2 +1,2 @@ -MD5 (pircbot-1.2.8.zip) = d7f29c2eeeaedc329905fb5cc01f45ea -SIZE (pircbot-1.2.8.zip) = 193587 +MD5 (pircbot-1.3.0.zip) = 53cc3e52ec8b3a5c67a1b8cf78788485 +SIZE (pircbot-1.3.0.zip) = 194371 Property changes on: head/irc/pircbot/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property