From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 12 13:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 ESMTP id 80A7BF24 for ; Mon, 12 Aug 2013 13:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 44EB62D11 for ; Mon, 12 Aug 2013 13:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7CDK1r0013940 for ; Mon, 12 Aug 2013 13:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7CDK1tp013939; Mon, 12 Aug 2013 13:20:01 GMT (envelope-from gnats) Resent-Date: Mon, 12 Aug 2013 13:20:01 GMT Resent-Message-Id: <201308121320.r7CDK1tp013939@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Fumiyuki Shimizu 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 ESMTP id BC44BD4F for ; Mon, 12 Aug 2013 13:15:16 +0000 (UTC) (envelope-from fumifumi@akkan.be) Received: from stones.akkan.be (stones.akkan.be [IPv6:2001:e41:31d4:92c4:1e6a::1e6a]) by mx1.freebsd.org (Postfix) with ESMTP id 40C0B2CBA for ; Mon, 12 Aug 2013 13:15:16 +0000 (UTC) Received: from stones.akkan.be (localhost [127.0.0.1]) by stones.akkan.be (Postfix) with ESMTP id 0BC2B13C426 for ; Mon, 12 Aug 2013 22:15:13 +0900 (JST) Received: from stones.akkan.be (localhost [127.0.0.1]) by stones.akkan.be (Postfix) with ESMTP id 284AD13C425 for ; Mon, 12 Aug 2013 22:15:12 +0900 (JST) Received: by stones.akkan.be (Postfix, from userid 2323) id F303413C419; Mon, 12 Aug 2013 22:15:11 +0900 (JST) Message-Id: <20130812131511.F303413C419@stones.akkan.be> Date: Mon, 12 Aug 2013 22:15:11 +0900 (JST) From: Fumiyuki Shimizu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181238: [MAINTAINER] www/pivotx: update to 2.3.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 13:20:01 -0000 >Number: 181238 >Category: ports >Synopsis: [MAINTAINER] www/pivotx: update to 2.3.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Aug 12 13:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Fumiyuki Shimizu >Release: FreeBSD 9.1-RELEASE-p5 amd64 >Organization: Abacus Technologies, Inc. >Environment: System: FreeBSD 9.1-RELEASE-p5 #0: Sat Jul 27 01:14:23 UTC 2013 >Description: - Update to 2.3.7 Thanks, Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- pivotx-2.3.7.patch begins here --- diff -ruN ../pivotxCVS/Makefile ./Makefile --- ../pivotxCVS/Makefile 2013-04-25 03:10:30.000000000 +0900 +++ ./Makefile 2013-08-12 21:51:57.000000000 +0900 @@ -2,8 +2,7 @@ # $FreeBSD: www/pivotx/Makefile 316464 2013-04-24 18:10:30Z ak $ PORTNAME= pivotx -PORTVERSION= 2.3.3 -PORTREVISION= 1 +PORTVERSION= 2.3.7 CATEGORIES= www MASTER_SITES= SF/pivot-weblog/PivotX \ http://pivotx.net/files/ \ @@ -17,12 +16,12 @@ LICENSE= GPLv2 PORTDOCS= LICENSE.txt README.txt -PORTEXAMPLES= example.htaccess +PORTEXAMPLES= example.htaccess example.web.config # Requirements: # http://book.pivotx.net/index.php?page=app-e#anchor-determining-if-your-server-meets-pivotxs-requirements -OPTIONS_DEFINE= MYSQL PHPDOM NLS DOCS +OPTIONS_DEFINE= MYSQL PHPDOM DOCS EXAMPLES MYSQL_DESC= Use MySQL instead of flat files PHPDOM_DESC= Use PHP:DOM instead of SimpleXML @@ -102,7 +101,7 @@ @${INSTALL_DATA} '${TEMP_WRKSRC}/${FILES}' '${DOCSDIR}' .endfor .endif -.if ${PORT_OPTIONS:MNLS} +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} '${EXAMPLESDIR}' .for FILES in ${PORTEXAMPLES} @${INSTALL_DATA} '${TEMP_WRKSRC}/${FILES}' '${EXAMPLESDIR}' diff -ruN ../pivotxCVS/distinfo ./distinfo --- ../pivotxCVS/distinfo 2012-07-14 23:29:18.000000000 +0900 +++ ./distinfo 2013-08-12 20:25:26.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (pivotx_2.3.3.tgz) = bc301de7e16cd24220d5e304762711eb435a01c8eb16c0f7d90f9b92923dff51 -SIZE (pivotx_2.3.3.tgz) = 2390948 +SHA256 (pivotx_2.3.7.tgz) = 32777a0c2402da8ffc24ade67971d4325e617e7d28fcc6742d4c5e6a2ae8c136 +SIZE (pivotx_2.3.7.tgz) = 2804920 diff -ruN ../pivotxCVS/files/patch-module_smarty.php ./files/patch-module_smarty.php --- ../pivotxCVS/files/patch-module_smarty.php 2012-07-14 23:29:18.000000000 +0900 +++ ./files/patch-module_smarty.php 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- pivotx/modules/module_smarty.php.orig 2012-04-13 00:04:12.000000000 +0900 -+++ pivotx/modules/module_smarty.php 2012-06-14 20:57:40.000000000 +0900 -@@ -5439,7 +5439,7 @@ - /** - * @see $smarty->register_resource - */ --function dbGetTemplate($tpl_name, $tpl_source, &$smarty_obj) { -+function dbGetTemplate($tpl_name, &$tpl_source, &$smarty_obj) { - - if (isset($smarty_obj->custom_template[ $tpl_name ])) { - $tpl_source = $smarty_obj->custom_template[ $tpl_name ]; diff -ruN ../pivotxCVS/pkg-descr ./pkg-descr --- ../pivotxCVS/pkg-descr 2012-07-14 23:29:18.000000000 +0900 +++ ./pkg-descr 2013-08-12 20:29:59.000000000 +0900 @@ -7,4 +7,4 @@ 1.x), upgrading from Pivot 1.x will take a while to do properly. (http://book.pivotx.net/page/4-1) -WWW: http://pivotx.net/ + WWW: http://pivotx.net/ diff -ruN ../pivotxCVS/pkg-plist ./pkg-plist --- ../pivotxCVS/pkg-plist 2012-07-14 23:29:18.000000000 +0900 +++ ./pkg-plist 2013-08-12 22:04:08.000000000 +0900 @@ -120,7 +120,9 @@ %%WWWDIR%%/pivotx/extensions/extraimagefield/docs/summary.markdown %%WWWDIR%%/pivotx/extensions/extraimagefield/hook_extraimagefield.php %%WWWDIR%%/pivotx/extensions/fancybox/blank.gif -%%WWWDIR%%/pivotx/extensions/fancybox/docs/summary.markdown +%%WWWDIR%%/pivotx/extensions/fancybox/docs/changelog.markdown +%%WWWDIR%%/pivotx/extensions/fancybox/docs/index.markdown +%%WWWDIR%%/pivotx/extensions/fancybox/docs/toc.markdown %%WWWDIR%%/pivotx/extensions/fancybox/fancy_close.png %%WWWDIR%%/pivotx/extensions/fancybox/fancy_loading.png %%WWWDIR%%/pivotx/extensions/fancybox/fancy_nav_left.png @@ -153,8 +155,9 @@ %%WWWDIR%%/pivotx/extensions/gallery/upload_images.php %%WWWDIR%%/pivotx/extensions/gallery/upload_images.tpl %%WWWDIR%%/pivotx/extensions/index.html +%%WWWDIR%%/pivotx/extensions/lifestream/TwitterAPIExchange.php +%%WWWDIR%%/pivotx/extensions/lifestream/docs/index.markdown %%WWWDIR%%/pivotx/extensions/lifestream/docs/screenshot.png -%%WWWDIR%%/pivotx/extensions/lifestream/docs/summary.markdown %%WWWDIR%%/pivotx/extensions/lifestream/flickr.gif %%WWWDIR%%/pivotx/extensions/lifestream/jaiku.png %%WWWDIR%%/pivotx/extensions/lifestream/lastfm.gif @@ -163,9 +166,11 @@ %%WWWDIR%%/pivotx/extensions/lifestream/tumblr.gif %%WWWDIR%%/pivotx/extensions/lifestream/twitter.png %%WWWDIR%%/pivotx/extensions/lifestream/widget_lifestream.php +%%WWWDIR%%/pivotx/extensions/slideshow/docs/changelog.markdown %%WWWDIR%%/pivotx/extensions/slideshow/docs/index.markdown +%%WWWDIR%%/pivotx/extensions/slideshow/docs/toc.markdown %%WWWDIR%%/pivotx/extensions/slideshow/jquery.easing.1.3.js -%%WWWDIR%%/pivotx/extensions/slideshow/jquery.slideviewer.1.2.js +%%WWWDIR%%/pivotx/extensions/slideshow/jquery.slideviewer.1.2.1.js %%WWWDIR%%/pivotx/extensions/slideshow/slideshow.css %%WWWDIR%%/pivotx/extensions/slideshow/slideshow_skinny.css %%WWWDIR%%/pivotx/extensions/slideshow/slideviewer.css @@ -231,9 +236,9 @@ %%WWWDIR%%/pivotx/includes/index.html %%WWWDIR%%/pivotx/includes/js/bookmarklet.js %%WWWDIR%%/pivotx/includes/js/index.html -%%WWWDIR%%/pivotx/includes/js/jquery-1.7.2.min.js +%%WWWDIR%%/pivotx/includes/js/jquery-1.8.2.min.js %%WWWDIR%%/pivotx/includes/js/jquery-plugins.js -%%WWWDIR%%/pivotx/includes/js/jquery-ui-1.8.17.custom.min.js +%%WWWDIR%%/pivotx/includes/js/jquery-ui-1.9.1.custom.min.js %%WWWDIR%%/pivotx/includes/js/jquery.Jcrop.min.js %%WWWDIR%%/pivotx/includes/js/m_pivotx.js %%WWWDIR%%/pivotx/includes/js/pivotx.js @@ -254,9 +259,9 @@ %%WWWDIR%%/pivotx/includes/magpie/rss_parse.inc %%WWWDIR%%/pivotx/includes/magpie/rss_utils.inc %%WWWDIR%%/pivotx/includes/markdown/License.text -%%WWWDIR%%/pivotx/includes/markdown/markdown.php %%WWWDIR%%/pivotx/includes/markdown/PHP Markdown Readme.text %%WWWDIR%%/pivotx/includes/markdown/PHP SmartyPants Readme.txt +%%WWWDIR%%/pivotx/includes/markdown/markdown.php %%WWWDIR%%/pivotx/includes/markdown/smartypants.php %%WWWDIR%%/pivotx/includes/markitup/images/bg-container.png %%WWWDIR%%/pivotx/includes/markitup/images/bg.png @@ -674,33 +679,53 @@ %%WWWDIR%%/pivotx/templates/404.html %%WWWDIR%%/pivotx/templates/_sub_commentform.html %%WWWDIR%%/pivotx/templates/_sub_commentform_extended.html -%%WWWDIR%%/pivotx/templates/bare_bones/_sub_about.html -%%WWWDIR%%/pivotx/templates/bare_bones/_sub_footer.html -%%WWWDIR%%/pivotx/templates/bare_bones/_sub_header.html -%%WWWDIR%%/pivotx/templates/bare_bones/_sub_link_list.html -%%WWWDIR%%/pivotx/templates/bare_bones/_sub_sidebar.html -%%WWWDIR%%/pivotx/templates/bare_bones/bare_bones.css +%%WWWDIR%%/pivotx/templates/bare_bones/_sub_about.tpl +%%WWWDIR%%/pivotx/templates/bare_bones/_sub_footer.tpl +%%WWWDIR%%/pivotx/templates/bare_bones/_sub_header.tpl +%%WWWDIR%%/pivotx/templates/bare_bones/_sub_link_list.tpl +%%WWWDIR%%/pivotx/templates/bare_bones/_sub_sidebar.tpl +%%WWWDIR%%/pivotx/templates/bare_bones/_sub_weblog.tpl +%%WWWDIR%%/pivotx/templates/bare_bones/archive.tpl +%%WWWDIR%%/pivotx/templates/bare_bones/bare_bones-big.jpg %%WWWDIR%%/pivotx/templates/bare_bones/bare_bones.jpg %%WWWDIR%%/pivotx/templates/bare_bones/bare_bones.theme +%%WWWDIR%%/pivotx/templates/bare_bones/entry.tpl %%WWWDIR%%/pivotx/templates/bare_bones/entrypage_template.html %%WWWDIR%%/pivotx/templates/bare_bones/extra_template.html +%%WWWDIR%%/pivotx/templates/bare_bones/front.tpl %%WWWDIR%%/pivotx/templates/bare_bones/frontpage_template.html +%%WWWDIR%%/pivotx/templates/bare_bones/installation.txt +%%WWWDIR%%/pivotx/templates/bare_bones/page.tpl %%WWWDIR%%/pivotx/templates/bare_bones/page_template.html -%%WWWDIR%%/pivotx/templates/default/2columns.jpg -%%WWWDIR%%/pivotx/templates/default/2columns.theme -%%WWWDIR%%/pivotx/templates/default/3columns.jpg -%%WWWDIR%%/pivotx/templates/default/3columns.theme -%%WWWDIR%%/pivotx/templates/default/_sub_about.html -%%WWWDIR%%/pivotx/templates/default/_sub_footer.html -%%WWWDIR%%/pivotx/templates/default/_sub_header.html -%%WWWDIR%%/pivotx/templates/default/_sub_link_list.html -%%WWWDIR%%/pivotx/templates/default/_sub_sidebar.html +%%WWWDIR%%/pivotx/templates/bare_bones/search.tpl +%%WWWDIR%%/pivotx/templates/bare_bones/style.css +%%WWWDIR%%/pivotx/templates/default/_sub_about.tpl +%%WWWDIR%%/pivotx/templates/default/_sub_entry.tpl +%%WWWDIR%%/pivotx/templates/default/_sub_footer.tpl +%%WWWDIR%%/pivotx/templates/default/_sub_header.tpl +%%WWWDIR%%/pivotx/templates/default/_sub_link_list.tpl +%%WWWDIR%%/pivotx/templates/default/_sub_page.tpl +%%WWWDIR%%/pivotx/templates/default/_sub_sidebar.tpl +%%WWWDIR%%/pivotx/templates/default/_sub_weblog.tpl +%%WWWDIR%%/pivotx/templates/default/_sub_weblog_linkdump.tpl +%%WWWDIR%%/pivotx/templates/default/archive_2.tpl +%%WWWDIR%%/pivotx/templates/default/archive_3.tpl %%WWWDIR%%/pivotx/templates/default/archivepage_template_2column.html %%WWWDIR%%/pivotx/templates/default/archivepage_template_3column.html +%%WWWDIR%%/pivotx/templates/default/default_2-big.jpg +%%WWWDIR%%/pivotx/templates/default/default_2.jpg +%%WWWDIR%%/pivotx/templates/default/default_2.theme +%%WWWDIR%%/pivotx/templates/default/default_3-big.jpg +%%WWWDIR%%/pivotx/templates/default/default_3.jpg +%%WWWDIR%%/pivotx/templates/default/default_3.theme +%%WWWDIR%%/pivotx/templates/default/entry_2.tpl +%%WWWDIR%%/pivotx/templates/default/entry_3.tpl %%WWWDIR%%/pivotx/templates/default/entrypage_template_2column.html %%WWWDIR%%/pivotx/templates/default/entrypage_template_3column.html %%WWWDIR%%/pivotx/templates/default/extrapage_template_2column.html %%WWWDIR%%/pivotx/templates/default/extrapage_template_3column.html +%%WWWDIR%%/pivotx/templates/default/front_2.tpl +%%WWWDIR%%/pivotx/templates/default/front_3.tpl %%WWWDIR%%/pivotx/templates/default/frontpage_template_2column.html %%WWWDIR%%/pivotx/templates/default/frontpage_template_3column.html %%WWWDIR%%/pivotx/templates/default/images/background_comments.gif @@ -721,11 +746,16 @@ %%WWWDIR%%/pivotx/templates/default/images/header.jpg %%WWWDIR%%/pivotx/templates/default/images/header_dark.jpg %%WWWDIR%%/pivotx/templates/default/images/header_light.jpg +%%WWWDIR%%/pivotx/templates/default/installation.txt +%%WWWDIR%%/pivotx/templates/default/page_2.tpl %%WWWDIR%%/pivotx/templates/default/page_2column.html +%%WWWDIR%%/pivotx/templates/default/page_3.tpl %%WWWDIR%%/pivotx/templates/default/page_3column.html %%WWWDIR%%/pivotx/templates/default/pivotx_dark.css %%WWWDIR%%/pivotx/templates/default/pivotx_default.css %%WWWDIR%%/pivotx/templates/default/pivotx_light.css +%%WWWDIR%%/pivotx/templates/default/search_2.tpl +%%WWWDIR%%/pivotx/templates/default/search_3.tpl %%WWWDIR%%/pivotx/templates/default_offline.html %%WWWDIR%%/pivotx/templates/error.html %%WWWDIR%%/pivotx/templates/feed_atom_template.xml @@ -733,24 +763,43 @@ %%WWWDIR%%/pivotx/templates/feed_comments_rss_template.xml %%WWWDIR%%/pivotx/templates/feed_rss_template.xml %%WWWDIR%%/pivotx/templates/index.html -%%WWWDIR%%/pivotx/templates/mobile/_sub_commentform.html -%%WWWDIR%%/pivotx/templates/mobile/_sub_footer.html -%%WWWDIR%%/pivotx/templates/mobile/_sub_header.html +%%WWWDIR%%/pivotx/templates/mobile/_sub_commentform.tpl +%%WWWDIR%%/pivotx/templates/mobile/_sub_footer.tpl +%%WWWDIR%%/pivotx/templates/mobile/_sub_header.tpl +%%WWWDIR%%/pivotx/templates/mobile/_sub_weblog.tpl +%%WWWDIR%%/pivotx/templates/mobile/archive.tpl +%%WWWDIR%%/pivotx/templates/mobile/entry.tpl %%WWWDIR%%/pivotx/templates/mobile/entrypage_template.html +%%WWWDIR%%/pivotx/templates/mobile/front.tpl %%WWWDIR%%/pivotx/templates/mobile/frontpage_template.html +%%WWWDIR%%/pivotx/templates/mobile/installation.txt +%%WWWDIR%%/pivotx/templates/mobile/mobile-big.jpg +%%WWWDIR%%/pivotx/templates/mobile/mobile.jpg +%%WWWDIR%%/pivotx/templates/mobile/mobile.theme +%%WWWDIR%%/pivotx/templates/mobile/page.tpl %%WWWDIR%%/pivotx/templates/mobile/page_template.html +%%WWWDIR%%/pivotx/templates/mobile/search.tpl %%WWWDIR%%/pivotx/templates/mobile/search_template.html %%WWWDIR%%/pivotx/templates/mobile/style.css %%WWWDIR%%/pivotx/templates/pivotx_essentials.css -%%WWWDIR%%/pivotx/templates/skinny/_sub_footer.html -%%WWWDIR%%/pivotx/templates/skinny/_sub_header.html -%%WWWDIR%%/pivotx/templates/skinny/_sub_sidebar.html +%%WWWDIR%%/pivotx/templates/skinny/_sub_footer.tpl +%%WWWDIR%%/pivotx/templates/skinny/_sub_header.tpl +%%WWWDIR%%/pivotx/templates/skinny/_sub_sidebar.tpl +%%WWWDIR%%/pivotx/templates/skinny/_sub_weblog.tpl +%%WWWDIR%%/pivotx/templates/skinny/archive.tpl %%WWWDIR%%/pivotx/templates/skinny/archivepage_template.html +%%WWWDIR%%/pivotx/templates/skinny/entry.tpl %%WWWDIR%%/pivotx/templates/skinny/entry_template.html +%%WWWDIR%%/pivotx/templates/skinny/front.tpl %%WWWDIR%%/pivotx/templates/skinny/frontpage_template.html %%WWWDIR%%/pivotx/templates/skinny/images/header.jpg +%%WWWDIR%%/pivotx/templates/skinny/installation.txt +%%WWWDIR%%/pivotx/templates/skinny/page.tpl %%WWWDIR%%/pivotx/templates/skinny/page_template.html +%%WWWDIR%%/pivotx/templates/skinny/readme.txt +%%WWWDIR%%/pivotx/templates/skinny/search.tpl %%WWWDIR%%/pivotx/templates/skinny/search_template.html +%%WWWDIR%%/pivotx/templates/skinny/skinny-big.jpg %%WWWDIR%%/pivotx/templates/skinny/skinny.jpg %%WWWDIR%%/pivotx/templates/skinny/skinny.theme %%WWWDIR%%/pivotx/templates/skinny/style.css @@ -845,7 +894,7 @@ %%WWWDIR%%/pivotx/templates_internal/ui-theme/images/ui-icons_454545_256x240.png %%WWWDIR%%/pivotx/templates_internal/ui-theme/images/ui-icons_888888_256x240.png %%WWWDIR%%/pivotx/templates_internal/ui-theme/images/ui-icons_cd0a0a_256x240.png -%%WWWDIR%%/pivotx/templates_internal/ui-theme/jquery-ui-1.8.17.custom.css +%%WWWDIR%%/pivotx/templates_internal/ui-theme/jquery-ui-1.9.1.custom.css %%WWWDIR%%/pivotx/templates_internal/users.tpl %%WWWDIR%%/pivotx/templates_internal/visitors.tpl %%WWWDIR%%/pivotx/templates_internal/weblog.tpl --- pivotx-2.3.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: