From fumifumi@abacustech.jp  Tue Aug 16 05:04:12 2011
Return-Path: <fumifumi@abacustech.jp>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 40F111065674
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 16 Aug 2011 05:04:12 +0000 (UTC)
	(envelope-from fumifumi@abacustech.jp)
Received: from bordeaux.abacustech.jp (bordeaux.abacustech.jp [219.94.152.195])
	by mx1.freebsd.org (Postfix) with ESMTP id DF1178FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 16 Aug 2011 05:04:11 +0000 (UTC)
Received: from bordeaux.abacustech.jp (localhost [127.0.0.1])
	by bordeaux.abacustech.jp (Postfix) with ESMTP id 4DCD678C49
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 16 Aug 2011 13:47:27 +0900 (JST)
Received: from bordeaux.abacustech.jp (localhost [127.0.0.1])
	by bordeaux.abacustech.jp (Postfix) with ESMTP id 18E7178C48
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 16 Aug 2011 13:47:27 +0900 (JST)
Received: by bordeaux.abacustech.jp (Postfix, from userid 2323)
	id C463278C46; Tue, 16 Aug 2011 13:47:26 +0900 (JST)
Message-Id: <20110816044726.C463278C46@bordeaux.abacustech.jp>
Date: Tue, 16 Aug 2011 13:47:26 +0900 (JST)
From: Fumiyuki Shimizu =?iso-2022-jp?B?GyRCQDY/ZUo4OVQbKEI=?= <fumifumi@abacustech.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [UPDATE] www/pivotx: update to 2.3.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify: fumifumi@abacustech.jp

>Number:         159810
>Category:       ports
>Synopsis:       [UPDATE] www/pivotx: update to 2.3.0
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    zi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 16 05:10:08 UTC 2011
>Closed-Date:    Tue Aug 16 14:30:32 UTC 2011
>Last-Modified:  Tue Aug 16 14:30:32 UTC 2011
>Originator:     Fumiyuki Shimizu
>Release:        FreeBSD 8.1-RELEASE i386
>Organization:
Abacus Technologies, Inc.
>Environment:
System: FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010
>Description:
- Update to 2.3.0
    http://blog.pivotx.net/2011-08-15/pivotx-23-released
- Added missing dependency:
    PR ports/159514 reported by Hans Fredrik Nordhaug

Thanks,

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- pivotx-2.3.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/pivotx/Makefile /usr/ports/www/pivotx-2.3.0/Makefile
--- /usr/ports/www/pivotx/Makefile	2011-06-07 16:12:09.000000000 +0900
+++ /usr/ports/www/pivotx-2.3.0/Makefile	2011-08-16 11:27:15.000000000 +0900
@@ -6,21 +6,21 @@
 #
 
 PORTNAME=	pivotx
-PORTVERSION=	2.2.6
+PORTVERSION=	2.3.0
 CATEGORIES=	www
 MASTER_SITES=	SF/pivot-weblog/PivotX http://pivotx.net/files/ http://pivotx.net/files/archived/
-DISTNAME=	pivotx_226
+DISTNAME=	pivotx_2.3.0
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	fumifumi@abacustech.jp
 COMMENT=	Software to help you maintain dynamic sites such as weblogs
 
-DOCS=	LICENSE.txt README.txt example.htaccess
-DOCS_WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}-${PORTREVISION}-docs
-
 LICENSE=	GPLv2
 LICENSE_FILE=	${DOCS_WRKSRC}/LICENSE.txt
 
+DOCS=		LICENSE.txt README.txt example.htaccess
+DOCS_WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}-${PORTREVISION}-docs
+
 # Requirements:
 # http://book.pivotx.net/index.php?page=app-e#anchor-determining-if-your-server-meets-pivotxs-requirements
 
@@ -29,7 +29,7 @@
 
 WANT_PHP_WEB=	yes
 IGNORE_WITH_PHP=4
-USE_PHP=	session gettext xml gd pcre
+USE_PHP=	session gettext xml gd pcre tokenizer
 USE_GETTEXT=	yes
 
 .if exists(${PHPBASE}/lib/php/${PHP_EXT_DIR}/simplexml.so) || !exists(${PHPBASE}/lib/php/${PHP_EXT_DIR}/dom.so)
diff -ruN --exclude=CVS /usr/ports/www/pivotx/distinfo /usr/ports/www/pivotx-2.3.0/distinfo
--- /usr/ports/www/pivotx/distinfo	2011-06-07 16:12:09.000000000 +0900
+++ /usr/ports/www/pivotx-2.3.0/distinfo	2011-08-16 10:47:35.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (pivotx_226.tgz) = c3583f750afcce884aa106c7833ab79cd59013524bbeb05967eb35738ebe5400
-SIZE (pivotx_226.tgz) = 2330203
+SHA256 (pivotx_2.3.0.tgz) = 93248ceea6cc8b1654386a14175c1a3d4035bf63dca99b0e46b8fa6bba84df64
+SIZE (pivotx_2.3.0.tgz) = 2345261
diff -ruN --exclude=CVS /usr/ports/www/pivotx/files/patch-pivotx-data.php /usr/ports/www/pivotx-2.3.0/files/patch-pivotx-data.php
--- /usr/ports/www/pivotx/files/patch-pivotx-data.php	2011-02-12 13:50:50.000000000 +0900
+++ /usr/ports/www/pivotx-2.3.0/files/patch-pivotx-data.php	2011-08-16 10:57:46.000000000 +0900
@@ -1,6 +1,6 @@
---- pivotx/data.php.orig	2010-11-02 05:17:24.000000000 +0900
-+++ pivotx/data.php	2011-01-05 16:04:08.000000000 +0900
-@@ -609,9 +609,11 @@
+--- pivotx/data.php.orig	2011-08-05 02:40:39.000000000 +0900
++++ pivotx/data.php	2011-08-16 10:55:32.000000000 +0900
+@@ -616,6 +616,7 @@
          'allow_comments' => '1',
          'allow_paragraphs' => '0',
          'chmod' => '0644',
@@ -8,7 +8,3 @@
          'cookie_length' => '1814400',
          'db_version' => $dbversion,
          'debug' => 0,
-+        //'debug_visible' => 1,
-         'default_category' => 'default',
-         'diffdate_format' => '%ordday% %monname% \'%ye% - ',
-         'emoticons' => '1',
diff -ruN --exclude=CVS /usr/ports/www/pivotx/pkg-plist /usr/ports/www/pivotx-2.3.0/pkg-plist
--- /usr/ports/www/pivotx/pkg-plist	2011-06-07 16:12:09.000000000 +0900
+++ /usr/ports/www/pivotx-2.3.0/pkg-plist	2011-08-16 11:40:27.000000000 +0900
@@ -177,9 +177,11 @@
 %%WWWDIR%%/pivotx/extensions/lifestream/twitter.png
 %%WWWDIR%%/pivotx/extensions/lifestream/widget_lifestream.php
 %%WWWDIR%%/pivotx/extensions/slideshow/docs/index.markdown
-%%WWWDIR%%/pivotx/extensions/slideshow/jquery.easing.1.2.js
-%%WWWDIR%%/pivotx/extensions/slideshow/jquery.slideviewer.1.1.js
+%%WWWDIR%%/pivotx/extensions/slideshow/jquery.easing.1.3.js
+%%WWWDIR%%/pivotx/extensions/slideshow/jquery.slideviewer.1.2.js
 %%WWWDIR%%/pivotx/extensions/slideshow/slideshow.css
+%%WWWDIR%%/pivotx/extensions/slideshow/slideshow_skinny.css
+%%WWWDIR%%/pivotx/extensions/slideshow/slideviewer.css
 %%WWWDIR%%/pivotx/extensions/slideshow/spinner.gif
 %%WWWDIR%%/pivotx/extensions/slideshow/widget_slideshow.php
 %%WWWDIR%%/pivotx/fileupload.php
@@ -242,9 +244,9 @@
 %%WWWDIR%%/pivotx/includes/index.html
 %%WWWDIR%%/pivotx/includes/js/bookmarklet.js
 %%WWWDIR%%/pivotx/includes/js/index.html
-%%WWWDIR%%/pivotx/includes/js/jquery-1.5.2.min.js
+%%WWWDIR%%/pivotx/includes/js/jquery-1.6.2.min.js
 %%WWWDIR%%/pivotx/includes/js/jquery-plugins.js
-%%WWWDIR%%/pivotx/includes/js/jquery-ui-1.8.11.custom.min.js
+%%WWWDIR%%/pivotx/includes/js/jquery-ui-1.8.15.custom.min.js
 %%WWWDIR%%/pivotx/includes/js/jquery.Jcrop.min.js
 %%WWWDIR%%/pivotx/includes/js/m_pivotx.js
 %%WWWDIR%%/pivotx/includes/js/pivotx.js
@@ -533,6 +535,7 @@
 %%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.debug_print_var.php
 %%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.default.php
 %%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.escape.php
+%%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.explode.php
 %%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.hyphenize.php
 %%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.indent.php
 %%WWWDIR%%/pivotx/modules/smarty/plugins/modifier.lower.php
@@ -834,6 +837,7 @@
 %%WWWDIR%%/pivotx/templates_internal/mobile/inc_header.tpl
 %%WWWDIR%%/pivotx/templates_internal/mobile/pages.tpl
 %%WWWDIR%%/pivotx/templates_internal/modal.tpl
+%%WWWDIR%%/pivotx/templates_internal/moderatecomments.tpl
 %%WWWDIR%%/pivotx/templates_internal/pages.tpl
 %%WWWDIR%%/pivotx/templates_internal/placeholder.tpl
 %%WWWDIR%%/pivotx/templates_internal/trackbacks.tpl
@@ -851,7 +855,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.11.custom.css
+%%WWWDIR%%/pivotx/templates_internal/ui-theme/jquery-ui-1.8.15.custom.css
 %%WWWDIR%%/pivotx/templates_internal/users.tpl
 %%WWWDIR%%/pivotx/templates_internal/visitors.tpl
 %%WWWDIR%%/pivotx/templates_internal/weblog.tpl
--- pivotx-2.3.0.patch ends here ---

>Release-Note:
>Audit-Trail:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Tue Aug 16 05:10:25 UTC 2011 
Class-Changed-Why:  
Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159810 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Aug 16 05:10:29 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159810 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: fumifumi@abacustech.jp
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/159810: [UPDATE] www/pivotx: update to 2.3.0
Date: Tue, 16 Aug 2011 05:10:27 UT

 Maintainer of www/pivotx,
 
 Please note that PR ports/159810 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/159810
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Fumiyuki Shimizu =?iso-2022-jp?B?GyRCQDY/ZUo4OVQbKEI=?=
 <fumifumi@abacustech.jp>
To: bug-followup@FreeBSD.org, edwin@FreeBSD.org
Cc:  
Subject: Re: ports/159810: [UPDATE] www/pivotx: update to 2.3.0
Date: Tue, 16 Aug 2011 16:14:31 +0900 (JST)

 Hello,
 
 Please commit this patch. The update includes security fix.
 
 Thank you and best regards,
 ---
 Fumiyuki Shimizu	fumifumi@abacustech.jp
 
 
  > Maintainer of www/pivotx,
  > Please note that PR ports/159810 has just been submitted.
 
  > If it contains a patch for an upgrade, an enhancement or a bug fix
  > you agree on, reply to this email stating that you approve the patch
  > and a committer will take care of it.
 
  > The full text of the PR can be found at:
  > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/159810
 
  > -- 
  > Edwin Groothuis via the GNATS Auto Assign Tool
  > edwin@FreeBSD.org
Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: zi 
Class-Changed-When: Tue Aug 16 11:40:56 UTC 2011 
Class-Changed-Why:  
Submitter is maintainer


Responsible-Changed-From-To: freebsd-ports-bugs->zi 
Responsible-Changed-By: zi 
Responsible-Changed-When: Tue Aug 16 11:40:56 UTC 2011 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159810 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159810: commit references a PR
Date: Tue, 16 Aug 2011 14:29:47 +0000 (UTC)

 zi          2011-08-16 14:29:39 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/pivotx           Makefile distinfo pkg-plist 
     www/pivotx/files     patch-pivotx-data.php 
   Log:
   Update to 2.3.0 [1]
   Add missing dependency [2]
   
   PR:             ports/159810 ports/159514
   Submitted by:   Fumiyuki Shimizu <fumifumi@abacustech.jp> (maintainer) [1], Hans Fredrik Nordhaug <hans@nordhaug.priv.no> [2]
   Approved by:    wxs (mentor)
   
   Revision  Changes    Path
   1.5       +10 -7     ports/www/pivotx/Makefile
   1.5       +2 -2      ports/www/pivotx/distinfo
   1.2       +3 -7      ports/www/pivotx/files/patch-pivotx-data.php
   1.5       +9 -5      ports/www/pivotx/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: zi 
State-Changed-When: Tue Aug 16 14:30:30 UTC 2011 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159810 
>Unformatted:
