summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authoradrianp <adrianp>2007-03-18 12:11:28 +0000
committeradrianp <adrianp>2007-03-18 12:11:28 +0000
commit1c3f0cc65652bf5358e206563693a3e84441498a (patch)
treee6f7cb069f7fa67b30a451af813a632cdb6d192b /time
parent74ddc349ba6ebe7af5e384243357e6c85fe513c4 (diff)
downloadpkgsrc-1c3f0cc65652bf5358e206563693a3e84441498a.tar.gz
Update to 2.1.5
[jan] Fix character set encoding of exported vCalendar/iCalendar data. [jan] Fixed MS-SQL driver (Bug 5088). [jan] Add Catalan translation (Jordi Giralt <projecte.k2@upcnet.es>). [jan] Fix searching for non-ascii strings (Bug 4773). [cjh] Display partial hours in free/busy view (cbs@cts.ucla.edu, Request 4755). [cjh] Honor date_format preference in reminders and notifications (Bug 4726).
Diffstat (limited to 'time')
-rw-r--r--time/kronolith/Makefile4
-rw-r--r--time/kronolith/PLIST10
-rw-r--r--time/kronolith/distinfo8
3 files changed, 15 insertions, 7 deletions
diff --git a/time/kronolith/Makefile b/time/kronolith/Makefile
index 3d93fd1f90d..f1c63b32614 100644
--- a/time/kronolith/Makefile
+++ b/time/kronolith/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/12/12 21:53:06 adrianp Exp $
+# $NetBSD: Makefile,v 1.9 2007/03/18 12:11:28 adrianp Exp $
DISTNAME= kronolith-h3-${KRONOLITHVER}
PKGNAME= kronolith-${KRONOLITHVER}
@@ -20,7 +20,7 @@ DOCDIR= ${PREFIX}/share/doc/kronolith
EGDIR= ${PREFIX}/share/examples/kronolith
HORDEDIR= ${PREFIX}/share/horde
KRONOLITHDIR= ${HORDEDIR}/kronolith
-KRONOLITHVER= 2.1.4
+KRONOLITHVER= 2.1.5
PAXDIRS= js lib locale po scripts templates themes
MESSAGE_SUBST+= KRONOLITHDIR=${KRONOLITHDIR:Q}
diff --git a/time/kronolith/PLIST b/time/kronolith/PLIST
index 29a0a8fbce2..53ddcbf27ed 100644
--- a/time/kronolith/PLIST
+++ b/time/kronolith/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2006/12/12 21:53:06 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.6 2007/03/18 12:11:41 adrianp Exp $
share/doc/kronolith/INSTALL
share/doc/kronolith/README
share/doc/kronolith/RELEASE_NOTES
@@ -51,10 +51,13 @@ share/horde/kronolith/lib/WeekView.php
share/horde/kronolith/lib/api.php
share/horde/kronolith/lib/base.php
share/horde/kronolith/lib/prefs.php
+share/horde/kronolith/lib/tests/toicalendar.phpt
share/horde/kronolith/lib/version.php
share/horde/kronolith/locale/ar_SY/LC_MESSAGES/kronolith.mo
share/horde/kronolith/locale/sl_SI/LC_MESSAGES/kronolith.mo
share/horde/kronolith/locale/bg_BG/LC_MESSAGES/kronolith.mo
+share/horde/kronolith/locale/ca_ES/LC_MESSAGES/kronolith.mo
+share/horde/kronolith/locale/ca_ES/help.xml
share/horde/kronolith/locale/cs_CZ/LC_MESSAGES/kronolith.mo
share/horde/kronolith/locale/da_DK/LC_MESSAGES/kronolith.mo
share/horde/kronolith/locale/de_DE/LC_MESSAGES/kronolith.mo
@@ -66,6 +69,7 @@ share/horde/kronolith/locale/es_ES/help.xml
share/horde/kronolith/locale/fi_FI/LC_MESSAGES/kronolith.mo
share/horde/kronolith/locale/fi_FI/help.xml
share/horde/kronolith/locale/fr_FR/LC_MESSAGES/kronolith.mo
+share/horde/kronolith/locale/fr_FR/help.xml
share/horde/kronolith/locale/hu_HU/LC_MESSAGES/kronolith.mo
share/horde/kronolith/locale/hu_HU/help.xml
share/horde/kronolith/locale/it_IT/LC_MESSAGES/kronolith.mo
@@ -91,6 +95,7 @@ share/horde/kronolith/month.php
share/horde/kronolith/po/README
share/horde/kronolith/po/ar_SY.po
share/horde/kronolith/po/bg_BG.po
+share/horde/kronolith/po/ca_ES.po
share/horde/kronolith/po/cs_CZ.po
share/horde/kronolith/po/da_DK.po
share/horde/kronolith/po/de_DE.po
@@ -294,6 +299,8 @@ share/horde/kronolith/year.php
@dirrm share/horde/kronolith/locale/da_DK
@dirrm share/horde/kronolith/locale/cs_CZ/LC_MESSAGES
@dirrm share/horde/kronolith/locale/cs_CZ
+@dirrm share/horde/kronolith/locale/ca_ES/LC_MESSAGES
+@dirrm share/horde/kronolith/locale/ca_ES
@dirrm share/horde/kronolith/locale/bg_BG/LC_MESSAGES
@dirrm share/horde/kronolith/locale/bg_BG
@dirrm share/horde/kronolith/locale/ar_SY/LC_MESSAGES
@@ -304,6 +311,7 @@ share/horde/kronolith/year.php
@dirrm share/horde/kronolith/lib/FBView
@dirrm share/horde/kronolith/lib/Driver
@dirrm share/horde/kronolith/lib/Block
+@dirrm share/horde/kronolith/lib/tests
@dirrm share/horde/kronolith/lib
@dirrm share/horde/kronolith/js
@unexec ${RMDIR} %D/share/horde/kronolith/config 2>/dev/null || ${TRUE}
diff --git a/time/kronolith/distinfo b/time/kronolith/distinfo
index 699d6f9ac23..31cd0e503cc 100644
--- a/time/kronolith/distinfo
+++ b/time/kronolith/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2006/12/12 21:53:06 adrianp Exp $
+$NetBSD: distinfo,v 1.5 2007/03/18 12:11:41 adrianp Exp $
-SHA1 (kronolith-h3-2.1.4.tar.gz) = 289b29ac5334c88faabc8eca950ab47833e62a37
-RMD160 (kronolith-h3-2.1.4.tar.gz) = 65169d66996841ff32c15227d439460fc5522713
-Size (kronolith-h3-2.1.4.tar.gz) = 1691114 bytes
+SHA1 (kronolith-h3-2.1.5.tar.gz) = 10e0c6a56353849d638cdb5a6022efd783369fff
+RMD160 (kronolith-h3-2.1.5.tar.gz) = 9224a5a5f002f65be276faad1cfd930575f199b0
+Size (kronolith-h3-2.1.5.tar.gz) = 1777405 bytes