diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-23 19:44:31 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-23 19:44:31 +0800 |
commit | 875d6736ac5a65d7142fb2378e306a6076ae33e7 (patch) | |
tree | 86d2b233a660e8533048123c230de69245056677 /mail | |
parent | 6a36283cd29b2b6a177b5f5789697728b83f770d (diff) | |
download | freebsd-ports-graphics-875d6736ac5a65d7142fb2378e306a6076ae33e7.tar.gz freebsd-ports-graphics-875d6736ac5a65d7142fb2378e306a6076ae33e7.tar.zst freebsd-ports-graphics-875d6736ac5a65d7142fb2378e306a6076ae33e7.zip |
Update to RC3.
PR: 38263
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/horde-turba/Makefile | 3 | ||||
-rw-r--r-- | mail/horde-turba/distinfo | 2 | ||||
-rw-r--r-- | mail/horde-turba/files/patch-aa | 8 | ||||
-rw-r--r-- | mail/horde-turba/files/patch-ab | 18 | ||||
-rw-r--r-- | mail/horde-turba/pkg-plist | 5 | ||||
-rw-r--r-- | mail/horde4-turba/Makefile | 3 | ||||
-rw-r--r-- | mail/horde4-turba/distinfo | 2 | ||||
-rw-r--r-- | mail/horde4-turba/files/patch-aa | 8 | ||||
-rw-r--r-- | mail/horde4-turba/files/patch-ab | 18 | ||||
-rw-r--r-- | mail/horde4-turba/pkg-plist | 5 | ||||
-rw-r--r-- | mail/imp3/Makefile | 5 | ||||
-rw-r--r-- | mail/imp3/distinfo | 2 | ||||
-rw-r--r-- | mail/imp3/files/patch-ab | 8 | ||||
-rw-r--r-- | mail/imp3/pkg-plist | 10 | ||||
-rw-r--r-- | mail/turba/Makefile | 3 | ||||
-rw-r--r-- | mail/turba/distinfo | 2 | ||||
-rw-r--r-- | mail/turba/files/patch-aa | 8 | ||||
-rw-r--r-- | mail/turba/files/patch-ab | 18 | ||||
-rw-r--r-- | mail/turba/pkg-plist | 5 |
19 files changed, 80 insertions, 53 deletions
diff --git a/mail/horde-turba/Makefile b/mail/horde-turba/Makefile index aa6b3d51e11..4a05bd60fe4 100644 --- a/mail/horde-turba/Makefile +++ b/mail/horde-turba/Makefile @@ -7,9 +7,10 @@ PORTNAME= turba PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/turba/tarballs/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-RC2 +DISTNAME= ${PORTNAME}-${PORTVERSION}-RC3 MAINTAINER= thierry@pompo.net diff --git a/mail/horde-turba/distinfo b/mail/horde-turba/distinfo index 11a970b6902..f5df25373db 100644 --- a/mail/horde-turba/distinfo +++ b/mail/horde-turba/distinfo @@ -1 +1 @@ -MD5 (turba-1.1-RC2.tar.gz) = 5104518019bdc527baf241b1adc9d618 +MD5 (turba-1.1-RC3.tar.gz) = b4f2cced9c830f55049897c6b5386e8b diff --git a/mail/horde-turba/files/patch-aa b/mail/horde-turba/files/patch-aa index 1a51d8aec31..81d0eeaf641 100644 --- a/mail/horde-turba/files/patch-aa +++ b/mail/horde-turba/files/patch-aa @@ -1,9 +1,7 @@ ---- config/conf.php.dist.orig Fri Sep 28 23:29:55 2001 -+++ config/conf.php.dist Sat Nov 17 21:38:00 2001 -@@ -29,5 +29,6 @@ +--- config/conf.php.dist.orig Fri Apr 12 18:21:30 2002 ++++ config/conf.php.dist Sun May 19 00:11:06 2002 +@@ -30,3 +30,4 @@ // example providing a link to IMP (an email program) would be: // $conf['menu']['apps'] = array('imp'); $conf['menu']['apps'] = array(); +//UNCOMMENTWHENINSTIMP$conf['menu']['apps'] = array('imp'); - - ?> diff --git a/mail/horde-turba/files/patch-ab b/mail/horde-turba/files/patch-ab index 5cc76966a8a..c2361cdecf8 100644 --- a/mail/horde-turba/files/patch-ab +++ b/mail/horde-turba/files/patch-ab @@ -1,6 +1,6 @@ ---- config/sources.php.dist.orig Tue Jan 1 13:58:34 2002 -+++ config/sources.php.dist Thu Jan 3 18:04:12 2002 -@@ -92,21 +92,25 @@ +--- config/sources.php.dist.orig Thu Apr 25 01:08:44 2002 ++++ config/sources.php.dist Sun May 19 00:50:20 2002 +@@ -137,22 +137,26 @@ 'title' => 'My Addressbook', 'type' => 'sql', 'params' => array( @@ -8,7 +8,7 @@ - 'hostspec' => '', - 'username' => '', - 'password' => '', -+// 'phptype' => 'pgsql', ++// 'phptype' => 'pgsql', + 'phptype' => 'mysql', + 'hostspec' => 'localhost', + 'username' => 'hordemgr', @@ -18,11 +18,13 @@ - 'tty' => '', - 'port' => '5432', - 'protocol' => 'unix', -+// 'tty' => '', +- 'socket' => '', ++// 'tty' => '', +// Default port: 5432 for pgsql (PostGres), 3306 for mysql -+// 'port' => '5432', -+// 'port' => '3306', -+// 'protocol' => 'unix', ++// 'port' => '5432', ++// 'port' => '3306', ++// 'protocol' => 'unix', ++// 'socket' => '', 'table' => 'turba_objects' ), 'map' => array( diff --git a/mail/horde-turba/pkg-plist b/mail/horde-turba/pkg-plist index 1fcc2fb0ea0..a6bddbe43dd 100644 --- a/mail/horde-turba/pkg-plist +++ b/mail/horde-turba/pkg-plist @@ -38,6 +38,7 @@ %%TURBADIR%%/graphics/search.gif %%TURBADIR%%/graphics/turba.gif %%TURBADIR%%/graphics/up.gif +%%TURBADIR%%/graphics/user.gif %%TURBADIR%%/index.php %%TURBADIR%%/lib/.htaccess %%TURBADIR%%/lib/AbstractObject.php @@ -80,6 +81,7 @@ %%TURBADIR%%/locale/ru_RU/LC_MESSAGES/turba.mo %%TURBADIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES/turba.mo %%TURBADIR%%/locale/sk_SK/LC_MESSAGES/turba.mo +%%TURBADIR%%/locale/sl_SI/LC_MESSAGES/turba.mo %%TURBADIR%%/locale/sv_SE/LC_MESSAGES/turba.mo %%TURBADIR%%/locale/uk_UA/LC_MESSAGES/turba.mo %%TURBADIR%%/locale/zh_CN/LC_MESSAGES/turba.mo @@ -109,6 +111,7 @@ %%TURBADIR%%/po/ru_RU.KOI8-R.po %%TURBADIR%%/po/shtool %%TURBADIR%%/po/sk_SK.po +%%TURBADIR%%/po/sl_SI.po %%TURBADIR%%/po/sv_SE.po %%TURBADIR%%/po/uk_UA.po %%TURBADIR%%/po/xgettext.sh @@ -195,6 +198,8 @@ etc/horde/httpd.conf.turba @dirrm %%TURBADIR%%/locale/ru_RU.KOI8-R @dirrm %%TURBADIR%%/locale/sk_SK/LC_MESSAGES @dirrm %%TURBADIR%%/locale/sk_SK +@dirrm %%TURBADIR%%/locale/sl_SI/LC_MESSAGES +@dirrm %%TURBADIR%%/locale/sl_SI @dirrm %%TURBADIR%%/locale/sv_SE/LC_MESSAGES @dirrm %%TURBADIR%%/locale/sv_SE @dirrm %%TURBADIR%%/locale/uk_UA/LC_MESSAGES diff --git a/mail/horde4-turba/Makefile b/mail/horde4-turba/Makefile index aa6b3d51e11..4a05bd60fe4 100644 --- a/mail/horde4-turba/Makefile +++ b/mail/horde4-turba/Makefile @@ -7,9 +7,10 @@ PORTNAME= turba PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/turba/tarballs/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-RC2 +DISTNAME= ${PORTNAME}-${PORTVERSION}-RC3 MAINTAINER= thierry@pompo.net diff --git a/mail/horde4-turba/distinfo b/mail/horde4-turba/distinfo index 11a970b6902..f5df25373db 100644 --- a/mail/horde4-turba/distinfo +++ b/mail/horde4-turba/distinfo @@ -1 +1 @@ -MD5 (turba-1.1-RC2.tar.gz) = 5104518019bdc527baf241b1adc9d618 +MD5 (turba-1.1-RC3.tar.gz) = b4f2cced9c830f55049897c6b5386e8b diff --git a/mail/horde4-turba/files/patch-aa b/mail/horde4-turba/files/patch-aa index 1a51d8aec31..81d0eeaf641 100644 --- a/mail/horde4-turba/files/patch-aa +++ b/mail/horde4-turba/files/patch-aa @@ -1,9 +1,7 @@ ---- config/conf.php.dist.orig Fri Sep 28 23:29:55 2001 -+++ config/conf.php.dist Sat Nov 17 21:38:00 2001 -@@ -29,5 +29,6 @@ +--- config/conf.php.dist.orig Fri Apr 12 18:21:30 2002 ++++ config/conf.php.dist Sun May 19 00:11:06 2002 +@@ -30,3 +30,4 @@ // example providing a link to IMP (an email program) would be: // $conf['menu']['apps'] = array('imp'); $conf['menu']['apps'] = array(); +//UNCOMMENTWHENINSTIMP$conf['menu']['apps'] = array('imp'); - - ?> diff --git a/mail/horde4-turba/files/patch-ab b/mail/horde4-turba/files/patch-ab index 5cc76966a8a..c2361cdecf8 100644 --- a/mail/horde4-turba/files/patch-ab +++ b/mail/horde4-turba/files/patch-ab @@ -1,6 +1,6 @@ ---- config/sources.php.dist.orig Tue Jan 1 13:58:34 2002 -+++ config/sources.php.dist Thu Jan 3 18:04:12 2002 -@@ -92,21 +92,25 @@ +--- config/sources.php.dist.orig Thu Apr 25 01:08:44 2002 ++++ config/sources.php.dist Sun May 19 00:50:20 2002 +@@ -137,22 +137,26 @@ 'title' => 'My Addressbook', 'type' => 'sql', 'params' => array( @@ -8,7 +8,7 @@ - 'hostspec' => '', - 'username' => '', - 'password' => '', -+// 'phptype' => 'pgsql', ++// 'phptype' => 'pgsql', + 'phptype' => 'mysql', + 'hostspec' => 'localhost', + 'username' => 'hordemgr', @@ -18,11 +18,13 @@ - 'tty' => '', - 'port' => '5432', - 'protocol' => 'unix', -+// 'tty' => '', +- 'socket' => '', ++// 'tty' => '', +// Default port: 5432 for pgsql (PostGres), 3306 for mysql -+// 'port' => '5432', -+// 'port' => '3306', -+// 'protocol' => 'unix', ++// 'port' => '5432', ++// 'port' => '3306', ++// 'protocol' => 'unix', ++// 'socket' => '', 'table' => 'turba_objects' ), 'map' => array( diff --git a/mail/horde4-turba/pkg-plist b/mail/horde4-turba/pkg-plist index 1fcc2fb0ea0..a6bddbe43dd 100644 --- a/mail/horde4-turba/pkg-plist +++ b/mail/horde4-turba/pkg-plist @@ -38,6 +38,7 @@ %%TURBADIR%%/graphics/search.gif %%TURBADIR%%/graphics/turba.gif %%TURBADIR%%/graphics/up.gif +%%TURBADIR%%/graphics/user.gif %%TURBADIR%%/index.php %%TURBADIR%%/lib/.htaccess %%TURBADIR%%/lib/AbstractObject.php @@ -80,6 +81,7 @@ %%TURBADIR%%/locale/ru_RU/LC_MESSAGES/turba.mo %%TURBADIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES/turba.mo %%TURBADIR%%/locale/sk_SK/LC_MESSAGES/turba.mo +%%TURBADIR%%/locale/sl_SI/LC_MESSAGES/turba.mo %%TURBADIR%%/locale/sv_SE/LC_MESSAGES/turba.mo %%TURBADIR%%/locale/uk_UA/LC_MESSAGES/turba.mo %%TURBADIR%%/locale/zh_CN/LC_MESSAGES/turba.mo @@ -109,6 +111,7 @@ %%TURBADIR%%/po/ru_RU.KOI8-R.po %%TURBADIR%%/po/shtool %%TURBADIR%%/po/sk_SK.po +%%TURBADIR%%/po/sl_SI.po %%TURBADIR%%/po/sv_SE.po %%TURBADIR%%/po/uk_UA.po %%TURBADIR%%/po/xgettext.sh @@ -195,6 +198,8 @@ etc/horde/httpd.conf.turba @dirrm %%TURBADIR%%/locale/ru_RU.KOI8-R @dirrm %%TURBADIR%%/locale/sk_SK/LC_MESSAGES @dirrm %%TURBADIR%%/locale/sk_SK +@dirrm %%TURBADIR%%/locale/sl_SI/LC_MESSAGES +@dirrm %%TURBADIR%%/locale/sl_SI @dirrm %%TURBADIR%%/locale/sv_SE/LC_MESSAGES @dirrm %%TURBADIR%%/locale/sv_SE @dirrm %%TURBADIR%%/locale/uk_UA/LC_MESSAGES diff --git a/mail/imp3/Makefile b/mail/imp3/Makefile index 8c3f93ccdf3..797dbaa8c93 100644 --- a/mail/imp3/Makefile +++ b/mail/imp3/Makefile @@ -7,9 +7,10 @@ PORTNAME= imp PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/imp/tarballs/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-RC2 +DISTNAME= ${PORTNAME}-${PORTVERSION}-RC3 MAINTAINER= thierry@pompo.net @@ -242,7 +243,7 @@ do-install: @${PERL} -pi -e "s:IMP_VERSION:IMP_VERSION . ' / ${SERVOS}':" \ ${IMPDIR}/compose.php .if defined(WITHOUT_SSL) - @${PERL} -pi -e "s:%%PROTOCOL%%:imap:;s:%%IMAPPORT%%:143:" \ + @${PERL} -pi -e "s:%%PROTOCOL%%:imap/notls:;s:%%IMAPPORT%%:143:" \ ${CONFDIR}/servers.php .else @${PERL} -pi -e "s:%%IMAPPORT%%:993:" ${CONFDIR}/servers.php diff --git a/mail/imp3/distinfo b/mail/imp3/distinfo index fe3946b9b82..f7fd2d6c9c4 100644 --- a/mail/imp3/distinfo +++ b/mail/imp3/distinfo @@ -1 +1 @@ -MD5 (imp-3.1-RC2.tar.gz) = 9ed5ba6a0cf7e8959201bc2cb0e0c2d1 +MD5 (imp-3.1-RC3.tar.gz) = cc068223e37dfd4b49f5f17b21639a5e diff --git a/mail/imp3/files/patch-ab b/mail/imp3/files/patch-ab index 7c274c3fb97..d59dda213dc 100644 --- a/mail/imp3/files/patch-ab +++ b/mail/imp3/files/patch-ab @@ -1,5 +1,5 @@ ---- config/servers.php.dist.orig Fri Jun 22 20:08:14 2001 -+++ config/servers.php.dist Tue Dec 18 23:08:00 2001 +--- config/servers.php.dist.orig Sun Apr 14 14:34:20 2002 ++++ config/servers.php.dist Sat May 18 23:18:53 2002 @@ -31,7 +31,7 @@ * is on. * @@ -9,12 +9,12 @@ * under "INBOX." (not the trailing dot. IMPORTANT: Use this only if * you want to restrict users to this subfolder. If you set this to * 'INBOX.' with Cyrus or Courier-IMAPd, then users will not be able -@@ -84,14 +84,17 @@ +@@ -83,14 +83,17 @@ $servers['imap'] = array( 'name' => 'IMAP Server', - 'server' => 'imap.example.com', -- 'protocol' => 'imap', +- 'protocol' => 'imap/notls', - 'port' => 143, - 'folders' => 'mail/', +// 'server' => 'imap.example.com', diff --git a/mail/imp3/pkg-plist b/mail/imp3/pkg-plist index af6c8845664..d30b6ac0699 100644 --- a/mail/imp3/pkg-plist +++ b/mail/imp3/pkg-plist @@ -42,6 +42,7 @@ %%IMPDIR%%/graphics/down.gif %%IMPDIR%%/graphics/download.gif %%IMPDIR%%/graphics/draft.gif +%%IMPDIR%%/graphics/empty_trash.gif %%IMPDIR%%/graphics/expand.gif %%IMPDIR%%/graphics/fetchmail.gif %%IMPDIR%%/graphics/filters.gif @@ -93,6 +94,7 @@ %%IMPDIR%%/lib/Maintenance/Task/rename_sentmail_monthly.php %%IMPDIR%%/lib/Maintenance/imp.php %%IMPDIR%%/lib/MIME/Viewer/html.php +%%IMPDIR%%/lib/MIME/Viewer/enriched.php %%IMPDIR%%/lib/MIME/Viewer/text.php %%IMPDIR%%/lib/Message.php %%IMPDIR%%/lib/Tree.php @@ -109,9 +111,10 @@ %%IMPDIR%%/locale/de_DE/help.xml %%IMPDIR%%/locale/el_GR/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/el_GR/help.xml +%%IMPDIR%%/locale/en_GB/help.xml +%%IMPDIR%%/locale/en_US/help.xml %%IMPDIR%%/locale/et_EE/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/et_EE/help.xml -%%IMPDIR%%/locale/en_US/help.xml %%IMPDIR%%/locale/es_ES/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/es_ES/help.xml %%IMPDIR%%/locale/fi_FI/LC_MESSAGES/imp.mo @@ -139,6 +142,7 @@ %%IMPDIR%%/locale/ru_RU.KOI8-R/help.xml %%IMPDIR%%/locale/sk_SK/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/sk_SK/help.xml +%%IMPDIR%%/locale/sl_SI/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/sv_SE/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/sv_SE/help.xml %%IMPDIR%%/locale/uk_UA/LC_MESSAGES/imp.mo @@ -175,6 +179,7 @@ %%IMPDIR%%/po/ru_RU.KOI8-R.po %%IMPDIR%%/po/shtool %%IMPDIR%%/po/sk_SK.po +%%IMPDIR%%/po/sl_SI.po %%IMPDIR%%/po/sv_SE.po %%IMPDIR%%/po/uk_UA.po %%IMPDIR%%/po/xgettext.sh @@ -266,6 +271,7 @@ etc/horde/httpd.conf.imp @dirrm %%IMPDIR%%/locale/de_DE @dirrm %%IMPDIR%%/locale/el_GR/LC_MESSAGES @dirrm %%IMPDIR%%/locale/el_GR +@dirrm %%IMPDIR%%/locale/en_GB @dirrm %%IMPDIR%%/locale/en_US @dirrm %%IMPDIR%%/locale/es_ES/LC_MESSAGES @dirrm %%IMPDIR%%/locale/es_ES @@ -297,6 +303,8 @@ etc/horde/httpd.conf.imp @dirrm %%IMPDIR%%/locale/ru_RU.KOI8-R @dirrm %%IMPDIR%%/locale/sk_SK/LC_MESSAGES @dirrm %%IMPDIR%%/locale/sk_SK +@dirrm %%IMPDIR%%/locale/sl_SI/LC_MESSAGES +@dirrm %%IMPDIR%%/locale/sl_SI @dirrm %%IMPDIR%%/locale/sv_SE/LC_MESSAGES @dirrm %%IMPDIR%%/locale/sv_SE @dirrm %%IMPDIR%%/locale/uk_UA/LC_MESSAGES diff --git a/mail/turba/Makefile b/mail/turba/Makefile index aa6b3d51e11..4a05bd60fe4 100644 --- a/mail/turba/Makefile +++ b/mail/turba/Makefile @@ -7,9 +7,10 @@ PORTNAME= turba PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/turba/tarballs/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-RC2 +DISTNAME= ${PORTNAME}-${PORTVERSION}-RC3 MAINTAINER= thierry@pompo.net diff --git a/mail/turba/distinfo b/mail/turba/distinfo index 11a970b6902..f5df25373db 100644 --- a/mail/turba/distinfo +++ b/mail/turba/distinfo @@ -1 +1 @@ -MD5 (turba-1.1-RC2.tar.gz) = 5104518019bdc527baf241b1adc9d618 +MD5 (turba-1.1-RC3.tar.gz) = b4f2cced9c830f55049897c6b5386e8b diff --git a/mail/turba/files/patch-aa b/mail/turba/files/patch-aa index 1a51d8aec31..81d0eeaf641 100644 --- a/mail/turba/files/patch-aa +++ b/mail/turba/files/patch-aa @@ -1,9 +1,7 @@ ---- config/conf.php.dist.orig Fri Sep 28 23:29:55 2001 -+++ config/conf.php.dist Sat Nov 17 21:38:00 2001 -@@ -29,5 +29,6 @@ +--- config/conf.php.dist.orig Fri Apr 12 18:21:30 2002 ++++ config/conf.php.dist Sun May 19 00:11:06 2002 +@@ -30,3 +30,4 @@ // example providing a link to IMP (an email program) would be: // $conf['menu']['apps'] = array('imp'); $conf['menu']['apps'] = array(); +//UNCOMMENTWHENINSTIMP$conf['menu']['apps'] = array('imp'); - - ?> diff --git a/mail/turba/files/patch-ab b/mail/turba/files/patch-ab index 5cc76966a8a..c2361cdecf8 100644 --- a/mail/turba/files/patch-ab +++ b/mail/turba/files/patch-ab @@ -1,6 +1,6 @@ ---- config/sources.php.dist.orig Tue Jan 1 13:58:34 2002 -+++ config/sources.php.dist Thu Jan 3 18:04:12 2002 -@@ -92,21 +92,25 @@ +--- config/sources.php.dist.orig Thu Apr 25 01:08:44 2002 ++++ config/sources.php.dist Sun May 19 00:50:20 2002 +@@ -137,22 +137,26 @@ 'title' => 'My Addressbook', 'type' => 'sql', 'params' => array( @@ -8,7 +8,7 @@ - 'hostspec' => '', - 'username' => '', - 'password' => '', -+// 'phptype' => 'pgsql', ++// 'phptype' => 'pgsql', + 'phptype' => 'mysql', + 'hostspec' => 'localhost', + 'username' => 'hordemgr', @@ -18,11 +18,13 @@ - 'tty' => '', - 'port' => '5432', - 'protocol' => 'unix', -+// 'tty' => '', +- 'socket' => '', ++// 'tty' => '', +// Default port: 5432 for pgsql (PostGres), 3306 for mysql -+// 'port' => '5432', -+// 'port' => '3306', -+// 'protocol' => 'unix', ++// 'port' => '5432', ++// 'port' => '3306', ++// 'protocol' => 'unix', ++// 'socket' => '', 'table' => 'turba_objects' ), 'map' => array( diff --git a/mail/turba/pkg-plist b/mail/turba/pkg-plist index 1fcc2fb0ea0..a6bddbe43dd 100644 --- a/mail/turba/pkg-plist +++ b/mail/turba/pkg-plist @@ -38,6 +38,7 @@ %%TURBADIR%%/graphics/search.gif %%TURBADIR%%/graphics/turba.gif %%TURBADIR%%/graphics/up.gif +%%TURBADIR%%/graphics/user.gif %%TURBADIR%%/index.php %%TURBADIR%%/lib/.htaccess %%TURBADIR%%/lib/AbstractObject.php @@ -80,6 +81,7 @@ %%TURBADIR%%/locale/ru_RU/LC_MESSAGES/turba.mo %%TURBADIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES/turba.mo %%TURBADIR%%/locale/sk_SK/LC_MESSAGES/turba.mo +%%TURBADIR%%/locale/sl_SI/LC_MESSAGES/turba.mo %%TURBADIR%%/locale/sv_SE/LC_MESSAGES/turba.mo %%TURBADIR%%/locale/uk_UA/LC_MESSAGES/turba.mo %%TURBADIR%%/locale/zh_CN/LC_MESSAGES/turba.mo @@ -109,6 +111,7 @@ %%TURBADIR%%/po/ru_RU.KOI8-R.po %%TURBADIR%%/po/shtool %%TURBADIR%%/po/sk_SK.po +%%TURBADIR%%/po/sl_SI.po %%TURBADIR%%/po/sv_SE.po %%TURBADIR%%/po/uk_UA.po %%TURBADIR%%/po/xgettext.sh @@ -195,6 +198,8 @@ etc/horde/httpd.conf.turba @dirrm %%TURBADIR%%/locale/ru_RU.KOI8-R @dirrm %%TURBADIR%%/locale/sk_SK/LC_MESSAGES @dirrm %%TURBADIR%%/locale/sk_SK +@dirrm %%TURBADIR%%/locale/sl_SI/LC_MESSAGES +@dirrm %%TURBADIR%%/locale/sl_SI @dirrm %%TURBADIR%%/locale/sv_SE/LC_MESSAGES @dirrm %%TURBADIR%%/locale/sv_SE @dirrm %%TURBADIR%%/locale/uk_UA/LC_MESSAGES |