mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
network/dokuwiki: Updated for version 20160626a.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
05282f3bc7
commit
1c77e284c5
3 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue