pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/squirrelmail Updated mail/squirrelmail to 1.4.6nb1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38f37114be53
branches:  trunk
changeset: 511186:38f37114be53
user:      martti <martti%pkgsrc.org@localhost>
date:      Tue Apr 11 05:24:20 2006 +0000

description:
Updated mail/squirrelmail to 1.4.6nb1

* added patch for Ukrainian translation (needed by the new squirrelmail-locales)

diffstat:

 mail/squirrelmail/Makefile         |   4 ++--
 mail/squirrelmail/distinfo         |   3 ++-
 mail/squirrelmail/patches/patch-ab |  19 +++++++++++++++++++
 3 files changed, 23 insertions(+), 3 deletions(-)

diffs (48 lines):

diff -r 099e61385989 -r 38f37114be53 mail/squirrelmail/Makefile
--- a/mail/squirrelmail/Makefile        Tue Apr 11 02:28:09 2006 +0000
+++ b/mail/squirrelmail/Makefile        Tue Apr 11 05:24:20 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.70 2006/03/21 07:22:05 martti Exp $
+# $NetBSD: Makefile,v 1.71 2006/04/11 05:24:20 martti Exp $
 
 DISTNAME=      squirrelmail-1.4.6
-#PKGREVISION=  1
+PKGREVISION=   1
 CATEGORIES=    mail www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=squirrelmail/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 099e61385989 -r 38f37114be53 mail/squirrelmail/distinfo
--- a/mail/squirrelmail/distinfo        Tue Apr 11 02:28:09 2006 +0000
+++ b/mail/squirrelmail/distinfo        Tue Apr 11 05:24:20 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.30 2006/02/27 07:12:13 martti Exp $
+$NetBSD: distinfo,v 1.31 2006/04/11 05:24:20 martti Exp $
 
 SHA1 (squirrelmail-1.4.6.tar.bz2) = b813aa9f736b4b6c41d1afd35bcbd01604e85cf7
 RMD160 (squirrelmail-1.4.6.tar.bz2) = 3cee894b392620af3e35ef1d00e35775559dd4f7
 Size (squirrelmail-1.4.6.tar.bz2) = 484099 bytes
 SHA1 (patch-aa) = cafc171ab1de5e2e1e83caff39f3bfb810fe2ab5
+SHA1 (patch-ab) = a7648438c9764e432e5d040e8e3aebb0ab48730e
diff -r 099e61385989 -r 38f37114be53 mail/squirrelmail/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/squirrelmail/patches/patch-ab        Tue Apr 11 05:24:20 2006 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-ab,v 1.12 2006/04/11 05:24:20 martti Exp $
+
+--- functions/i18n.php.orig    2006-02-10 22:30:31.000000000 +0200
++++ functions/i18n.php 2006-04-11 08:15:24.000000000 +0300
+@@ -834,11 +834,11 @@
+ $languages['zh_CN']['LOCALE']  = 'zh_CN.GB2312';
+ $languages['cn']['ALIAS']      = 'zh_CN';
+ 
+-/*
+ $languages['uk_UA']['NAME']    = 'Ukrainian';
+-$languages['uk_UA']['CHARSET'] = 'koi8-u';
++$languages['uk_UA']['CHARSET'] = 'utf-8';
++$languages['uk_UA']['LOCALE']  = array('uk_UA.UTF-8','uk_UA','uk');
+ $languages['uk']['ALIAS'] = 'uk_UA';
+-*/
++
+ /*
+ $languages['vi_VN']['NAME']    = 'Vietnamese';
+ $languages['vi_VN']['CHARSET'] = 'utf-8';



Home | Main Index | Thread Index | Old Index