From owner-svn-ports-all@FreeBSD.ORG Wed Jan 8 13:26:22 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4BA675A8; Wed, 8 Jan 2014 13:26:22 +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 3662618A3; Wed, 8 Jan 2014 13:26:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s08DQMcx086550; Wed, 8 Jan 2014 13:26:22 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s08DQLtn086548; Wed, 8 Jan 2014 13:26:21 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401081326.s08DQLtn086548@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 8 Jan 2014 13:26:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r339121 - in branches/2014Q1/www/tikiwiki: . 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:26:22 -0000 Author: bapt Date: Wed Jan 8 13:26:21 2014 New Revision: 339121 URL: http://svnweb.freebsd.org/changeset/ports/339121 Log: MFH: r338955 Do not show colored output for pkg-message this is wrong because 1/ the code will depend on the terminal running it 2/ pkgng does not like it at all (this bug should be fixed in pkgng anyway) Reported by: antoine Modified: branches/2014Q1/www/tikiwiki/Makefile branches/2014Q1/www/tikiwiki/files/pkg-message.in Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/www/tikiwiki/Makefile ============================================================================== --- branches/2014Q1/www/tikiwiki/Makefile Wed Jan 8 13:24:28 2014 (r339120) +++ branches/2014Q1/www/tikiwiki/Makefile Wed Jan 8 13:26:21 2014 (r339121) @@ -3,6 +3,7 @@ PORTNAME= tikiwiki PORTVERSION= 11.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/Tiki_11.x_Vega/${PORTVERSION}/ DISTNAME= tiki-${PORTVERSION} Modified: branches/2014Q1/www/tikiwiki/files/pkg-message.in ============================================================================== --- branches/2014Q1/www/tikiwiki/files/pkg-message.in Wed Jan 8 13:24:28 2014 (r339120) +++ branches/2014Q1/www/tikiwiki/files/pkg-message.in Wed Jan 8 13:26:21 2014 (r339121) @@ -1,13 +1,13 @@ ================================================================= **** NOTE **** 1) Please add the following to your apache config, and restart. - # + # # Directives to allow use of tikiwiki # - Alias /%%PORTNAME%% "%%PREFIX%%/%%TIKIWIKI_DIR%%/" + Alias /%%PORTNAME%% "%%PREFIX%%/%%TIKIWIKI_DIR%%/" 2) Open the following page in your browser and follow the instructions: - http://www.your.host/tikiwiki/ + http://www.your.host/tikiwiki/ For FULL configuration instructions see http://http://doc.tiki.org/Tiki+Installation+Guide