aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/horde-ingo/Makefile5
-rw-r--r--mail/horde-ingo/distinfo6
-rw-r--r--mail/horde-ingo/pkg-plist11
-rw-r--r--mail/horde4-ingo/Makefile5
-rw-r--r--mail/horde4-ingo/distinfo6
-rw-r--r--mail/horde4-ingo/pkg-plist11
-rw-r--r--mail/ingo/Makefile5
-rw-r--r--mail/ingo/distinfo6
-rw-r--r--mail/ingo/pkg-plist11
9 files changed, 45 insertions, 21 deletions
diff --git a/mail/horde-ingo/Makefile b/mail/horde-ingo/Makefile
index 86655305e11e..0632847b88ec 100644
--- a/mail/horde-ingo/Makefile
+++ b/mail/horde-ingo/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= ingo
-PORTVERSION= 1.1
-PORTREVISION= 1
+PORTVERSION= 1.1.1
CATEGORIES= mail www
MASTER_SITES= ftp://ftp.horde.org/pub/ingo/ \
ftp://ftp.planetmirror.com/pub/horde/ingo/ \
@@ -46,7 +45,7 @@ SUB_LIST= INGODIR=${INGODIR}
DOCS= LICENSE README docs/CHANGES docs/CREDITS docs/INSTALL \
docs/RELEASE_NOTES docs/TODO
CONFFILE= backends.php fields.php prefs.php
-SUB_DIRS= config lib locale po scripts templates themes
+SUB_DIRS= config lib locale po scripts templates themes js
LHORDEDIR?= www/horde
LINGODIR= ${LHORDEDIR}/ingo
diff --git a/mail/horde-ingo/distinfo b/mail/horde-ingo/distinfo
index b57c2deebf19..7c765230ef9f 100644
--- a/mail/horde-ingo/distinfo
+++ b/mail/horde-ingo/distinfo
@@ -1,3 +1,3 @@
-MD5 (ingo-h3-1.1.tar.gz) = 01d022a20d426e9e88d6b30765fa70f7
-SHA256 (ingo-h3-1.1.tar.gz) = 84ad8298d6c6190bd0a7bac97b574172b3cd429b075ac6ba4c1f11825c0a30fc
-SIZE (ingo-h3-1.1.tar.gz) = 995873
+MD5 (ingo-h3-1.1.1.tar.gz) = be8dacd3f52784983c74808e116c4d3d
+SHA256 (ingo-h3-1.1.1.tar.gz) = aa4cb238a9a61e4e0cbcec0783a70dd445d1d4943cd046e8a4240efd4878f292
+SIZE (ingo-h3-1.1.1.tar.gz) = 1201511
diff --git a/mail/horde-ingo/pkg-plist b/mail/horde-ingo/pkg-plist
index cf0f451d0826..104b3a367d23 100644
--- a/mail/horde-ingo/pkg-plist
+++ b/mail/horde-ingo/pkg-plist
@@ -15,6 +15,7 @@
%%INGODIR%%/filters.php
%%INGODIR%%/forward.php
%%INGODIR%%/index.php
+%%INGODIR%%/js/stripe.js
%%INGODIR%%/lib/Block/overview.php
%%INGODIR%%/lib/Driver.php
%%INGODIR%%/lib/Driver/ldap.php
@@ -39,8 +40,10 @@
%%INGODIR%%/locale/de_DE/LC_MESSAGES/ingo.mo
%%INGODIR%%/locale/de_DE/help.xml
%%INGODIR%%/locale/en_US/help.xml
+%%INGODIR%%/locale/el_GR/LC_MESSAGES/ingo.mo
%%INGODIR%%/locale/es_ES/LC_MESSAGES/ingo.mo
%%INGODIR%%/locale/es_ES/help.xml
+%%INGODIR%%/locale/et_EE/LC_MESSAGES/ingo.mo
%%INGODIR%%/locale/fi_FI/LC_MESSAGES/ingo.mo
%%INGODIR%%/locale/fi_FI/help.xml
%%INGODIR%%/locale/fr_FR/LC_MESSAGES/ingo.mo
@@ -63,7 +66,9 @@
%%INGODIR%%/po/cs_CZ.po
%%INGODIR%%/po/da_DK.po
%%INGODIR%%/po/de_DE.po
+%%INGODIR%%/po/el_GR.po
%%INGODIR%%/po/es_ES.po
+%%INGODIR%%/po/et_EE.po
%%INGODIR%%/po/fi_FI.po
%%INGODIR%%/po/fr_FR.po
%%INGODIR%%/po/hu_HU.po
@@ -91,7 +96,6 @@
%%INGODIR%%/templates/filters/filter.html
%%INGODIR%%/templates/filters/footer.inc
%%INGODIR%%/templates/filters/header.inc
-%%INGODIR%%/templates/filters/javascript.inc
%%INGODIR%%/templates/filters/settings.inc
%%INGODIR%%/templates/forward/forward.inc
%%INGODIR%%/templates/javascript/new_folder.js
@@ -165,9 +169,13 @@
@dirrm %%INGODIR%%/locale/fr_FR
@dirrm %%INGODIR%%/locale/fi_FI/LC_MESSAGES
@dirrm %%INGODIR%%/locale/fi_FI
+@dirrm %%INGODIR%%/locale/et_EE/LC_MESSAGES
+@dirrm %%INGODIR%%/locale/et_EE
@dirrm %%INGODIR%%/locale/es_ES/LC_MESSAGES
@dirrm %%INGODIR%%/locale/es_ES
@dirrm %%INGODIR%%/locale/en_US
+@dirrm %%INGODIR%%/locale/el_GR/LC_MESSAGES
+@dirrm %%INGODIR%%/locale/el_GR
@dirrm %%INGODIR%%/locale/de_DE/LC_MESSAGES
@dirrm %%INGODIR%%/locale/de_DE
@dirrm %%INGODIR%%/locale/da_DK/LC_MESSAGES
@@ -175,6 +183,7 @@
@dirrm %%INGODIR%%/locale/cs_CZ/LC_MESSAGES
@dirrm %%INGODIR%%/locale/cs_CZ
@dirrm %%INGODIR%%/locale
+@dirrm %%INGODIR%%/js
@dirrm %%INGODIR%%/lib/Storage
@dirrm %%INGODIR%%/lib/Script
@dirrm %%INGODIR%%/lib/IMAP
diff --git a/mail/horde4-ingo/Makefile b/mail/horde4-ingo/Makefile
index 86655305e11e..0632847b88ec 100644
--- a/mail/horde4-ingo/Makefile
+++ b/mail/horde4-ingo/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= ingo
-PORTVERSION= 1.1
-PORTREVISION= 1
+PORTVERSION= 1.1.1
CATEGORIES= mail www
MASTER_SITES= ftp://ftp.horde.org/pub/ingo/ \
ftp://ftp.planetmirror.com/pub/horde/ingo/ \
@@ -46,7 +45,7 @@ SUB_LIST= INGODIR=${INGODIR}
DOCS= LICENSE README docs/CHANGES docs/CREDITS docs/INSTALL \
docs/RELEASE_NOTES docs/TODO
CONFFILE= backends.php fields.php prefs.php
-SUB_DIRS= config lib locale po scripts templates themes
+SUB_DIRS= config lib locale po scripts templates themes js
LHORDEDIR?= www/horde
LINGODIR= ${LHORDEDIR}/ingo
diff --git a/mail/horde4-ingo/distinfo b/mail/horde4-ingo/distinfo
index b57c2deebf19..7c765230ef9f 100644
--- a/mail/horde4-ingo/distinfo
+++ b/mail/horde4-ingo/distinfo
@@ -1,3 +1,3 @@
-MD5 (ingo-h3-1.1.tar.gz) = 01d022a20d426e9e88d6b30765fa70f7
-SHA256 (ingo-h3-1.1.tar.gz) = 84ad8298d6c6190bd0a7bac97b574172b3cd429b075ac6ba4c1f11825c0a30fc
-SIZE (ingo-h3-1.1.tar.gz) = 995873
+MD5 (ingo-h3-1.1.1.tar.gz) = be8dacd3f52784983c74808e116c4d3d
+SHA256 (ingo-h3-1.1.1.tar.gz) = aa4cb238a9a61e4e0cbcec0783a70dd445d1d4943cd046e8a4240efd4878f292
+SIZE (ingo-h3-1.1.1.tar.gz) = 1201511
diff --git a/mail/horde4-ingo/pkg-plist b/mail/horde4-ingo/pkg-plist
index cf0f451d0826..104b3a367d23 100644
--- a/mail/horde4-ingo/pkg-plist
+++ b/mail/horde4-ingo/pkg-plist
@@ -15,6 +15,7 @@
%%INGODIR%%/filters.php
%%INGODIR%%/forward.php
%%INGODIR%%/index.php
+%%INGODIR%%/js/stripe.js
%%INGODIR%%/lib/Block/overview.php
%%INGODIR%%/lib/Driver.php
%%INGODIR%%/lib/Driver/ldap.php
@@ -39,8 +40,10 @@
%%INGODIR%%/locale/de_DE/LC_MESSAGES/ingo.mo
%%INGODIR%%/locale/de_DE/help.xml
%%INGODIR%%/locale/en_US/help.xml
+%%INGODIR%%/locale/el_GR/LC_MESSAGES/ingo.mo
%%INGODIR%%/locale/es_ES/LC_MESSAGES/ingo.mo
%%INGODIR%%/locale/es_ES/help.xml
+%%INGODIR%%/locale/et_EE/LC_MESSAGES/ingo.mo
%%INGODIR%%/locale/fi_FI/LC_MESSAGES/ingo.mo
%%INGODIR%%/locale/fi_FI/help.xml
%%INGODIR%%/locale/fr_FR/LC_MESSAGES/ingo.mo
@@ -63,7 +66,9 @@
%%INGODIR%%/po/cs_CZ.po
%%INGODIR%%/po/da_DK.po
%%INGODIR%%/po/de_DE.po
+%%INGODIR%%/po/el_GR.po
%%INGODIR%%/po/es_ES.po
+%%INGODIR%%/po/et_EE.po
%%INGODIR%%/po/fi_FI.po
%%INGODIR%%/po/fr_FR.po
%%INGODIR%%/po/hu_HU.po
@@ -91,7 +96,6 @@
%%INGODIR%%/templates/filters/filter.html
%%INGODIR%%/templates/filters/footer.inc
%%INGODIR%%/templates/filters/header.inc
-%%INGODIR%%/templates/filters/javascript.inc
%%INGODIR%%/templates/filters/settings.inc
%%INGODIR%%/templates/forward/forward.inc
%%INGODIR%%/templates/javascript/new_folder.js
@@ -165,9 +169,13 @@
@dirrm %%INGODIR%%/locale/fr_FR
@dirrm %%INGODIR%%/locale/fi_FI/LC_MESSAGES
@dirrm %%INGODIR%%/locale/fi_FI
+@dirrm %%INGODIR%%/locale/et_EE/LC_MESSAGES
+@dirrm %%INGODIR%%/locale/et_EE
@dirrm %%INGODIR%%/locale/es_ES/LC_MESSAGES
@dirrm %%INGODIR%%/locale/es_ES
@dirrm %%INGODIR%%/locale/en_US
+@dirrm %%INGODIR%%/locale/el_GR/LC_MESSAGES
+@dirrm %%INGODIR%%/locale/el_GR
@dirrm %%INGODIR%%/locale/de_DE/LC_MESSAGES
@dirrm %%INGODIR%%/locale/de_DE
@dirrm %%INGODIR%%/locale/da_DK/LC_MESSAGES
@@ -175,6 +183,7 @@
@dirrm %%INGODIR%%/locale/cs_CZ/LC_MESSAGES
@dirrm %%INGODIR%%/locale/cs_CZ
@dirrm %%INGODIR%%/locale
+@dirrm %%INGODIR%%/js
@dirrm %%INGODIR%%/lib/Storage
@dirrm %%INGODIR%%/lib/Script
@dirrm %%INGODIR%%/lib/IMAP
diff --git a/mail/ingo/Makefile b/mail/ingo/Makefile
index 86655305e11e..0632847b88ec 100644
--- a/mail/ingo/Makefile
+++ b/mail/ingo/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= ingo
-PORTVERSION= 1.1
-PORTREVISION= 1
+PORTVERSION= 1.1.1
CATEGORIES= mail www
MASTER_SITES= ftp://ftp.horde.org/pub/ingo/ \
ftp://ftp.planetmirror.com/pub/horde/ingo/ \
@@ -46,7 +45,7 @@ SUB_LIST= INGODIR=${INGODIR}
DOCS= LICENSE README docs/CHANGES docs/CREDITS docs/INSTALL \
docs/RELEASE_NOTES docs/TODO
CONFFILE= backends.php fields.php prefs.php
-SUB_DIRS= config lib locale po scripts templates themes
+SUB_DIRS= config lib locale po scripts templates themes js
LHORDEDIR?= www/horde
LINGODIR= ${LHORDEDIR}/ingo
diff --git a/mail/ingo/distinfo b/mail/ingo/distinfo
index b57c2deebf19..7c765230ef9f 100644
--- a/mail/ingo/distinfo
+++ b/mail/ingo/distinfo
@@ -1,3 +1,3 @@
-MD5 (ingo-h3-1.1.tar.gz) = 01d022a20d426e9e88d6b30765fa70f7
-SHA256 (ingo-h3-1.1.tar.gz) = 84ad8298d6c6190bd0a7bac97b574172b3cd429b075ac6ba4c1f11825c0a30fc
-SIZE (ingo-h3-1.1.tar.gz) = 995873
+MD5 (ingo-h3-1.1.1.tar.gz) = be8dacd3f52784983c74808e116c4d3d
+SHA256 (ingo-h3-1.1.1.tar.gz) = aa4cb238a9a61e4e0cbcec0783a70dd445d1d4943cd046e8a4240efd4878f292
+SIZE (ingo-h3-1.1.1.tar.gz) = 1201511
diff --git a/mail/ingo/pkg-plist b/mail/ingo/pkg-plist
index cf0f451d0826..104b3a367d23 100644
--- a/mail/ingo/pkg-plist
+++ b/mail/ingo/pkg-plist
@@ -15,6 +15,7 @@
%%INGODIR%%/filters.php
%%INGODIR%%/forward.php
%%INGODIR%%/index.php
+%%INGODIR%%/js/stripe.js
%%INGODIR%%/lib/Block/overview.php
%%INGODIR%%/lib/Driver.php
%%INGODIR%%/lib/Driver/ldap.php
@@ -39,8 +40,10 @@
%%INGODIR%%/locale/de_DE/LC_MESSAGES/ingo.mo
%%INGODIR%%/locale/de_DE/help.xml
%%INGODIR%%/locale/en_US/help.xml
+%%INGODIR%%/locale/el_GR/LC_MESSAGES/ingo.mo
%%INGODIR%%/locale/es_ES/LC_MESSAGES/ingo.mo
%%INGODIR%%/locale/es_ES/help.xml
+%%INGODIR%%/locale/et_EE/LC_MESSAGES/ingo.mo
%%INGODIR%%/locale/fi_FI/LC_MESSAGES/ingo.mo
%%INGODIR%%/locale/fi_FI/help.xml
%%INGODIR%%/locale/fr_FR/LC_MESSAGES/ingo.mo
@@ -63,7 +66,9 @@
%%INGODIR%%/po/cs_CZ.po
%%INGODIR%%/po/da_DK.po
%%INGODIR%%/po/de_DE.po
+%%INGODIR%%/po/el_GR.po
%%INGODIR%%/po/es_ES.po
+%%INGODIR%%/po/et_EE.po
%%INGODIR%%/po/fi_FI.po
%%INGODIR%%/po/fr_FR.po
%%INGODIR%%/po/hu_HU.po
@@ -91,7 +96,6 @@
%%INGODIR%%/templates/filters/filter.html
%%INGODIR%%/templates/filters/footer.inc
%%INGODIR%%/templates/filters/header.inc
-%%INGODIR%%/templates/filters/javascript.inc
%%INGODIR%%/templates/filters/settings.inc
%%INGODIR%%/templates/forward/forward.inc
%%INGODIR%%/templates/javascript/new_folder.js
@@ -165,9 +169,13 @@
@dirrm %%INGODIR%%/locale/fr_FR
@dirrm %%INGODIR%%/locale/fi_FI/LC_MESSAGES
@dirrm %%INGODIR%%/locale/fi_FI
+@dirrm %%INGODIR%%/locale/et_EE/LC_MESSAGES
+@dirrm %%INGODIR%%/locale/et_EE
@dirrm %%INGODIR%%/locale/es_ES/LC_MESSAGES
@dirrm %%INGODIR%%/locale/es_ES
@dirrm %%INGODIR%%/locale/en_US
+@dirrm %%INGODIR%%/locale/el_GR/LC_MESSAGES
+@dirrm %%INGODIR%%/locale/el_GR
@dirrm %%INGODIR%%/locale/de_DE/LC_MESSAGES
@dirrm %%INGODIR%%/locale/de_DE
@dirrm %%INGODIR%%/locale/da_DK/LC_MESSAGES
@@ -175,6 +183,7 @@
@dirrm %%INGODIR%%/locale/cs_CZ/LC_MESSAGES
@dirrm %%INGODIR%%/locale/cs_CZ
@dirrm %%INGODIR%%/locale
+@dirrm %%INGODIR%%/js
@dirrm %%INGODIR%%/lib/Storage
@dirrm %%INGODIR%%/lib/Script
@dirrm %%INGODIR%%/lib/IMAP