Update to 2014-05-05
Feebacks and ok chrisz@
This commit is contained in:
parent
886c64a12e
commit
3af0af4a83
@ -1,13 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2014/05/30 13:20:13 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2014/10/02 08:18:56 pea Exp $
|
||||
|
||||
COMMENT = standards compliant, simple to use Wiki
|
||||
|
||||
VERSION = 2013-12-08
|
||||
VERSION = 2014-05-05
|
||||
DISTNAME = dokuwiki-${VERSION}
|
||||
PKGNAME = dokuwiki-${VERSION:S/-/./g}
|
||||
CATEGORIES = www
|
||||
HOMEPAGE = http://www.dokuwiki.org/dokuwiki
|
||||
REVISION = 0
|
||||
|
||||
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
|
||||
|
||||
@ -32,7 +31,6 @@ RUN_DEPENDS = lang/php/${MODPHP_VERSION},-gd
|
||||
|
||||
do-install:
|
||||
cp -Rp ${WRKDIST} ${INSTDIR}
|
||||
${SUBST_CMD} -c ${FILESDIR}/dokuwiki.conf ${INSTDIR}/dokuwiki.conf.dist
|
||||
chown -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (dokuwiki-2013-12-08.tgz) = J7lfG5bnIxQc3kyOqsOQ86fSNwoXcjkgdXZVTkbJ0HE=
|
||||
SIZE (dokuwiki-2013-12-08.tgz) = 3059058
|
||||
SHA256 (dokuwiki-2014-05-05.tgz) = S+9WRvX/FOHya6VrEq6SQIqwAzTih1fLaFvZTNgMufc=
|
||||
SIZE (dokuwiki-2014-05-05.tgz) = 3178431
|
||||
|
@ -1,12 +0,0 @@
|
||||
# $OpenBSD: dokuwiki.conf,v 1.1 2013/06/09 13:42:02 rpe Exp $
|
||||
|
||||
<Directory ${TINSTDIR}>
|
||||
order deny,allow
|
||||
allow from all
|
||||
</Directory>
|
||||
|
||||
<LocationMatch "/dokuwiki/(data|conf|bin|inc)/">
|
||||
order allow,deny
|
||||
deny from all
|
||||
satisfy all
|
||||
</LocationMatch>
|
File diff suppressed because it is too large
Load Diff
@ -1,22 +1,9 @@
|
||||
$OpenBSD: README,v 1.2 2013/06/09 13:42:02 rpe Exp $
|
||||
$OpenBSD: README,v 1.3 2014/10/02 08:18:56 pea Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
Dokuwiki has been installed into ${INSTDIR}.
|
||||
|
||||
With Apache, AllowOverride settings on the ${INSTDIR} directory,
|
||||
and protection for various directories are required.
|
||||
|
||||
You can configure this as follows:
|
||||
# ln -sf ${PREFIX}/conf/modules.sample/dokuwiki.conf \
|
||||
${PREFIX}/conf/modules
|
||||
|
||||
You should point this to the DocumentRoot of your web-server:
|
||||
# ln -s ../dokuwiki /var/www/htdocs/dokuwiki
|
||||
(make sure you use a relative symlink since Apache is chrooted)
|
||||
|
||||
Proceed to complete the installation by opening install.php in your
|
||||
browser. If you are upgrading your installation, don't forget to
|
||||
remove install.php.
|
||||
|
Loading…
Reference in New Issue
Block a user