From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 9 08:30:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 60735106566C for ; Fri, 9 Mar 2012 08:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 34ED88FC1F for ; Fri, 9 Mar 2012 08:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q298UBgx002365 for ; Fri, 9 Mar 2012 08:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q298UB99002364; Fri, 9 Mar 2012 08:30:11 GMT (envelope-from gnats) Resent-Date: Fri, 9 Mar 2012 08:30:11 GMT Resent-Message-Id: <201203090830.q298UB99002364@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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1173106566B for ; Fri, 9 Mar 2012 08:24:29 +0000 (UTC) (envelope-from fumifumi@kana.me) Received: from bourgogne.abacustech.jp (bourgogne.abacustech.jp [IPv6:2001:e41:31d4:1e80:8000::2]) by mx1.freebsd.org (Postfix) with ESMTP id 44BC08FC0C for ; Fri, 9 Mar 2012 08:24:29 +0000 (UTC) Received: from bourgogne.abacustech.jp (localhost [127.0.0.1]) by bourgogne.abacustech.jp (Postfix) with ESMTP id 1D2DDB244B for ; Fri, 9 Mar 2012 17:24:26 +0900 (JST) Received: from bourgogne.abacustech.jp (unknown [127.0.0.1]) by bourgogne.abacustech.jp (Postfix) with ESMTP id EDA84B2432 for ; Fri, 9 Mar 2012 17:24:25 +0900 (JST) Received: by bourgogne.abacustech.jp (Postfix, from userid 2323) id CED5EB242D; Fri, 9 Mar 2012 17:24:25 +0900 (JST) Message-Id: <20120309082425.CED5EB242D@bourgogne.abacustech.jp> Date: Fri, 9 Mar 2012 17:24:25 +0900 (JST) From: Fumiyuki Shimizu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/165872: [MAINTAINER] www/pivotx: update to 2.3.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2012 08:30:11 -0000 >Number: 165872 >Category: ports >Synopsis: [MAINTAINER] www/pivotx: update to 2.3.2 >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: Fri Mar 09 08:30:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Fumiyuki Shimizu >Release: FreeBSD 8.1-RELEASE-p5 amd64 >Organization: Abacus Technologies, Inc. >Environment: System: FreeBSD 8.1-RELEASE-p5 #0: Tue Sep 27 16:49:00 UTC 2011 >Description: - Update to 2.3.2 Thanks, Generated with FreeBSD Port Tools 0.99_4 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- pivotx-2.3.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/pivotx/Makefile ./Makefile --- /usr/ports/www/pivotx/Makefile 2011-10-17 13:35:02.000000000 +0900 +++ ./Makefile 2012-01-04 22:46:04.000000000 +0900 @@ -6,12 +6,12 @@ # PORTNAME= pivotx -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.2 CATEGORIES= www MASTER_SITES= SF/pivot-weblog/PivotX \ http://pivotx.net/files/ \ http://pivotx.net/files/archived/ -DISTNAME= pivotx_2.3.0 +DISTNAME= pivotx_${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= fumifumi@abacustech.jp @@ -32,17 +32,17 @@ WANT_PHP_WEB= yes IGNORE_WITH_PHP=4 -USE_PHP= session gettext xml gd pcre tokenizer +USE_PHP= session gettext xml tokenizer gd pcre USE_GETTEXT= yes -.if exists(${PHPBASE}/lib/php/${PHP_EXT_DIR}/simplexml.so) || !exists(${PHPBASE}/lib/php/${PHP_EXT_DIR}/dom.so) -USE_PHP+= simplexml -.else +.if exists(${PHPBASE}/lib/php/${PHP_EXT_DIR}/dom.so) USE_PHP+= dom +.else +USE_PHP+= simplexml .endif .if defined(WITH_MYSQL) -USE_MYSQL= yes +USE_MYSQL= client USE_PHP+= mysql .endif @@ -102,7 +102,7 @@ @${MKDIR} '${WWWDIR}' @cd '${WRKSRC}' && ${COPYTREE_SHARE} . '${WWWDIR}' .for DIR in ${WRITABLEDIRS} - @${CHOWN} -R ${WWWOWN}:${WWWGRP} '${WWWDIR}/${DIR}' + @${CHOWN} -R '${WWWOWN}:${WWWGRP}' '${WWWDIR}/${DIR}' @${FIND} '${WWWDIR}/${DIR}' -type d -print0 | ${XARGS} -0 ${CHMOD} u=rwx,go=rx @${FIND} '${WWWDIR}/${DIR}' -type f -print0 | ${XARGS} -0 ${CHMOD} u=rw,go=r .endfor diff -ruN --exclude=CVS /usr/ports/www/pivotx/distinfo ./distinfo --- /usr/ports/www/pivotx/distinfo 2011-08-16 23:29:38.000000000 +0900 +++ ./distinfo 2012-03-01 13:29:44.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (pivotx_2.3.0.tgz) = 93248ceea6cc8b1654386a14175c1a3d4035bf63dca99b0e46b8fa6bba84df64 -SIZE (pivotx_2.3.0.tgz) = 2345261 +SHA256 (pivotx_2.3.2.tgz) = 5fb4e8665774ca6f314053eabea6644ad0c3e10eb3f6247b2f6addb9f73cf1e3 +SIZE (pivotx_2.3.2.tgz) = 2387895 diff -ruN --exclude=CVS /usr/ports/www/pivotx/pkg-plist ./pkg-plist --- /usr/ports/www/pivotx/pkg-plist 2011-08-16 23:29:38.000000000 +0900 +++ ./pkg-plist 2012-03-01 13:43:31.000000000 +0900 @@ -8,8 +8,6 @@ %%WWWDIR%%/pivotx/data.php @exec rm -f %B/db/cache/* @unexec rm -rf %B/db/cache 2>/dev/null || true -%%WWWDIR%%/pivotx/db/blocked_ips.txt.php -%%WWWDIR%%/pivotx/db/ignored_domains.txt.php %%WWWDIR%%/pivotx/db/index.html %%WWWDIR%%/pivotx/db/refkeys/index.html %%WWWDIR%%/pivotx/db/rsscache/index.html @@ -22,16 +20,8 @@ %%WWWDIR%%/pivotx/editor_wysi/plugins/contextmenu/editor_plugin.js %%WWWDIR%%/pivotx/editor_wysi/plugins/fullscreen/editor_plugin.js %%WWWDIR%%/pivotx/editor_wysi/plugins/fullscreen/fullscreen.htm -%%WWWDIR%%/pivotx/editor_wysi/plugins/media/css/content.css %%WWWDIR%%/pivotx/editor_wysi/plugins/media/css/media.css %%WWWDIR%%/pivotx/editor_wysi/plugins/media/editor_plugin.js -%%WWWDIR%%/pivotx/editor_wysi/plugins/media/img/flash.gif -%%WWWDIR%%/pivotx/editor_wysi/plugins/media/img/flv_player.swf -%%WWWDIR%%/pivotx/editor_wysi/plugins/media/img/quicktime.gif -%%WWWDIR%%/pivotx/editor_wysi/plugins/media/img/realmedia.gif -%%WWWDIR%%/pivotx/editor_wysi/plugins/media/img/shockwave.gif -%%WWWDIR%%/pivotx/editor_wysi/plugins/media/img/trans.gif -%%WWWDIR%%/pivotx/editor_wysi/plugins/media/img/windowsmedia.gif %%WWWDIR%%/pivotx/editor_wysi/plugins/media/js/embed.js %%WWWDIR%%/pivotx/editor_wysi/plugins/media/js/media.js %%WWWDIR%%/pivotx/editor_wysi/plugins/media/langs/en_dlg.js @@ -111,6 +101,7 @@ %%WWWDIR%%/pivotx/editor_wysi/themes/advanced/langs/en.js %%WWWDIR%%/pivotx/editor_wysi/themes/advanced/langs/en_dlg.js %%WWWDIR%%/pivotx/editor_wysi/themes/advanced/link.htm +%%WWWDIR%%/pivotx/editor_wysi/themes/advanced/shortcuts.htm %%WWWDIR%%/pivotx/editor_wysi/themes/advanced/skins/default/content.css %%WWWDIR%%/pivotx/editor_wysi/themes/advanced/skins/default/dialog.css %%WWWDIR%%/pivotx/editor_wysi/themes/advanced/skins/default/img/buttons.png @@ -244,9 +235,9 @@ %%WWWDIR%%/pivotx/includes/index.html %%WWWDIR%%/pivotx/includes/js/bookmarklet.js %%WWWDIR%%/pivotx/includes/js/index.html -%%WWWDIR%%/pivotx/includes/js/jquery-1.6.2.min.js +%%WWWDIR%%/pivotx/includes/js/jquery-1.7.1.min.js %%WWWDIR%%/pivotx/includes/js/jquery-plugins.js -%%WWWDIR%%/pivotx/includes/js/jquery-ui-1.8.15.custom.min.js +%%WWWDIR%%/pivotx/includes/js/jquery-ui-1.8.17.custom.min.js %%WWWDIR%%/pivotx/includes/js/jquery.Jcrop.min.js %%WWWDIR%%/pivotx/includes/js/m_pivotx.js %%WWWDIR%%/pivotx/includes/js/pivotx.js @@ -377,6 +368,9 @@ %%WWWDIR%%/pivotx/includes/textile/help.html %%WWWDIR%%/pivotx/includes/textile/index.html %%WWWDIR%%/pivotx/includes/textile/overview.html +%%WWWDIR%%/pivotx/includes/timthumb-config.php +%%WWWDIR%%/pivotx/includes/timthumb-error.jpg +%%WWWDIR%%/pivotx/includes/timthumb-notfnd.jpg %%WWWDIR%%/pivotx/includes/timthumb.php %%WWWDIR%%/pivotx/includes/timwrapper.php %%WWWDIR%%/pivotx/includes/xmlrpc/compat/array_key_exists.php @@ -855,7 +849,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.15.custom.css +%%WWWDIR%%/pivotx/templates_internal/ui-theme/jquery-ui-1.8.17.custom.css %%WWWDIR%%/pivotx/templates_internal/users.tpl %%WWWDIR%%/pivotx/templates_internal/visitors.tpl %%WWWDIR%%/pivotx/templates_internal/weblog.tpl @@ -949,7 +943,6 @@ @dirrm %%WWWDIR%%/pivotx/editor_wysi/plugins/nonbreaking @dirrm %%WWWDIR%%/pivotx/editor_wysi/plugins/media/langs @dirrm %%WWWDIR%%/pivotx/editor_wysi/plugins/media/js -@dirrm %%WWWDIR%%/pivotx/editor_wysi/plugins/media/img @dirrm %%WWWDIR%%/pivotx/editor_wysi/plugins/media/css @dirrm %%WWWDIR%%/pivotx/editor_wysi/plugins/media @dirrm %%WWWDIR%%/pivotx/editor_wysi/plugins/fullscreen --- pivotx-2.3.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: