summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjlam <jlam>2006-06-09 22:12:01 +0000
committerjlam <jlam>2006-06-09 22:12:01 +0000
commitb487255e087e44c2cbc30d33688d5c7d84b8c479 (patch)
tree6333d02c894535e2bd169cbb30647ee70f4f19f4 /mail
parent0643db125420f5a2f0f9aeb055f1276154e6a13d (diff)
downloadpkgsrc-b487255e087e44c2cbc30d33688d5c7d84b8c479.tar.gz
Update mail/sqwebmail to 5.1.2. Changes from version 5.1.1 include:
* Fix monthly rotation of sent folder on multilingual systems. * Miscellaneous small i18n fixes. * New "any message" webmail filter option. * Improve the "message limit exceeded" error message. * New checkbox on the login form enables/disables soft timeout. * Create an invisible frame at login time that reloads at timeoutsoft/2 intervals, thus keeping the session alive * Fix bug where overriding TIMEOUTSOFT via environment variables may cause calendar session to timeout prematurely
Diffstat (limited to 'mail')
-rw-r--r--mail/sqwebmail/Makefile4
-rw-r--r--mail/sqwebmail/PLIST4
-rw-r--r--mail/sqwebmail/distinfo12
-rw-r--r--mail/sqwebmail/patches/patch-ad12
-rw-r--r--mail/sqwebmail/patches/patch-ah6
5 files changed, 20 insertions, 18 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile
index 1f2df134743..95c51fd94e8 100644
--- a/mail/sqwebmail/Makefile
+++ b/mail/sqwebmail/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2006/04/28 18:16:25 jlam Exp $
+# $NetBSD: Makefile,v 1.49 2006/06/09 22:12:01 jlam Exp $
-DISTNAME= sqwebmail-5.1.1
+DISTNAME= sqwebmail-5.1.2
CATEGORIES= mail www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/}
EXTRACT_SUFX= .tar.bz2
diff --git a/mail/sqwebmail/PLIST b/mail/sqwebmail/PLIST
index 7e58572e269..e72037cbfa9 100644
--- a/mail/sqwebmail/PLIST
+++ b/mail/sqwebmail/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2006/04/28 18:16:25 jlam Exp $
+@comment $NetBSD: PLIST,v 1.8 2006/06/09 22:12:01 jlam Exp $
bin/mimegpg
libexec/courier/cgi-bin/sqwebmail
libexec/courier/pcpd
@@ -43,6 +43,7 @@ share/courier/sqwebmail/html/en-us/keyimport.html
share/courier/sqwebmail/html/en-us/ldaplist.html
share/courier/sqwebmail/html/en-us/ldapsearch.html
share/courier/sqwebmail/html/en-us/login.html
+share/courier/sqwebmail/html/en-us/loginform.inc.html
share/courier/sqwebmail/html/en-us/navbar.inc.html
share/courier/sqwebmail/html/en-us/navbar2.inc.html
share/courier/sqwebmail/html/en-us/navbar3.inc.html
@@ -55,6 +56,7 @@ share/courier/sqwebmail/html/en-us/printredirect.html
share/courier/sqwebmail/html/en-us/quickadd.html
share/courier/sqwebmail/html/en-us/readmsg.html
share/courier/sqwebmail/html/en-us/redirect.html
+share/courier/sqwebmail/html/en-us/refreshfr.html
share/courier/sqwebmail/html/en-us/smileys.txt
share/courier/sqwebmail/html/en-us/spellchk.html
share/courier/sqwebmail/images/bg.png
diff --git a/mail/sqwebmail/distinfo b/mail/sqwebmail/distinfo
index 80839e1238b..cc37e36602c 100644
--- a/mail/sqwebmail/distinfo
+++ b/mail/sqwebmail/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.14 2006/04/28 18:16:25 jlam Exp $
+$NetBSD: distinfo,v 1.15 2006/06/09 22:12:01 jlam Exp $
-SHA1 (sqwebmail-5.1.1.tar.bz2) = e86038cba592be05d74aff71b63bed3e8d99d9d7
-RMD160 (sqwebmail-5.1.1.tar.bz2) = 08d0aca1d6fb512349532f6460202f35c32af3b4
-Size (sqwebmail-5.1.1.tar.bz2) = 3747059 bytes
+SHA1 (sqwebmail-5.1.2.tar.bz2) = 0ddcf4f9b53304a356ba40e4ae3ea27bb9118108
+RMD160 (sqwebmail-5.1.2.tar.bz2) = af66ac38d40ef69da4aa57450915ba954c45703a
+Size (sqwebmail-5.1.2.tar.bz2) = 3743815 bytes
SHA1 (patch-aa) = 5f263487244e8127845050a19d3b68356f846aa2
-SHA1 (patch-ad) = abfadf45c5f85fea963ff18ca17fbee948e4572e
-SHA1 (patch-ah) = daf02c2c3de74b6e6a4ed0b077759ebc6775756e
+SHA1 (patch-ad) = 5aad3cb93e747f7522c023e46496b8ba956ea664
+SHA1 (patch-ah) = b4f198638e3c9e6b4cd0a88f058b85a196c7ac9d
SHA1 (patch-ai) = def2f4d30bf5f15ea78f401f3c4ca2f2ec8c0ad2
SHA1 (patch-aj) = 2ad7d2500a54ca4f94ba00aaab89df29adcf864e
diff --git a/mail/sqwebmail/patches/patch-ad b/mail/sqwebmail/patches/patch-ad
index 1d748001348..bf7a257e8ae 100644
--- a/mail/sqwebmail/patches/patch-ad
+++ b/mail/sqwebmail/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.6 2006/04/28 18:16:25 jlam Exp $
+$NetBSD: patch-ad,v 1.7 2006/06/09 22:12:01 jlam Exp $
---- sqwebmail/Makefile.in.orig 2006-03-04 09:18:53.000000000 -0500
+--- sqwebmail/Makefile.in.orig 2006-05-24 19:48:14.000000000 -0400
+++ sqwebmail/Makefile.in
-@@ -991,7 +991,7 @@ install-perms-local: install-perms-cache
+@@ -992,7 +992,7 @@ install-perms-local: install-perms-cache
htmllibdir.h: config.status
echo '#define HTMLLIBDIR "@htmldir@"' >htmllibdir.h
@@ -11,7 +11,7 @@ $NetBSD: patch-ad,v 1.6 2006/04/28 18:16:25 jlam Exp $
echo '#define CALENDARMODE "$(sysconfdir)/calendarmode"' >>htmllibdir.h
echo '#define LOGINDOMAINLIST "$(sysconfdir)/logindomainlist"' >>htmllibdir.h
echo '#define MAXMSGSIZE @MAXMSGSIZE@' >>htmllibdir.h
-@@ -999,7 +999,7 @@ htmllibdir.h: config.status
+@@ -1000,7 +1000,7 @@ htmllibdir.h: config.status
echo '#define SOCKDIR "$(localstatedir)"' >>htmllibdir.h
echo '#define SHAREDINDEXFILE "$(sysconfdir)/shared/index"' >>htmllibdir.h
echo '#define SQWEBPASSWD "$(pkglibexecdir)/sqwebpasswd"' >>htmllibdir.h
@@ -20,7 +20,7 @@ $NetBSD: patch-ad,v 1.6 2006/04/28 18:16:25 jlam Exp $
; then \
echo '#define HOSTNAMEFILE "$(sysconfdir)/defaultdomain"' >>htmllibdir.h \
; echo '#define MAKEMIME "$(bindir)/makemime"' >>htmllibdir.h \
-@@ -1008,7 +1008,7 @@ htmllibdir.h: config.status
+@@ -1009,7 +1009,7 @@ htmllibdir.h: config.status
; echo '#define MAKEMIME "$(pkglibexecdir)/makemime"' >>htmllibdir.h \
; fi
echo '#define LDAPADDRESSBOOK "$(sysconfdir)/ldapaddressbook"' >>htmllibdir.h
@@ -29,7 +29,7 @@ $NetBSD: patch-ad,v 1.6 2006/04/28 18:16:25 jlam Exp $
echo '#define AUTHCHARSET "$(sysconfdir)/authcharset"' >>htmllibdir.h
ldapsearch: ../ldapaddressbook/ldapsearch
-@@ -1036,9 +1036,6 @@ install-perms-cache:
+@@ -1037,9 +1037,6 @@ install-perms-cache:
@echo "@cachedir@ 700 @cacheowner@ bin" >>permissions.dat
cache-reminder:
diff --git a/mail/sqwebmail/patches/patch-ah b/mail/sqwebmail/patches/patch-ah
index e19badd1b43..74216c5814e 100644
--- a/mail/sqwebmail/patches/patch-ah
+++ b/mail/sqwebmail/patches/patch-ah
@@ -1,8 +1,8 @@
-$NetBSD: patch-ah,v 1.3 2006/04/28 18:16:25 jlam Exp $
+$NetBSD: patch-ah,v 1.4 2006/06/09 22:12:01 jlam Exp $
---- sqwebmail/configure.orig 2006-03-04 09:18:54.000000000 -0500
+--- sqwebmail/configure.orig 2006-05-24 19:48:13.000000000 -0400
+++ sqwebmail/configure
-@@ -20267,7 +20267,7 @@ fi;
+@@ -20269,7 +20269,7 @@ fi;