Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2003 00:39:57 +0200 (CEST)
From:      Thierry Thomas <thierry@pompo.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57112: www/horde2: upgrading to 2.2.4 final & removing IS_INTERACTIVE.
Message-ID:  <20030922223957.0397E751E@graf.pompo.net>
Resent-Message-ID: <200309222250.h8MMoJYx004708@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030922223957.0397E751E>