From 325396e2480a00041a743884cd8775ee250c9b2c Mon Sep 17 00:00:00 2001 From: rm Date: Wed, 31 Oct 2012 06:34:29 +0000 Subject: - update to 9.2 while here: - s/YES/yes/ change in Makefile - remove trailing whitespace in pkg-descr PR: 173220 Submitted by: Chris Petrik (maintainer) Feature safe: yes --- www/tikiwiki/Makefile | 6 +++--- www/tikiwiki/distinfo | 4 ++-- www/tikiwiki/pkg-descr | 14 +++++++------- www/tikiwiki/pkg-plist | 6 +++++- 4 files changed, 17 insertions(+), 13 deletions(-) diff --git a/www/tikiwiki/Makefile b/www/tikiwiki/Makefile index fc270cf9dd95..ea5c92756139 100644 --- a/www/tikiwiki/Makefile +++ b/www/tikiwiki/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tikiwiki -PORTVERSION= 9.1 +PORTVERSION= 9.2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/Tiki_9.x_Herbig_Haro/${PORTVERSION}/ DISTNAME= tiki-${PORTVERSION} @@ -11,9 +11,9 @@ MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Powerful PHP based Wiki/CMS/Groupware USE_PHP= gettext pcre posix session xml zlib -WANT_PHP_WEB= YES +WANT_PHP_WEB= yes -NO_BUILD= YES +NO_BUILD= yes TIKIWIKI_DIR?= www/${PORTNAME}-${PORTVERSION} PLIST_SUB= TIKIWIKI_DIR=${TIKIWIKI_DIR} TEMP_PLIST= ${WRKDIR}/temp-pkg-plist diff --git a/www/tikiwiki/distinfo b/www/tikiwiki/distinfo index 23a93540f622..81965ea582a4 100644 --- a/www/tikiwiki/distinfo +++ b/www/tikiwiki/distinfo @@ -1,2 +1,2 @@ -SHA256 (tiki-9.1.tar.gz) = 5032b70737c1ad84e3bc7fae424e07b3f7723e7a6f0505c947acad40516dfb0e -SIZE (tiki-9.1.tar.gz) = 25505600 +SHA256 (tiki-9.2.tar.gz) = a8020ecaa909e70f4af38229a4a0eee35c78bdce1736d91b6d5e7e32134f62eb +SIZE (tiki-9.2.tar.gz) = 25594919 diff --git a/www/tikiwiki/pkg-descr b/www/tikiwiki/pkg-descr index e788d6629e3b..6a74aa43f880 100644 --- a/www/tikiwiki/pkg-descr +++ b/www/tikiwiki/pkg-descr @@ -1,11 +1,11 @@ -Tiki CMS/Groupware, also known as TikiWiki, is a powerful -web-based Groupware and Content Management System (CMS) -using PHP, ADOdb and smarty. +Tiki CMS/Groupware, also known as TikiWiki, is a powerful +web-based Groupware and Content Management System (CMS) +using PHP, ADOdb and smarty. -It can be used to create all sorts of web applications, -sites, portals, intranets and extranets. For example you can -use it as GeoCMS (Geospatial Content Management System) too. -It's developed by a large number of contributors which forms +It can be used to create all sorts of web applications, +sites, portals, intranets and extranets. For example you can +use it as GeoCMS (Geospatial Content Management System) too. +It's developed by a large number of contributors which forms the TikiWiki Community. WWW: http://tikiwiki.org/ diff --git a/www/tikiwiki/pkg-plist b/www/tikiwiki/pkg-plist index 1e7c5d3c333e..39fb68cdcb47 100644 --- a/www/tikiwiki/pkg-plist +++ b/www/tikiwiki/pkg-plist @@ -65,6 +65,7 @@ %%TIKIWIKI_DIR%%/contribution.php %%TIKIWIKI_DIR%%/copyright.txt %%TIKIWIKI_DIR%%/copyrights.php +%%TIKIWIKI_DIR%%/tiki-check.php %%TIKIWIKI_DIR%%/css/admin.css %%TIKIWIKI_DIR%%/css/calendar-print.css %%TIKIWIKI_DIR%%/css/calendar.css @@ -82,7 +83,7 @@ %%TIKIWIKI_DIR%%/db/tiki-db-adodb.php %%TIKIWIKI_DIR%%/db/tiki-db-pdo.php %%TIKIWIKI_DIR%%/db/tiki-db.php -%%TIKIWIKI_DIR%%/db/tiki-secdb_9.1_mysql.sql +%%TIKIWIKI_DIR%%/db/tiki-secdb_9.2_mysql.sql %%TIKIWIKI_DIR%%/db/tiki.sql %%TIKIWIKI_DIR%%/db/tiki_1.8to1.9.sql %%TIKIWIKI_DIR%%/db/tiki_1.9to2.0.sql @@ -1951,6 +1952,7 @@ %%TIKIWIKI_DIR%%/installer/schema/20120628_correct_admin_user_createdate_tiki.sql %%TIKIWIKI_DIR%%/installer/schema/20120823_admin_user_credit_menu_entry_tiki.sql %%TIKIWIKI_DIR%%/installer/schema/20120825_accounting_menu_entry_tiki.sql +%%TIKIWIKI_DIR%%/installer/schema/20120927_add_menu_parse_tiki.sql %%TIKIWIKI_DIR%%/installer/schema/999999991_decode_pages_sources_tiki.php %%TIKIWIKI_DIR%%/installer/schema/99999999_image_plugins_kill_tiki.php %%TIKIWIKI_DIR%%/installer/schema/index.php @@ -3095,6 +3097,7 @@ %%TIKIWIKI_DIR%%/lib/core/Search/Formatter/index.php %%TIKIWIKI_DIR%%/lib/core/Search/Formatter.php %%TIKIWIKI_DIR%%/lib/core/Search/GlobalSource/AdvancedRatingSource.php +%%TIKIWIKI_DIR%%/lib/core/Search/GlobalSource/VisitsSource.php %%TIKIWIKI_DIR%%/lib/core/Search/GlobalSource/CategorySource.php %%TIKIWIKI_DIR%%/lib/core/Search/GlobalSource/CommentSource.php %%TIKIWIKI_DIR%%/lib/core/Search/GlobalSource/FileAttachmentSource.php @@ -11375,6 +11378,7 @@ %%TIKIWIKI_DIR%%/templates/freetag.tpl %%TIKIWIKI_DIR%%/templates/freetag_list.tpl %%TIKIWIKI_DIR%%/templates/header.tpl +%%TIKIWIKI_DIR%%/templates/tiki-check.tpl %%TIKIWIKI_DIR%%/templates/index.php %%TIKIWIKI_DIR%%/templates/interactive_translation_box.tpl %%TIKIWIKI_DIR%%/templates/list_file_gallery.tpl -- cgit