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)
This commit is contained in:
parent
36234c19b4
commit
7252c4fc00
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108011
@ -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}
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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%%/EXAMPLE
|
||||
%%PORTDOCS%%%%DOCSDIR%%/FAQ
|
||||
%%PORTDOCS%%%%DOCSDIR%%/GETTING_STARTED
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INTERFACES
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
||||
%%PORTDOCS%%%%DOCSDIR%%/OVERVIEW
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/RELNOTES
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CAPABILITIES
|
||||
%%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%%/STYLE
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/DocBook
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/plugins
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user