diff options
author | Giorgio Peron <giorgio.peron@gmail.com> | 2016-07-27 22:23:01 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 08:28:31 +0700 |
commit | 1c77e284c5a98d403179c73402ea0278cfcba85e (patch) | |
tree | 21fc034e1c73c4cd9e21beedd43ddc7fc09fd785 /network/dokuwiki | |
parent | 05282f3bc7e0b22a7ad0ee5878083ec3c483dae7 (diff) | |
download | slackbuilds-1c77e284c5a98d403179c73402ea0278cfcba85e.tar.gz |
network/dokuwiki: Updated for version 20160626a.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/dokuwiki')
-rw-r--r-- | network/dokuwiki/doinst.sh | 2 | ||||
-rw-r--r-- | network/dokuwiki/dokuwiki.SlackBuild | 6 | ||||
-rw-r--r-- | network/dokuwiki/dokuwiki.info | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/network/dokuwiki/doinst.sh b/network/dokuwiki/doinst.sh index 698828834d..14d06020bc 100644 --- a/network/dokuwiki/doinst.sh +++ b/network/dokuwiki/doinst.sh @@ -1,4 +1,4 @@ -sed -i "s:#Include /etc/httpd/mod_php.conf:Include /etc/httpd/mod_php.conf:g" etc/httpd/httpd.conf +sed -i "s:#Include /etc/httpd/mod_php.conf:Include /etc/httpd/mod_php.conf:g" etc/httpd/httpd.conf grep -q -e 'Dokuwiki' etc/httpd/httpd.conf || cat >> etc/httpd/httpd.conf <<'EOF' # Dokuwiki Include /etc/httpd/extra/httpd-dokuwiki.conf diff --git a/network/dokuwiki/dokuwiki.SlackBuild b/network/dokuwiki/dokuwiki.SlackBuild index 89f16ce8b5..02c65d6983 100644 --- a/network/dokuwiki/dokuwiki.SlackBuild +++ b/network/dokuwiki/dokuwiki.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for dokuwiki -# Copyright 2015 Giorgio Peron <giorgio.peron@gmail.com>, Campodarsego, PD, Italy +# Copyright 2016 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,8 +22,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=${PRGNAM:-dokuwiki} -VERSION=${VERSION:-20150810a} -SRCVERSION=${SRCVERSION:-2015-08-10a} +VERSION=${VERSION:-20160626a} +SRCVERSION=${SRCVERSION:-2016-06-26a} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/dokuwiki/dokuwiki.info b/network/dokuwiki/dokuwiki.info index 0de76b4903..b264f9b0b8 100644 --- a/network/dokuwiki/dokuwiki.info +++ b/network/dokuwiki/dokuwiki.info @@ -1,8 +1,8 @@ PRGNAM="dokuwiki" -VERSION="20150810a" +VERSION="20160626a" HOMEPAGE="https://www.dokuwiki.org/dokuwiki" -DOWNLOAD="http://download.dokuwiki.org/src/dokuwiki/dokuwiki-2015-08-10a.tgz" -MD5SUM="a4b8ae00ce94e42d4ef52dd8f4ad30fe" +DOWNLOAD="http://download.dokuwiki.org/src/dokuwiki/dokuwiki-2016-06-26a.tgz" +MD5SUM="9b9ad79421a1bdad9c133e859140f3f2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |