diff options
author | linimon <linimon@FreeBSD.org> | 2004-04-30 16:45:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-04-30 16:45:19 +0800 |
commit | f8b2c97d8fffbf0937b9080fb2656fb96b66d614 (patch) | |
tree | c98c7abd05d4986c87a39394fa5d674d69060eac /irc | |
parent | 3efa830548c7734e521ef44a93bdc7d5539fd7aa (diff) | |
download | freebsd-ports-gnome-f8b2c97d8fffbf0937b9080fb2656fb96b66d614.tar.gz freebsd-ports-gnome-f8b2c97d8fffbf0937b9080fb2656fb96b66d614.tar.zst freebsd-ports-gnome-f8b2c97d8fffbf0937b9080fb2656fb96b66d614.zip |
Update to 0.77.2: some config names changed (see ChangeLog); new LogToIRC
plugin; many bug fixes.
PR: ports/65950
Submitted by: Tim Middleton <x@vex.net> (maintainer)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/py-supybot/Makefile | 13 | ||||
-rw-r--r-- | irc/py-supybot/distinfo | 4 | ||||
-rw-r--r-- | irc/py-supybot/pkg-message | 3 | ||||
-rw-r--r-- | irc/py-supybot/pkg-plist | 35 |
4 files changed, 35 insertions, 20 deletions
diff --git a/irc/py-supybot/Makefile b/irc/py-supybot/Makefile index 8b03731ca415..50736b9a08a1 100644 --- a/irc/py-supybot/Makefile +++ b/irc/py-supybot/Makefile @@ -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 @@ COMMENT= Supybot - A Superb Python IRC bot 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} diff --git a/irc/py-supybot/distinfo b/irc/py-supybot/distinfo index dbe486985a6d..79f58e326187 100644 --- a/irc/py-supybot/distinfo +++ b/irc/py-supybot/distinfo @@ -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 diff --git a/irc/py-supybot/pkg-message b/irc/py-supybot/pkg-message index 4294ce9f9c2f..79de91c367ac 100644 --- a/irc/py-supybot/pkg-message +++ b/irc/py-supybot/pkg-message @@ -9,3 +9,6 @@ possibly a few other) plugins, you need to install the 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. diff --git a/irc/py-supybot/pkg-plist b/irc/py-supybot/pkg-plist index d7098d347286..7d0d290084ec 100644 --- a/irc/py-supybot/pkg-plist +++ b/irc/py-supybot/pkg-plist @@ -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 @@ bin/supybot @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%% |