Date: Mon, 6 Jan 2014 23:28:42 +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: r338955 - in head/www/tikiwiki: . files Message-ID: <201401062328.s06NSgNE097061@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Jan 6 23:28:42 2014 New Revision: 338955 URL: http://svnweb.freebsd.org/changeset/ports/338955 Log: 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: head/www/tikiwiki/Makefile head/www/tikiwiki/files/pkg-message.in Modified: head/www/tikiwiki/Makefile ============================================================================== --- head/www/tikiwiki/Makefile Mon Jan 6 23:24:46 2014 (r338954) +++ head/www/tikiwiki/Makefile Mon Jan 6 23:28:42 2014 (r338955) @@ -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: head/www/tikiwiki/files/pkg-message.in ============================================================================== --- head/www/tikiwiki/files/pkg-message.in Mon Jan 6 23:24:46 2014 (r338954) +++ head/www/tikiwiki/files/pkg-message.in Mon Jan 6 23:28:42 2014 (r338955) @@ -1,13 +1,13 @@ ================================================================= **** NOTE **** 1) Please add the following to your apache config, and restart. - [1;32m# + # # Directives to allow use of tikiwiki # - Alias /%%PORTNAME%% "%%PREFIX%%/%%TIKIWIKI_DIR%%/"[m + Alias /%%PORTNAME%% "%%PREFIX%%/%%TIKIWIKI_DIR%%/" 2) Open the following page in your browser and follow the instructions: - [1;36mhttp://www.your.host/tikiwiki/[m + http://www.your.host/tikiwiki/ For FULL configuration instructions see http://http://doc.tiki.org/Tiki+Installation+Guide
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401062328.s06NSgNE097061>