aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-12-12 12:24:01 +0000
committerMartin Matuska <mm@FreeBSD.org>2012-12-12 12:24:01 +0000
commit1e429944f998b352d7f3efd46ff0c1a0a2f44f03 (patch)
tree368eaa45923e728a9578f2f58fe2e52c54200f10 /www
parente252b7167c93062ce5b1ca4853ea7e4d1b684b3d (diff)
downloadports-1e429944f998b352d7f3efd46ff0c1a0a2f44f03.tar.gz
ports-1e429944f998b352d7f3efd46ff0c1a0a2f44f03.zip
Rename old horde applications to horde3- prefix
Notes
Notes: svn path=/head/; revision=308759
Diffstat (limited to 'www')
-rw-r--r--www/Makefile12
-rw-r--r--www/horde3-ansel/Makefile (renamed from www/horde-ansel/Makefile)2
-rw-r--r--www/horde3-ansel/distinfo (renamed from www/horde-ansel/distinfo)0
-rw-r--r--www/horde3-ansel/pkg-descr (renamed from www/horde-ansel/pkg-descr)0
-rw-r--r--www/horde3-ansel/pkg-plist (renamed from www/horde-ansel/pkg-plist)0
-rw-r--r--www/horde3-base/Makefile (renamed from www/horde-base/Makefile)2
-rw-r--r--www/horde3-base/bsd.horde.mk (renamed from www/horde-base/bsd.horde.mk)2
-rw-r--r--www/horde3-base/distinfo (renamed from www/horde-base/distinfo)0
-rw-r--r--www/horde3-base/files/extra-patch-lib_Horde_NLS.php (renamed from www/horde-base/files/extra-patch-lib_Horde_NLS.php)0
-rw-r--r--www/horde3-base/files/patch-config_conf.xml (renamed from www/horde-base/files/patch-config_conf.xml)0
-rw-r--r--www/horde3-base/files/patch-config_mime_drivers.php.dist (renamed from www/horde-base/files/patch-config_mime_drivers.php.dist)0
-rw-r--r--www/horde3-base/files/patch-config_registry.php.dist (renamed from www/horde-base/files/patch-config_registry.php.dist)0
-rw-r--r--www/horde3-base/files/patch-po_translation.php (renamed from www/horde-base/files/patch-po_translation.php)0
-rw-r--r--www/horde3-base/files/patch-scripts_sql_README (renamed from www/horde-base/files/patch-scripts_sql_README)0
-rw-r--r--www/horde3-base/files/pkg-deinstall.in (renamed from www/horde-base/files/pkg-deinstall.in)0
-rw-r--r--www/horde3-base/files/pkg-install.in (renamed from www/horde-base/files/pkg-install.in)0
-rw-r--r--www/horde3-base/files/pkg-message.common.in (renamed from www/horde-base/files/pkg-message.common.in)0
-rw-r--r--www/horde3-base/files/pkg-message.in (renamed from www/horde-base/files/pkg-message.in)0
-rw-r--r--www/horde3-base/pkg-descr (renamed from www/horde-base/pkg-descr)0
-rw-r--r--www/horde3-base/pkg-plist (renamed from www/horde-base/pkg-plist)0
-rw-r--r--www/horde3-meta/Makefile (renamed from www/horde-meta/Makefile)41
-rw-r--r--www/horde3-meta/files/post-configure-message (renamed from www/horde-meta/files/post-configure-message)0
-rw-r--r--www/horde3-meta/pkg-descr (renamed from www/horde-meta/pkg-descr)0
-rw-r--r--www/horde3-passwd/Makefile (renamed from www/horde-passwd/Makefile)2
-rw-r--r--www/horde3-passwd/distinfo (renamed from www/horde-passwd/distinfo)0
-rw-r--r--www/horde3-passwd/files/pkg-message.in (renamed from www/horde-passwd/files/pkg-message.in)0
-rw-r--r--www/horde3-passwd/pkg-descr (renamed from www/horde-passwd/pkg-descr)0
-rw-r--r--www/horde3-passwd/pkg-plist (renamed from www/horde-passwd/pkg-plist)0
-rw-r--r--www/horde3-trean/Makefile (renamed from www/horde-trean/Makefile)2
-rw-r--r--www/horde3-trean/distinfo (renamed from www/horde-trean/distinfo)0
-rw-r--r--www/horde3-trean/pkg-descr (renamed from www/horde-trean/pkg-descr)0
-rw-r--r--www/horde3-trean/pkg-plist (renamed from www/horde-trean/pkg-plist)0
-rw-r--r--www/horde3-wicked/Makefile (renamed from www/horde-wicked/Makefile)2
-rw-r--r--www/horde3-wicked/distinfo (renamed from www/horde-wicked/distinfo)0
-rw-r--r--www/horde3-wicked/pkg-descr (renamed from www/horde-wicked/pkg-descr)0
-rw-r--r--www/horde3-wicked/pkg-plist (renamed from www/horde-wicked/pkg-plist)0
36 files changed, 32 insertions, 33 deletions
diff --git a/www/Makefile b/www/Makefile
index af5c6db61f6e..0d66dd8222e9 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -268,12 +268,12 @@
SUBDIR += helma
SUBDIR += hiawatha
SUBDIR += hinventory-client
- SUBDIR += horde-ansel
- SUBDIR += horde-base
- SUBDIR += horde-meta
- SUBDIR += horde-passwd
- SUBDIR += horde-trean
- SUBDIR += horde-wicked
+ SUBDIR += horde3-ansel
+ SUBDIR += horde3-base
+ SUBDIR += horde3-meta
+ SUBDIR += horde3-passwd
+ SUBDIR += horde3-trean
+ SUBDIR += horde3-wicked
SUBDIR += horde4-ansel
SUBDIR += horde4-base
SUBDIR += horde4-passwd
diff --git a/www/horde-ansel/Makefile b/www/horde3-ansel/Makefile
index cde615cc1765..9c60f009b732 100644
--- a/www/horde-ansel/Makefile
+++ b/www/horde3-ansel/Makefile
@@ -18,5 +18,5 @@ USE_HORDE= base pkg-message
USE_GETTEXT= yes
PORTDOCS= CHANGES CREDITS TODO README
-.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
+.include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk"
.include <bsd.port.mk>
diff --git a/www/horde-ansel/distinfo b/www/horde3-ansel/distinfo
index 02b2ce67bd15..02b2ce67bd15 100644
--- a/www/horde-ansel/distinfo
+++ b/www/horde3-ansel/distinfo
diff --git a/www/horde-ansel/pkg-descr b/www/horde3-ansel/pkg-descr
index 9e41fc9c2869..9e41fc9c2869 100644
--- a/www/horde-ansel/pkg-descr
+++ b/www/horde3-ansel/pkg-descr
diff --git a/www/horde-ansel/pkg-plist b/www/horde3-ansel/pkg-plist
index a101c514353e..a101c514353e 100644
--- a/www/horde-ansel/pkg-plist
+++ b/www/horde3-ansel/pkg-plist
diff --git a/www/horde-base/Makefile b/www/horde3-base/Makefile
index dc56bd006a7e..75786c4d0e38 100644
--- a/www/horde-base/Makefile
+++ b/www/horde3-base/Makefile
@@ -262,5 +262,5 @@ pre-install:
${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
.endif
-.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
+.include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk"
.include <bsd.port.post.mk>
diff --git a/www/horde-base/bsd.horde.mk b/www/horde3-base/bsd.horde.mk
index 39e8c7eb16ed..ea6f0e8b512b 100644
--- a/www/horde-base/bsd.horde.mk
+++ b/www/horde3-base/bsd.horde.mk
@@ -10,7 +10,7 @@ DISTVERSIONPREFIX?= h3-
PKGNAMEPREFIX?= horde-
.if defined(USE_HORDE) && ${USE_HORDE:Mbase}
-RUN_DEPENDS+= ${HORBAS}/rpc.php:${PORTSDIR}/www/horde-base
+RUN_DEPENDS+= ${HORBAS}/rpc.php:${PORTSDIR}/www/horde3-base
.endif
#USE_BZIP2= yes
diff --git a/www/horde-base/distinfo b/www/horde3-base/distinfo
index f2ae0a88ed95..f2ae0a88ed95 100644
--- a/www/horde-base/distinfo
+++ b/www/horde3-base/distinfo
diff --git a/www/horde-base/files/extra-patch-lib_Horde_NLS.php b/www/horde3-base/files/extra-patch-lib_Horde_NLS.php
index 96eff63ba486..96eff63ba486 100644
--- a/www/horde-base/files/extra-patch-lib_Horde_NLS.php
+++ b/www/horde3-base/files/extra-patch-lib_Horde_NLS.php
diff --git a/www/horde-base/files/patch-config_conf.xml b/www/horde3-base/files/patch-config_conf.xml
index e24d3d03928d..e24d3d03928d 100644
--- a/www/horde-base/files/patch-config_conf.xml
+++ b/www/horde3-base/files/patch-config_conf.xml
diff --git a/www/horde-base/files/patch-config_mime_drivers.php.dist b/www/horde3-base/files/patch-config_mime_drivers.php.dist
index 562a2e799bdf..562a2e799bdf 100644
--- a/www/horde-base/files/patch-config_mime_drivers.php.dist
+++ b/www/horde3-base/files/patch-config_mime_drivers.php.dist
diff --git a/www/horde-base/files/patch-config_registry.php.dist b/www/horde3-base/files/patch-config_registry.php.dist
index ae787a92685a..ae787a92685a 100644
--- a/www/horde-base/files/patch-config_registry.php.dist
+++ b/www/horde3-base/files/patch-config_registry.php.dist
diff --git a/www/horde-base/files/patch-po_translation.php b/www/horde3-base/files/patch-po_translation.php
index 045891903631..045891903631 100644
--- a/www/horde-base/files/patch-po_translation.php
+++ b/www/horde3-base/files/patch-po_translation.php
diff --git a/www/horde-base/files/patch-scripts_sql_README b/www/horde3-base/files/patch-scripts_sql_README
index 4e727f834c0a..4e727f834c0a 100644
--- a/www/horde-base/files/patch-scripts_sql_README
+++ b/www/horde3-base/files/patch-scripts_sql_README
diff --git a/www/horde-base/files/pkg-deinstall.in b/www/horde3-base/files/pkg-deinstall.in
index c9c309067789..c9c309067789 100644
--- a/www/horde-base/files/pkg-deinstall.in
+++ b/www/horde3-base/files/pkg-deinstall.in
diff --git a/www/horde-base/files/pkg-install.in b/www/horde3-base/files/pkg-install.in
index 2ecbe6d3f5ef..2ecbe6d3f5ef 100644
--- a/www/horde-base/files/pkg-install.in
+++ b/www/horde3-base/files/pkg-install.in
diff --git a/www/horde-base/files/pkg-message.common.in b/www/horde3-base/files/pkg-message.common.in
index 37de388ef932..37de388ef932 100644
--- a/www/horde-base/files/pkg-message.common.in
+++ b/www/horde3-base/files/pkg-message.common.in
diff --git a/www/horde-base/files/pkg-message.in b/www/horde3-base/files/pkg-message.in
index 0fe43be94709..0fe43be94709 100644
--- a/www/horde-base/files/pkg-message.in
+++ b/www/horde3-base/files/pkg-message.in
diff --git a/www/horde-base/pkg-descr b/www/horde3-base/pkg-descr
index 5a86429fa7e6..5a86429fa7e6 100644
--- a/www/horde-base/pkg-descr
+++ b/www/horde3-base/pkg-descr
diff --git a/www/horde-base/pkg-plist b/www/horde3-base/pkg-plist
index 9939a7178e24..9939a7178e24 100644
--- a/www/horde-base/pkg-plist
+++ b/www/horde3-base/pkg-plist
diff --git a/www/horde-meta/Makefile b/www/horde3-meta/Makefile
index 06b3d1de83e6..38f94ebec126 100644
--- a/www/horde-meta/Makefile
+++ b/www/horde3-meta/Makefile
@@ -40,83 +40,82 @@ OPTIONS= ANSEL "Photo Gallery" off \
.include <bsd.port.pre.mk>
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde3-base
.if !defined(WITHOUT_IMP)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/imp/index.php:${PORTSDIR}/mail/horde-imp
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/imp/index.php:${PORTSDIR}/mail/horde3-imp
.endif
.if defined(WITH_MIMP)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/mimp/index.php:${PORTSDIR}/mail/horde-mimp
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/mimp/index.php:${PORTSDIR}/mail/horde3-mimp
.endif
.if defined(WITH_DIMP)
-RUN_DEPENDS+=
-${LOCALBASE}/${LHORDEDIR}/dimp/compose.php:${PORTSDIR}/mail/horde-dimp
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/dimp/compose.php:${PORTSDIR}/mail/horde3-dimp
.endif
.if !defined(WITHOUT_INGO)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/horde-ingo
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/horde3-ingo
.endif
.if !defined(WITHOUT_TURBA)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/turba/minisearch.php:${PORTSDIR}/mail/horde-turba
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/turba/minisearch.php:${PORTSDIR}/mail/horde3-turba
.endif
.if defined(WITH_KRONOLITH)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/kronolith/index.php:${PORTSDIR}/deskutils/horde-kronolith
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/kronolith/index.php:${PORTSDIR}/deskutils/horde3-kronolith
.endif
.if defined(WITH_MNEMO)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/mnemo/index.php:${PORTSDIR}/deskutils/horde-mnemo
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/mnemo/index.php:${PORTSDIR}/deskutils/horde3-mnemo
.endif
.if !defined(WITHOUT_NAG)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nag/data.php:${PORTSDIR}/deskutils/horde-nag
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nag/data.php:${PORTSDIR}/deskutils/horde3-nag
.endif
.if defined(WITH_CHORA)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/chora/index.php:${PORTSDIR}/devel/horde-chora
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/chora/index.php:${PORTSDIR}/devel/horde3-chora
.endif
.if defined(WITH_GOLLEM)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/gollem/index.php:${PORTSDIR}/ftp/horde-gollem
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/gollem/index.php:${PORTSDIR}/ftp/horde3-gollem
.endif
.if defined(WITH_JETA)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/jeta/index.php:${PORTSDIR}/security/horde-jeta
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/jeta/index.php:${PORTSDIR}/security/horde3-jeta
.endif
.if defined(WITH_HPASSWD)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/passwd/index.php:${PORTSDIR}/www/horde-passwd
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/passwd/index.php:${PORTSDIR}/www/horde3-passwd
.endif
.if defined(WITH_VACATION)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/vacation/main.php:${PORTSDIR}/mail/horde-vacation
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/vacation/main.php:${PORTSDIR}/mail/horde3-vacation
.endif
.if defined(WITH_TREAN)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/trean/data.php:${PORTSDIR}/www/horde-trean
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/trean/data.php:${PORTSDIR}/www/horde3-trean
.endif
.if defined(WITH_NIC)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nic/status.php:${PORTSDIR}/net-mgmt/horde-nic
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nic/status.php:${PORTSDIR}/net-mgmt/horde3-nic
.endif
.if defined(WITH_ANSEL)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ansel/gallery.php:${PORTSDIR}/www/horde-ansel
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ansel/gallery.php:${PORTSDIR}/www/horde3-ansel
.endif
.if defined(WITH_WHUPS)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/whups/index.php:${PORTSDIR}/devel/horde-whups
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/whups/index.php:${PORTSDIR}/devel/horde3-whups
.endif
.if defined(WITH_HERMES)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/hermes/index.php:${PORTSDIR}/deskutils/horde-hermes
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/hermes/index.php:${PORTSDIR}/deskutils/horde3-hermes
.endif
.if defined(WITH_KLUTZ)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/klutz/index.php:${PORTSDIR}/deskutils/horde-klutz
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/klutz/index.php:${PORTSDIR}/deskutils/horde3-klutz
.endif
post-configure:
diff --git a/www/horde-meta/files/post-configure-message b/www/horde3-meta/files/post-configure-message
index ae87a0751fe8..ae87a0751fe8 100644
--- a/www/horde-meta/files/post-configure-message
+++ b/www/horde3-meta/files/post-configure-message
diff --git a/www/horde-meta/pkg-descr b/www/horde3-meta/pkg-descr
index 1790f5bc67cb..1790f5bc67cb 100644
--- a/www/horde-meta/pkg-descr
+++ b/www/horde3-meta/pkg-descr
diff --git a/www/horde-passwd/Makefile b/www/horde3-passwd/Makefile
index 5e82cabe15c9..195e04922f36 100644
--- a/www/horde-passwd/Makefile
+++ b/www/horde3-passwd/Makefile
@@ -18,5 +18,5 @@ USE_HORDE= base
USE_GETTEXT= yes
PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES TODO
-.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
+.include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk"
.include <bsd.port.mk>
diff --git a/www/horde-passwd/distinfo b/www/horde3-passwd/distinfo
index 1e3c5ba7c15b..1e3c5ba7c15b 100644
--- a/www/horde-passwd/distinfo
+++ b/www/horde3-passwd/distinfo
diff --git a/www/horde-passwd/files/pkg-message.in b/www/horde3-passwd/files/pkg-message.in
index d315665a21e0..d315665a21e0 100644
--- a/www/horde-passwd/files/pkg-message.in
+++ b/www/horde3-passwd/files/pkg-message.in
diff --git a/www/horde-passwd/pkg-descr b/www/horde3-passwd/pkg-descr
index 878a0f3613ea..878a0f3613ea 100644
--- a/www/horde-passwd/pkg-descr
+++ b/www/horde3-passwd/pkg-descr
diff --git a/www/horde-passwd/pkg-plist b/www/horde3-passwd/pkg-plist
index f2b588a58cc2..f2b588a58cc2 100644
--- a/www/horde-passwd/pkg-plist
+++ b/www/horde3-passwd/pkg-plist
diff --git a/www/horde-trean/Makefile b/www/horde3-trean/Makefile
index 6e694ddf0377..b31ad0afc162 100644
--- a/www/horde-trean/Makefile
+++ b/www/horde3-trean/Makefile
@@ -20,5 +20,5 @@ USE_BZIP2= yes
USE_GETTEXT= yes
PORTDOCS= CHANGES CREDITS INSTALL TODO README
-.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
+.include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk"
.include <bsd.port.mk>
diff --git a/www/horde-trean/distinfo b/www/horde3-trean/distinfo
index 15bde55c9cbc..15bde55c9cbc 100644
--- a/www/horde-trean/distinfo
+++ b/www/horde3-trean/distinfo
diff --git a/www/horde-trean/pkg-descr b/www/horde3-trean/pkg-descr
index 2edce162d5bc..2edce162d5bc 100644
--- a/www/horde-trean/pkg-descr
+++ b/www/horde3-trean/pkg-descr
diff --git a/www/horde-trean/pkg-plist b/www/horde3-trean/pkg-plist
index 69fd25044e24..69fd25044e24 100644
--- a/www/horde-trean/pkg-plist
+++ b/www/horde3-trean/pkg-plist
diff --git a/www/horde-wicked/Makefile b/www/horde3-wicked/Makefile
index f9faacddf745..a393679a194f 100644
--- a/www/horde-wicked/Makefile
+++ b/www/horde3-wicked/Makefile
@@ -22,5 +22,5 @@ PORTDOCS= README CHANGES CREDITS INSTALL TODO
BUILD_DEPENDS+= ${PEARDIR}/Text/Wiki.php:${PORTSDIR}/www/pear-Text_Wiki
-.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
+.include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk"
.include <bsd.port.mk>
diff --git a/www/horde-wicked/distinfo b/www/horde3-wicked/distinfo
index 7319d6b298c3..7319d6b298c3 100644
--- a/www/horde-wicked/distinfo
+++ b/www/horde3-wicked/distinfo
diff --git a/www/horde-wicked/pkg-descr b/www/horde3-wicked/pkg-descr
index b83b864e27cc..b83b864e27cc 100644
--- a/www/horde-wicked/pkg-descr
+++ b/www/horde3-wicked/pkg-descr
diff --git a/www/horde-wicked/pkg-plist b/www/horde3-wicked/pkg-plist
index d2e4700f48ac..d2e4700f48ac 100644
--- a/www/horde-wicked/pkg-plist
+++ b/www/horde3-wicked/pkg-plist