Date: Mon, 6 Jan 2014 23:43:43 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338960 - in head/www/dokuwiki: . files Message-ID: <201401062343.s06NhhY7004907@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Jan 6 23:43:43 2014 New Revision: 338960 URL: http://svnweb.freebsd.org/changeset/ports/338960 Log: Remove colors they are terminal dependant Modified: head/www/dokuwiki/Makefile head/www/dokuwiki/files/pkg-message.in Modified: head/www/dokuwiki/Makefile ============================================================================== --- head/www/dokuwiki/Makefile Mon Jan 6 23:41:57 2014 (r338959) +++ head/www/dokuwiki/Makefile Mon Jan 6 23:43:43 2014 (r338960) @@ -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: head/www/dokuwiki/files/pkg-message.in ============================================================================== --- head/www/dokuwiki/files/pkg-message.in Mon Jan 6 23:41:57 2014 (r338959) +++ head/www/dokuwiki/files/pkg-message.in Mon Jan 6 23:43:43 2014 (r338960) @@ -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?201401062343.s06NhhY7004907>