aboutsummaryrefslogtreecommitdiffstats
path: root/www/dokuwiki/Makefile
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2010-01-03 09:38:01 +0800
committerXin LI <delphij@FreeBSD.org>2010-01-03 09:38:01 +0800
commit5f71aa102fb8cb49a98073f32542191d9126f6fc (patch)
treeb48df32a90768cc6b0a75e89d46b61e1c7f2fe89 /www/dokuwiki/Makefile
parente230bb6ae3b22b3b4ca15943983995c44617df56 (diff)
downloadfreebsd-ports-gnome-5f71aa102fb8cb49a98073f32542191d9126f6fc.tar.gz
freebsd-ports-gnome-5f71aa102fb8cb49a98073f32542191d9126f6fc.tar.zst
freebsd-ports-gnome-5f71aa102fb8cb49a98073f32542191d9126f6fc.zip
Update to 2009-12-25 "Lemming":
* This release needs PHP5.1.2! * many Editor improvements o automatic list indention o better headline system o link wizard template authors need to provide CSS * compatibility fixes for IE8 and Chrome * PHP 5.3 compatibility fixes * row span support in tables * downloadable code blocks * fulltext search improvements * added filename search in media manager * new dformat function plugin and template authors should replace strftime calls with this function * one click revert button for managers template authors need to add this button * nicer admin screen template authors need to provide CSS * XMLRPC improvements * many smaller feature enhancements * more plugin events * some performance optimizations * minor security enhancements * many, many, many bug fixes While I'm there, grab maintainership.
Diffstat (limited to 'www/dokuwiki/Makefile')
-rw-r--r--www/dokuwiki/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/dokuwiki/Makefile b/www/dokuwiki/Makefile
index f81247197f99..4a4608ac4875 100644
--- a/www/dokuwiki/Makefile
+++ b/www/dokuwiki/Makefile
@@ -7,17 +7,16 @@
PORTNAME= dokuwiki
PORTVERSION= ${DIST_VER:S/${PORTNAME}//:S/-//g}
-PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://www.splitbrain.org/_media/projects/dokuwiki/ \
LOCAL/chinsan/${PORTNAME}
DISTNAME= ${DIST_VER}
EXTRACT_SUFX= .tgz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= delphij@FreeBSD.org
COMMENT= A simple and easy to use wiki, no database required
-DIST_VER= ${PORTNAME}-2009-02-14
+DIST_VER= ${PORTNAME}-2009-12-25
USE_PHP= gd mbstring pcre session xml zlib
NO_BUILD= YES
WANT_PHP_WEB= YES