diff options
author | hauke <hauke> | 2011-07-08 09:59:19 +0000 |
---|---|---|
committer | hauke <hauke> | 2011-07-08 09:59:19 +0000 |
commit | 1342ff8aeeda4562b27e2dd603516745f34eb51e (patch) | |
tree | a52dc07670dabc362043a17036e44ea236fedf57 | |
parent | f82b3365b59ebf01c4138eed6cf88e65d345b3e2 (diff) | |
download | pkgsrc-1342ff8aeeda4562b27e2dd603516745f34eb51e.tar.gz |
Update to Blosxom 1.5rc3.
What's new in 1.5 rc3
=====================
Pertinent to users:
-------------------
1. PyBlosxom shows an error page if it crashes rather than forcing
you to go figure out what happened by finding the web server logs.
This should make configuring and debugging much easier.
2. Bunch of new plugins.
3. Bunch of fixes to the comments plugin, tags and pycalendar plugins.
Tags plugin gains tags cloud functionality.
Comments plugin gains comment_disable_after_x_days feature.
If you're using them, update to the latest versions.
4. Bunch of fixes to the documentation. If you see errors or things
that are unclear, let us know.
The documentation for the comments plugin still needs to be overhauled.
5. Bunch of other bug fixes.
6. Bunch of new plugins: magicword, pages, rst, check_nonhuman, and
check_blacklist.
-rw-r--r-- | www/py-blosxom/Makefile | 9 | ||||
-rw-r--r-- | www/py-blosxom/distinfo | 8 |
2 files changed, 7 insertions, 10 deletions
diff --git a/www/py-blosxom/Makefile b/www/py-blosxom/Makefile index d71310b21f2..6cb85d98587 100644 --- a/www/py-blosxom/Makefile +++ b/www/py-blosxom/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2011/07/03 19:49:37 dholland Exp $ +# $NetBSD: Makefile,v 1.5 2011/07/08 09:59:19 hauke Exp $ # PYBLOXSOMVERS= 1.5 -DISTNAME= pyblosxom-${PYBLOXSOMVERS}rc2 +DISTNAME= pyblosxom-${PYBLOXSOMVERS}rc3 PKGNAME= ${PYPKGPREFIX}-blosxom-${PYBLOXSOMVERS} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://pyblosxom.bluesock.org/download/ @@ -21,9 +21,6 @@ DOC_SUBDIR= share/doc/pyblosxom DOCDIR= ${PREFIX}/${DOC_SUBDIR} DOCFILES= AUTHORS CHANGELOG INSTALL LICENSE README THANKS TODO UPGRADE -# Mend author's spelling mitsake -WRKSRC= ${WRKDIR}/pybloxsom-1.5rc2 - INSTALLATION_DIRS= ${DOC_SUBDIR} REPLACE_PYTHON= Pyblosxom/data/pyblosxom.cgi diff --git a/www/py-blosxom/distinfo b/www/py-blosxom/distinfo index c40eddfb430..fa5cf605d14 100644 --- a/www/py-blosxom/distinfo +++ b/www/py-blosxom/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/07/03 19:49:37 dholland Exp $ +$NetBSD: distinfo,v 1.4 2011/07/08 09:59:19 hauke Exp $ -SHA1 (pyblosxom-1.5rc2/pyblosxom-1.5rc2.tar.gz) = 186c95036427e8ce894258ebcc6f3407ef92612f -RMD160 (pyblosxom-1.5rc2/pyblosxom-1.5rc2.tar.gz) = 265318f79b752ce3c627fda8493161160c804993 -Size (pyblosxom-1.5rc2/pyblosxom-1.5rc2.tar.gz) = 175400 bytes +SHA1 (pyblosxom-1.5rc3/pyblosxom-1.5rc3.tar.gz) = 976a7aeba086a0b83958d129e2d5c9250918a80f +RMD160 (pyblosxom-1.5rc3/pyblosxom-1.5rc3.tar.gz) = 32c1a6e8a4a37507a86e53cbaf8b9f852522bb7f +Size (pyblosxom-1.5rc3/pyblosxom-1.5rc3.tar.gz) = 187605 bytes |