Date: Wed, 8 Jan 2014 13:35:38 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r339125 - in branches/2014Q1/www/dokuwiki: . files Message-ID: <201401081335.s08DZcUJ090605@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401081335.s08DZcUJ090605>