From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 27 22:10:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C35F41065673 for ; Thu, 27 Nov 2008 22:10:01 +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 A0D078FC0A for ; Thu, 27 Nov 2008 22:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mARMA1ms087271 for ; Thu, 27 Nov 2008 22:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mARMA1fF087270; Thu, 27 Nov 2008 22:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 27 Nov 2008 22:10:01 GMT Resent-Message-Id: <200811272210.mARMA1fF087270@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, Beat Gätzi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 661921065781 for ; Thu, 27 Nov 2008 22:00:32 +0000 (UTC) (envelope-from beat@chruetertee.ch) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id EEAE78FC1D for ; Thu, 27 Nov 2008 22:00:31 +0000 (UTC) (envelope-from beat@chruetertee.ch) Received: from _HOSTNAME_ (119-16.79-83.cust.bluewin.ch [83.79.16.119]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.2/8.13.6) with ESMTP id mARM0TnP016123 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Thu, 27 Nov 2008 22:00:30 GMT (envelope-from beat@chruetertee.ch) Received: by _HOSTNAME_ (sSMTP sendmail emulation); Thu, 27 Nov 2008 23:00:34 +0100 Message-Id: <200811272200.mARM0TnP016123@marvin.chruetertee.ch> Date: Thu, 27 Nov 2008 23:00:34 +0100 From: "Beat Gätzi" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/129243: [MAINTAINER] www/fluxcms: update to 1.6.0 latest snapshot X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beat Gätzi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2008 22:10:01 -0000 >Number: 129243 >Category: ports >Synopsis: [MAINTAINER] www/fluxcms: update to 1.6.0 latest snapshot >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: Thu Nov 27 22:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Beat Gätzi >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD daedalus.network.local 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Fri Sep 5 22:34:11 CEST 2008 root@daedalus.network.local:/usr/obj/usr/src/sys/BEASTIE i386 >Description: - Update to 20081127 snapshot - Fix broken tidy dependency >How-To-Repeat: >Fix: --- fluxcms.patch begins here --- diff -Naur fluxcms.orig/Makefile fluxcms/Makefile --- fluxcms.orig/Makefile 2008-08-01 14:18:32.000000000 +0200 +++ fluxcms/Makefile 2008-11-27 22:52:39.273480288 +0100 @@ -7,11 +7,11 @@ PORTNAME= fluxcms PORTVERSION= 1.6.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= http://bitflux.org/download/ \ http://www.chruetertee.ch/files/download/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-snapshot-20080801 +DISTNAME= ${PORTNAME}-${PORTVERSION}-snapshot-20081127 EXTRACT_SUFX= .tgz MAINTAINER= beat@chruetertee.ch @@ -37,7 +37,7 @@ .include .if defined(WITH_TIDY) -RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/tidy.so:${PORTSDIR}/${tidy_DEPENDS} +USE_PHP+= tidy .endif post-patch: diff -Naur fluxcms.orig/distinfo fluxcms/distinfo --- fluxcms.orig/distinfo 2008-08-01 14:18:32.000000000 +0200 +++ fluxcms/distinfo 2008-11-27 21:48:00.800860489 +0100 @@ -1,3 +1,3 @@ -MD5 (fluxcms-1.6.0-snapshot-20080801.tgz) = fd5d585e69810137cc70fa7db944d436 -SHA256 (fluxcms-1.6.0-snapshot-20080801.tgz) = 6caa0abd396db631f3ebdc64d6fcc463192174bcc39a8281c594055600a3e73c -SIZE (fluxcms-1.6.0-snapshot-20080801.tgz) = 4785361 +MD5 (fluxcms-1.6.0-snapshot-20081127.tgz) = 14797f09fc828363515250bba4b8f477 +SHA256 (fluxcms-1.6.0-snapshot-20081127.tgz) = 1573e0df18857a858a20ccc3fb7eda66ed20e66e2278d0727af7a23a5a485817 +SIZE (fluxcms-1.6.0-snapshot-20081127.tgz) = 4797114 diff -Naur fluxcms.orig/pkg-plist fluxcms/pkg-plist --- fluxcms.orig/pkg-plist 2008-08-01 14:18:32.000000000 +0200 +++ fluxcms/pkg-plist 2008-11-27 21:58:14.927342486 +0100 @@ -400,6 +400,7 @@ %%INSTALLDIR%%/inc/Date/TimeZone.php %%INSTALLDIR%%/inc/DirectoryIterator.php %%INSTALLDIR%%/inc/FDB2.php +%%INSTALLDIR%%/inc/FirePHP.php %%INSTALLDIR%%/inc/HTTP/Client.php %%INSTALLDIR%%/inc/HTTP/Client/CookieManager.php %%INSTALLDIR%%/inc/HTTP/Request.php @@ -954,6 +955,7 @@ %%INSTALLDIR%%/inc/bx/plugins/xmlfile.php %%INSTALLDIR%%/inc/bx/plugins/xmlrpc.php %%INSTALLDIR%%/inc/bx/plugins/xmlrpc/weblog.php +%%INSTALLDIR%%/inc/bx/plugins/yahoosearch.php %%INSTALLDIR%%/inc/bx/popoon/components/actions/bxcms.php %%INSTALLDIR%%/inc/bx/popoon/components/actions/bxcmsadmin.php %%INSTALLDIR%%/inc/bx/popoon/components/actions/bxcmsauth.php @@ -1024,6 +1026,7 @@ %%INSTALLDIR%%/inc/bx/tools/mdb2forms/configsinstall.php %%INSTALLDIR%%/inc/bx/tools/mdb2forms/mdbschema2forms.xsl %%INSTALLDIR%%/inc/bx/tools/mdb2forms/reverse_engineer_xml_schema.php +%%INSTALLDIR%%/inc/bx/tools/newclient.sh %%INSTALLDIR%%/inc/bx/tools/newsmailer/newsmailer.php %%INSTALLDIR%%/inc/bx/tools/newsmailer/newsmailer.sh %%INSTALLDIR%%/inc/bx/tools/svnsync @@ -1035,6 +1038,7 @@ %%INSTALLDIR%%/inc/bx/xml.php %%INSTALLDIR%%/inc/bx/xsl/plugin2xml.xsl %%INSTALLDIR%%/inc/bx/xsl/tree2kupulibrary.xsl +%%INSTALLDIR%%/inc/lx/externalinput/clean.php %%INSTALLDIR%%/inc/magpie/AUTHORS %%INSTALLDIR%%/inc/magpie/CHANGES %%INSTALLDIR%%/inc/magpie/ChangeLog @@ -2130,6 +2134,7 @@ %%INSTALLDIR%%/webinc/fck/editor/dialog/fck_button.html %%INSTALLDIR%%/webinc/fck/editor/dialog/fck_checkbox.html %%INSTALLDIR%%/webinc/fck/editor/dialog/fck_colorselector.html +%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_div.html %%INSTALLDIR%%/webinc/fck/editor/dialog/fck_docprops.html %%INSTALLDIR%%/webinc/fck/editor/dialog/fck_docprops/fck_document_preview.html %%INSTALLDIR%%/webinc/fck/editor/dialog/fck_find.html @@ -2800,6 +2805,8 @@ @dirrm %%INSTALLDIR%%/inc/minify @dirrm %%INSTALLDIR%%/inc/magpie/extlib @dirrm %%INSTALLDIR%%/inc/magpie +@dirrm %%INSTALLDIR%%/inc/lx/externalinput +@dirrm %%INSTALLDIR%%/inc/lx @dirrm %%INSTALLDIR%%/inc/bx/xsl @dirrm %%INSTALLDIR%%/inc/bx/versioning @dirrm %%INSTALLDIR%%/inc/bx/tools/newsmailer --- fluxcms.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: