From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 22 15:51:42 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E91616A4F6 for ; Mon, 22 Sep 2003 15:51:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8930044059 for ; Mon, 22 Sep 2003 15:50:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8MMoJFY004709 for ; Mon, 22 Sep 2003 15:50:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8MMoJYx004708; Mon, 22 Sep 2003 15:50:19 -0700 (PDT) (envelope-from gnats) Resent-Date: Mon, 22 Sep 2003 15:50:19 -0700 (PDT) Resent-Message-Id: <200309222250.h8MMoJYx004708@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, Thierry Thomas Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53D8E16A4BF for ; Mon, 22 Sep 2003 15:41:38 -0700 (PDT) Received: from postfix3-1.free.fr (postfix3-1.free.fr [213.228.0.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76777440EF for ; Mon, 22 Sep 2003 15:41:15 -0700 (PDT) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (lyon-3-62-147-51-62.dial.proxad.net [62.147.51.62]) by postfix3-1.free.fr (Postfix) with ESMTP id 89797C449 for ; Tue, 23 Sep 2003 00:41:13 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 0397E751E; Tue, 23 Sep 2003 00:39:57 +0200 (CEST) Message-Id: <20030922223957.0397E751E@graf.pompo.net> Date: Tue, 23 Sep 2003 00:39:57 +0200 (CEST) From: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/57112: www/horde2: upgrading to 2.2.4 final & removing IS_INTERACTIVE. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thierry Thomas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2003 22:51:43 -0000 >Number: 57112 >Category: ports >Synopsis: www/horde2: upgrading to 2.2.4 final & removing IS_INTERACTIVE. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Sep 22 15:50:19 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Sat Sep 13 11:38:40 CEST 2003 thierry@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386 >Description: - upgrading to 2.2.4 final; - removing IS_INTERACTIVE. >How-To-Repeat: N/A. >Fix: Pre-requisite: the port lang/php4-horde must exist (see PR ports/57111). Then, please apply the following patch: --- horde2.diff begins here --- diff -urN www/horde2.orig/Makefile www/horde2/Makefile --- www/horde2.orig/Makefile Fri Aug 29 01:15:39 2003 +++ www/horde2/Makefile Mon Sep 15 22:07:46 2003 @@ -7,7 +7,7 @@ PORTNAME= horde PORTVERSION= 2.2.4 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/ \ ftp://ftp.au.horde.org/pub/horde/ \ @@ -15,31 +15,27 @@ ftp://ftp.it.horde.org/pub/mirror/horde.org/horde/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/horde/ \ ftp://ftp.pt.horde.org/pub/horde-ftp/horde/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-RC2 MAINTAINER= thierry@pompo.net COMMENT= A common code-base used by Horde applications, written in PHP -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - #----------------------------------------------------------------------- -# You may define this option: +# You may define these options: +# +# - WITH_APACHE2: if you run Apache2; # -# - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree; +# - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree. # #----------------------------------------------------------------------- -LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext -.if !defined(WITHOUT_MCAL) -LIB_DEPENDS+= mcal.0:${PORTSDIR}/misc/libmcal -.endif +BUILD_DEPENDS= pear:${PORTSDIR}/lang/php4-horde # Remark: pear-XML_sql2xml is included, but never used. -RUN_DEPENDS= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \ +RUN_DEPENDS= ${BUILD_DEPENDS} \ + ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \ ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common \ ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime -IS_INTERACTIVE= 'need to build php4 with XML support.' NO_BUILD= yes USE_REINPLACE= yes @@ -48,7 +44,7 @@ REINPLACE_ARGS= -i.beforeHorde DOCS= COPYING README docs/CHANGES docs/CODING_STANDARDS \ docs/CONTRIBUTING docs/CREDITS docs/HACKING docs/INSTALL \ - docs/TRANSLATIONS + docs/TRANSLATIONS docs/SECURITY CONFFILE= horde.php html.php lang.php mime_drivers.php mime_mapping.php \ motd.php prefs.php registry.php SUB_DIRS= config graphics lib locale po scripts templates util diff -urN www/horde2.orig/distinfo www/horde2/distinfo --- www/horde2.orig/distinfo Wed Aug 27 22:36:12 2003 +++ www/horde2/distinfo Wed Sep 10 23:11:37 2003 @@ -1 +1 @@ -MD5 (horde-2.2.4-RC2.tar.gz) = 90e8eb3fac042ead2c55a6ab04d266b8 +MD5 (horde-2.2.4.tar.gz) = b1d70da4ec4e06344abe88670e29b093 diff -urN www/horde2.orig/pkg-plist www/horde2/pkg-plist --- www/horde2.orig/pkg-plist Wed Aug 27 23:55:08 2003 +++ www/horde2/pkg-plist Mon Sep 15 22:08:31 2003 @@ -331,6 +331,7 @@ %%PORTDOCS%%share/doc/horde/HACKING %%PORTDOCS%%share/doc/horde/INSTALL %%PORTDOCS%%share/doc/horde/README +%%PORTDOCS%%share/doc/horde/SECURITY %%PORTDOCS%%share/doc/horde/TRANSLATIONS %%PORTDOCS%%@dirrm share/doc/horde @dirrm %%HORDEDIR%%/graphics/alerts --- horde2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: