svn commit: r339125 - in branches/2014Q1/www/dokuwiki: . files
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jan 8 13:35:39 UTC 2014
Author: bapt
Date: Wed Jan 8 13:35:38 2014
New Revision: 339125
URL: http://svnweb.freebsd.org/changeset/ports/339125
Log:
MFH: r338960
Remove colors they are terminal dependant
Modified:
branches/2014Q1/www/dokuwiki/Makefile
branches/2014Q1/www/dokuwiki/files/pkg-message.in
Directory Properties:
branches/2014Q1/ (props changed)
Modified: branches/2014Q1/www/dokuwiki/Makefile
==============================================================================
--- branches/2014Q1/www/dokuwiki/Makefile Wed Jan 8 13:33:53 2014 (r339124)
+++ branches/2014Q1/www/dokuwiki/Makefile Wed Jan 8 13:35:38 2014 (r339125)
@@ -3,16 +3,16 @@
PORTNAME= dokuwiki
PORTVERSION= ${DIST_VER:S/${PORTNAME}//:S/-//g}
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://download.dokuwiki.org/src/dokuwiki/
DISTNAME= ${DIST_VER}
EXTRACT_SUFX= .tgz
MAINTAINER= delphij at FreeBSD.org
-COMMENT= A simple and easy to use wiki, no database required
+COMMENT= Simple and easy to use wiki, no database required
LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
DIST_VER= ${PORTNAME}-2013-12-08
USE_PHP= gd mbstring openssl pcre session xml zlib
Modified: branches/2014Q1/www/dokuwiki/files/pkg-message.in
==============================================================================
--- branches/2014Q1/www/dokuwiki/files/pkg-message.in Wed Jan 8 13:33:53 2014 (r339124)
+++ branches/2014Q1/www/dokuwiki/files/pkg-message.in Wed Jan 8 13:35:38 2014 (r339125)
@@ -1,13 +1,13 @@
=================================================================
**** NOTE ****
1) Please add the following to your apache config, and restart.
- [1;32m#
+
# Directives to allow use of dokuwiki
#
- Alias /%%PORTNAME%% "%%WWWDIR%%/"[m
+ Alias /%%PORTNAME%% "%%WWWDIR%%/
2) Open the following page in your browser and follow the instructions:
- [1;36mhttp://www.your.host/dokuwiki/install.php[m
+ http://www.your.host/dokuwiki/install.php
For FULL configuration instructions see
http://wiki.splitbrain.org/wiki:config
More information about the svn-ports-all
mailing list