Date: Sat, 24 Apr 2004 23:50:09 -0400 (EDT) From: Tim Middleton <x@vex.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: x@vex.net Subject: ports/65950: [PATCH] irc/py23-supybot: update to 0.77.2 Message-ID: <20040425035009.308D3B882@bee.vii.net> Resent-Message-ID: <200404250400.i3P40gfJ038403@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65950 >Category: ports >Synopsis: [PATCH] irc/py23-supybot: update to 0.77.2 >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: Sat Apr 24 21:00:42 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Tim Middleton >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: The Cain Gang Ltd >Environment: System: FreeBSD bee.vii.net 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #1: Thu Apr 22 12:00:37 EDT 2004 >Description: - Update to 0.77.2 - some config names changed (see ChangeLog) - new LogToIRC plugin - many bug fixes >How-To-Repeat: >Fix: --- py23-supybot-0.77.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/irc/py-supybot/Makefile,v retrieving revision 1.2 diff -c -u -r1.2 Makefile --- Makefile 8 Apr 2004 06:56:17 -0000 1.2 +++ Makefile 25 Apr 2004 03:48:22 -0000 @@ -6,7 +6,7 @@ # PORTNAME= supybot -PORTVERSION= 0.77.0 +PORTVERSION= 0.77.2 CATEGORIES= irc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= supybot @@ -19,20 +19,15 @@ USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes -DOCSDIR= ${PREFIX}/share/doc/supybot - -DOCS= CAPABILITIES FAQ OVERVIEW CONFIGURATION \ - GETTING_STARTED RELEASE-CHECKLIST EXAMPLE \ - INTERFACES STYLE \ - ../ACKS ../BUGS ../ChangeLog ../DEVS ../LICENSE \ - ../README ../RELNOTES ../TODO +DOCS= ACKS BUGS ChangeLog DEVS LICENSE README RELNOTES TODO post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for f in ${DOCS} - ${INSTALL_MAN} ${WRKSRC}/docs/${f} ${DOCSDIR} + @${CP} ${WRKSRC}/${f} ${DOCSDIR}/ .endfor + @${CP} -R ${WRKSRC}/docs/ ${DOCSDIR}/ .endif .if !defined(BATCH) @${CAT} ${PKGMESSAGE} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/irc/py-supybot/distinfo,v retrieving revision 1.1 diff -c -u -r1.1 distinfo --- distinfo 10 Mar 2004 15:53:16 -0000 1.1 +++ distinfo 25 Apr 2004 03:48:22 -0000 @@ -1,2 +1,2 @@ -MD5 (Supybot-0.77.0.tar.gz) = 2d94c57043f0c2b75ba1d3f386dc8ae6 -SIZE (Supybot-0.77.0.tar.gz) = 427843 +MD5 (Supybot-0.77.2.tar.gz) = 0a4bd9605e8f51df7b9fc1a879d0ce9e +SIZE (Supybot-0.77.2.tar.gz) = 414191 Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/irc/py-supybot/pkg-message,v retrieving revision 1.2 diff -c -u -r1.2 pkg-message --- pkg-message 12 Mar 2004 08:56:43 -0000 1.2 +++ pkg-message 25 Apr 2004 03:48:22 -0000 @@ -9,3 +9,6 @@ databases/py-PySQLite port. For more information see the GETTING_STARTED document. + +**WARNING** Some config names changed between some versions. +Review the ChangeLog document in the documentation directory. Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/irc/py-supybot/pkg-plist,v retrieving revision 1.1 diff -c -u -r1.1 pkg-plist --- pkg-plist 10 Mar 2004 15:53:16 -0000 1.1 +++ pkg-plist 25 Apr 2004 03:48:24 -0000 @@ -296,6 +296,9 @@ %%PYTHON_SITELIBDIR%%/supybot/plugins/Karma.pyo %%PYTHON_SITELIBDIR%%/supybot/plugins/OSU.pyo %%PYTHON_SITELIBDIR%%/supybot/plugins/KillBold.pyo +%%PYTHON_SITELIBDIR%%/supybot/plugins/LogToIrc.py +%%PYTHON_SITELIBDIR%%/supybot/plugins/LogToIrc.pyc +%%PYTHON_SITELIBDIR%%/supybot/plugins/LogToIrc.pyo %%PYTHON_SITELIBDIR%%/supybot/plugins/Lookup.pyo %%PYTHON_SITELIBDIR%%/supybot/plugins/Markov.pyo %%PYTHON_SITELIBDIR%%/supybot/plugins/Math.pyo @@ -337,21 +340,35 @@ @dirrm %%PYTHON_SITELIBDIR%%/supybot/plugins @dirrm %%PYTHON_SITELIBDIR%%/supybot/src @dirrm %%PYTHON_SITELIBDIR%%/supybot/ +%%PORTDOCS%%%%DOCSDIR%%/DocBook/Makefile +%%PORTDOCS%%%%DOCSDIR%%/DocBook/README.DocBook +%%PORTDOCS%%%%DOCSDIR%%/DocBook/capabilities.sgml +%%PORTDOCS%%%%DOCSDIR%%/DocBook/configuration.sgml +%%PORTDOCS%%%%DOCSDIR%%/DocBook/example.sgml +%%PORTDOCS%%%%DOCSDIR%%/DocBook/faq.sgml +%%PORTDOCS%%%%DOCSDIR%%/DocBook/getting_started.sgml +%%PORTDOCS%%%%DOCSDIR%%/DocBook/interfaces.sgml +%%PORTDOCS%%%%DOCSDIR%%/DocBook/supybot-html.dsl +%%PORTDOCS%%%%DOCSDIR%%/DocBook/supybot-print.dsl +%%PORTDOCS%%%%DOCSDIR%%/DocBook/supybot.css +%%PORTDOCS%%%%DOCSDIR%%/DocBook/supybot.dsl +%%PORTDOCS%%%%DOCSDIR%%/DocBook/supybot.dtd %%PORTDOCS%%%%DOCSDIR%%/ACKS %%PORTDOCS%%%%DOCSDIR%%/BUGS +%%PORTDOCS%%%%DOCSDIR%%/CAPABILITIES +%%PORTDOCS%%%%DOCSDIR%%/CONFIGURATION %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/DEVS -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/RELNOTES -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/CAPABILITIES +%%PORTDOCS%%%%DOCSDIR%%/EXAMPLE %%PORTDOCS%%%%DOCSDIR%%/FAQ -%%PORTDOCS%%%%DOCSDIR%%/OVERVIEW -%%PORTDOCS%%%%DOCSDIR%%/CONFIGURATION %%PORTDOCS%%%%DOCSDIR%%/GETTING_STARTED -%%PORTDOCS%%%%DOCSDIR%%/RELEASE-CHECKLIST -%%PORTDOCS%%%%DOCSDIR%%/EXAMPLE %%PORTDOCS%%%%DOCSDIR%%/INTERFACES +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/OVERVIEW +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/RELNOTES %%PORTDOCS%%%%DOCSDIR%%/STYLE +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%@dirrm %%DOCSDIR%%/DocBook +%%PORTDOCS%%@dirrm %%DOCSDIR%%/plugins %%PORTDOCS%%@dirrm %%DOCSDIR%% --- py23-supybot-0.77.2.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?20040425035009.308D3B882>