View | Details | Raw Unified | Return to bug 47977
Collapse All | Expand All

(-)www/horde2/Makefile (-5 / +12 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	horde
8
PORTNAME=	horde
9
PORTVERSION=	2.2
9
PORTVERSION=	2.2.1
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	ftp://ftp.horde.org/pub/horde/				\
11
MASTER_SITES=	ftp://ftp.horde.org/pub/horde/				\
12
		ftp://ftp.au.horde.org/pub/horde/			\
12
		ftp://ftp.au.horde.org/pub/horde/			\
Lines 30-38 Link Here
30
.endif
30
.endif
31
# Remark: pear-XML_sql2xml is included, but never used.
31
# Remark: pear-XML_sql2xml is included, but never used.
32
RUN_DEPENDS=	${PHP_LIB}/Crypt/CBC.php:${PORTSDIR}/security/pear-Crypt_CBC	\
32
RUN_DEPENDS=	${PHP_LIB}/Crypt/CBC.php:${PORTSDIR}/security/pear-Crypt_CBC	\
33
		${PHP_LIB}/Date.php:${PORTSDIR}/devel/pear-Date		\
33
		${PHP_LIB}/Date.php:${PORTSDIR}/devel/pear-Date			\
34
		${PHP_LIB}/HTML/Select.php:${PORTSDIR}/devel/pear-HTML_Select	\
34
		${PHP_LIB}/HTML/Select.php:${PORTSDIR}/devel/pear-HTML_Select_Common \
35
		${PHP_LIB}/Log.php:${PORTSDIR}/sysutils/pear-Log	\
35
		${PHP_LIB}/Log.php:${PORTSDIR}/sysutils/pear-Log		\
36
		${PHP_LIB}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime
36
		${PHP_LIB}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime
37
37
38
NO_BUILD=	yes
38
NO_BUILD=	yes
Lines 42-48 Link Here
42
42
43
REINPLACE_ARGS=	-i.beforeHorde
43
REINPLACE_ARGS=	-i.beforeHorde
44
DOCS=		COPYING README docs/CHANGES docs/CODING_STANDARDS \
44
DOCS=		COPYING README docs/CHANGES docs/CODING_STANDARDS \
45
		docs/CONTRIBUTING docs/CREDITS docs/HACKING docs/INSTALL
45
		docs/CONTRIBUTING docs/CREDITS docs/HACKING docs/INSTALL \
46
		docs/TRANSLATIONS
46
CONFFILE=	html.php lang.php mime_drivers.php mime_mapping.php \
47
CONFFILE=	html.php lang.php mime_drivers.php mime_mapping.php \
47
		motd.php prefs.php registry.php
48
		motd.php prefs.php registry.php
48
SUB_DIRS=	config graphics lib locale po scripts templates util
49
SUB_DIRS=	config graphics lib locale po scripts templates util
Lines 76-81 Link Here
76
	@if [ -f ${HORDEDIR}/index.php3 ]; then \
77
	@if [ -f ${HORDEDIR}/index.php3 ]; then \
77
	    ${ECHO_MSG} "" ; \
78
	    ${ECHO_MSG} "" ; \
78
	    ${ECHO_MSG} "Please deinstall the port www/horde." ; \
79
	    ${ECHO_MSG} "Please deinstall the port www/horde." ; \
80
	    ${ECHO_MSG} "" ; \
81
	    ${FALSE} ; \
82
	fi
83
	@if ! ${LDD} ${PHPSO} | ${GREP} -q -e "libxml2.so"; then \
84
	    ${ECHO_MSG} "" ; \
85
	    ${ECHO_MSG} "Please configure PHP with DOM XML support." ; \
79
	    ${ECHO_MSG} "" ; \
86
	    ${ECHO_MSG} "" ; \
80
	    ${FALSE} ; \
87
	    ${FALSE} ; \
81
	fi
88
	fi
(-)www/horde2/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (horde-2.2.tar.gz) = 3074fe5e4a284e74af37e608f9981401
1
MD5 (horde-2.2.1.tar.gz) = 0a1e087f5017524a6b1b3d62204f49bb
(-)www/horde2/files/patch-po_translation.php (+8 lines)
Line 0 Link Here
1
--- po/translation.php.orig	Tue Jan 21 16:05:36 2003
2
+++ po/translation.php	Wed Jan 29 23:00:27 2003
3
@@ -1,4 +1,4 @@
4
-#!/usr/bin/php -q
5
+#!/usr/local/bin/php -q
6
 <?php
7
 /**
8
  * Translation helper application for the Horde framework.
(-)www/horde2/files/patch-scripts_db_README (+11 lines)
Line 0 Link Here
1
--- scripts/db/README.orig	Wed Jul 17 22:19:29 2002
2
+++ scripts/db/README	Wed Jan 29 23:10:35 2003
3
@@ -70,7 +70,7 @@
4
 
5
 PostgreSQL
6
 ~~~~~~~~~~
7
-# su - postgres  (or whatever your database runs as... usually postgres)
8
+# su - pgsql  (or whatever your database runs as... usually pgsql)
9
 $ psql -d template1 -f pgsql_create.sql
10
 
11
 This script will create a "horde" database and a "horde" user.  You
(-)www/horde2/pkg-deinstall (-1 / +1 lines)
Lines 11-17 Link Here
11
if [ -f ${PKG_PREFIX}/etc/apache/httpd.conf.beforeHorde ] ; then
11
if [ -f ${PKG_PREFIX}/etc/apache/httpd.conf.beforeHorde ] ; then
12
	echo "Restoring httpd.conf..."
12
	echo "Restoring httpd.conf..."
13
	cp ${PKG_PREFIX}/etc/apache/httpd.conf ${PKG_PREFIX}/etc/apache/httpd.conf.deinstHorde
13
	cp ${PKG_PREFIX}/etc/apache/httpd.conf ${PKG_PREFIX}/etc/apache/httpd.conf.deinstHorde
14
	sed_inplace -i.tmp -e "s:Include ${PKG_PREFIX}/etc/horde:# Include ${PKG_PREFIX}/etc/horde:g" \
14
	sed -i.tmp -e "s:Include ${PKG_PREFIX}/etc/horde:# Include ${PKG_PREFIX}/etc/horde:g" \
15
		${PKG_PREFIX}/etc/apache/httpd.conf
15
		${PKG_PREFIX}/etc/apache/httpd.conf
16
	rm ${PKG_PREFIX}/etc/apache/httpd.conf.tmp
16
	rm ${PKG_PREFIX}/etc/apache/httpd.conf.tmp
17
fi
17
fi
(-)www/horde2/pkg-plist (+3 lines)
Lines 237-242 Link Here
237
%%HORDEDIR%%/po/sl_SI.po
237
%%HORDEDIR%%/po/sl_SI.po
238
%%HORDEDIR%%/po/sv_SE.po
238
%%HORDEDIR%%/po/sv_SE.po
239
%%HORDEDIR%%/po/translation.php
239
%%HORDEDIR%%/po/translation.php
240
%%HORDEDIR%%/po/translation.php.orig
240
%%HORDEDIR%%/po/uk_UA.po
241
%%HORDEDIR%%/po/uk_UA.po
241
%%HORDEDIR%%/po/xgettext.sh
242
%%HORDEDIR%%/po/xgettext.sh
242
%%HORDEDIR%%/po/zh_CN.po
243
%%HORDEDIR%%/po/zh_CN.po
Lines 246-251 Link Here
246
%%HORDEDIR%%/scripts/.htaccess
247
%%HORDEDIR%%/scripts/.htaccess
247
%%HORDEDIR%%/scripts/SCRIPTS
248
%%HORDEDIR%%/scripts/SCRIPTS
248
%%HORDEDIR%%/scripts/db/README
249
%%HORDEDIR%%/scripts/db/README
250
%%HORDEDIR%%/scripts/db/README.orig
249
%%HORDEDIR%%/scripts/db/auth.sql
251
%%HORDEDIR%%/scripts/db/auth.sql
250
%%HORDEDIR%%/scripts/db/category.sql
252
%%HORDEDIR%%/scripts/db/category.sql
251
%%HORDEDIR%%/scripts/db/category_mysql.sql
253
%%HORDEDIR%%/scripts/db/category_mysql.sql
Lines 320-325 Link Here
320
%%PORTDOCS%%share/doc/horde/HACKING
322
%%PORTDOCS%%share/doc/horde/HACKING
321
%%PORTDOCS%%share/doc/horde/INSTALL
323
%%PORTDOCS%%share/doc/horde/INSTALL
322
%%PORTDOCS%%share/doc/horde/README
324
%%PORTDOCS%%share/doc/horde/README
325
%%PORTDOCS%%share/doc/horde/TRANSLATIONS
323
%%PORTDOCS%%@dirrm share/doc/horde
326
%%PORTDOCS%%@dirrm share/doc/horde
324
@dirrm %%HORDEDIR%%/config
327
@dirrm %%HORDEDIR%%/config
325
@dirrm %%HORDEDIR%%/graphics/alerts
328
@dirrm %%HORDEDIR%%/graphics/alerts

Return to bug 47977