From owner-svn-ports-all@FreeBSD.ORG Wed Jan 8 13:35:39 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 306ECDD8; Wed, 8 Jan 2014 13:35:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0250A197E; Wed, 8 Jan 2014 13:35:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s08DZcg1090607; Wed, 8 Jan 2014 13:35:38 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s08DZcUJ090605; Wed, 8 Jan 2014 13:35:38 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401081335.s08DZcUJ090605@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 8 Jan 2014 13:35:38 +0000 (UTC) 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 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2014 13:35:39 -0000 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. - # + # Directives to allow use of dokuwiki # - Alias /%%PORTNAME%% "%%WWWDIR%%/" + Alias /%%PORTNAME%% "%%WWWDIR%%/ 2) Open the following page in your browser and follow the instructions: - http://www.your.host/dokuwiki/install.php + http://www.your.host/dokuwiki/install.php For FULL configuration instructions see http://wiki.splitbrain.org/wiki:config