pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/ingo Update to ingo 1.1.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/b729ff3055f0
branches: trunk
changeset: 512629:b729ff3055f0
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Fri May 12 20:52:03 2006 +0000
description:
Update to ingo 1.1.1
>
> Major changes compared to the Ingo H3 (1.1) version are:
> * Restored backward compatibility with Horde 3.0.x.
> * Enabled the filter setting to stop further filtering by default.
> * Small bug fixes and improvements.
> * New translations: Estonian, Greek.
> * Updated translations: Danish, Dutch, German.
>
> The full list of changes (from version H3 (1.1)) can be viewed here:
>
> http://cvs.horde.org/diff.php/ingo/docs/CHANGES?r1=1.55.2.39&r2=1.55.2.49&ty=h
diffstat:
mail/ingo/Makefile | 9 ++++-----
mail/ingo/PLIST | 11 +++++++++--
mail/ingo/distinfo | 8 ++++----
3 files changed, 17 insertions(+), 11 deletions(-)
diffs (100 lines):
diff -r 09e394cf5949 -r b729ff3055f0 mail/ingo/Makefile
--- a/mail/ingo/Makefile Fri May 12 20:48:37 2006 +0000
+++ b/mail/ingo/Makefile Fri May 12 20:52:03 2006 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2006/04/29 09:23:19 adrianp Exp $
+# $NetBSD: Makefile,v 1.4 2006/05/12 20:52:03 adrianp Exp $
DISTNAME= ingo-h3-${INGOVER}
-PKGREVISION= 1
PKGNAME= ingo-${INGOVER}
CATEGORIES= mail www
MASTER_SITES= http://ftp.horde.org/pub/ingo/ \
@@ -19,7 +18,7 @@
EGDIR= ${PREFIX}/share/examples/ingo
HORDEDIR= ${PREFIX}/share/horde
INGODIR= ${HORDEDIR}/ingo
-INGOVER= 1.1
+INGOVER= 1.1.1
PAXDIRS= lib locale po scripts templates themes
MESSAGE_SUBST+= INGODIR=${INGODIR:Q}
@@ -67,11 +66,11 @@
${INSTALL_DATA} ${WRKSRC}/docs/UPGRADING ${DOCDIR}
. for d in ${PAXDIRS}
- ${INSTALL_DATA_DIR} ${INGODIR}/${d}
+ ${INSTALL_DATA_DIR} ${INGODIR}/${d:Q}
. endfor
. for d in ${PAXDIRS}
- @cd ${WRKSRC}/${d} && ${PAX} -rwpma . ${INGODIR}/${d}
+ @cd ${WRKSRC}/${d:Q} && ${PAX} -rwpma . ${INGODIR}/${d:Q}
. endfor
${INSTALL_DATA} ${WRKSRC}/config/*.dist ${INGODIR}/config
diff -r 09e394cf5949 -r b729ff3055f0 mail/ingo/PLIST
--- a/mail/ingo/PLIST Fri May 12 20:48:37 2006 +0000
+++ b/mail/ingo/PLIST Fri May 12 20:52:03 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2006/04/05 22:32:18 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/05/12 20:52:03 adrianp Exp $
share/doc/ingo/INSTALL
share/doc/ingo/README
share/doc/ingo/RELEASE_NOTES
@@ -35,9 +35,11 @@
share/horde/ingo/locale/da_DK/LC_MESSAGES/ingo.mo
share/horde/ingo/locale/de_DE/LC_MESSAGES/ingo.mo
share/horde/ingo/locale/de_DE/help.xml
+share/horde/ingo/locale/el_GR/LC_MESSAGES/ingo.mo
share/horde/ingo/locale/en_US/help.xml
share/horde/ingo/locale/es_ES/LC_MESSAGES/ingo.mo
share/horde/ingo/locale/es_ES/help.xml
+share/horde/ingo/locale/et_EE/LC_MESSAGES/ingo.mo
share/horde/ingo/locale/fi_FI/LC_MESSAGES/ingo.mo
share/horde/ingo/locale/fi_FI/help.xml
share/horde/ingo/locale/fr_FR/LC_MESSAGES/ingo.mo
@@ -60,7 +62,9 @@
share/horde/ingo/po/cs_CZ.po
share/horde/ingo/po/da_DK.po
share/horde/ingo/po/de_DE.po
+share/horde/ingo/po/el_GR.po
share/horde/ingo/po/es_ES.po
+share/horde/ingo/po/et_EE.po
share/horde/ingo/po/fi_FI.po
share/horde/ingo/po/fr_FR.po
share/horde/ingo/po/hu_HU.po
@@ -87,7 +91,6 @@
share/horde/ingo/templates/filters/filter.html
share/horde/ingo/templates/filters/footer.inc
share/horde/ingo/templates/filters/header.inc
-share/horde/ingo/templates/filters/javascript.inc
share/horde/ingo/templates/filters/settings.inc
share/horde/ingo/templates/forward/forward.inc
share/horde/ingo/templates/javascript/new_folder.js
@@ -161,8 +164,12 @@
@dirrm share/horde/ingo/locale/fr_FR
@dirrm share/horde/ingo/locale/fi_FI/LC_MESSAGES
@dirrm share/horde/ingo/locale/fi_FI
+@dirrm share/horde/ingo/locale/el_GR/LC_MESSAGES
+@dirrm share/horde/ingo/locale/el_GR/
@dirrm share/horde/ingo/locale/es_ES/LC_MESSAGES
@dirrm share/horde/ingo/locale/es_ES
+@dirrm share/horde/ingo/locale/et_EE/LC_MESSAGES
+@dirrm share/horde/ingo/locale/et_EE/
@dirrm share/horde/ingo/locale/en_US
@dirrm share/horde/ingo/locale/de_DE/LC_MESSAGES
@dirrm share/horde/ingo/locale/de_DE
diff -r 09e394cf5949 -r b729ff3055f0 mail/ingo/distinfo
--- a/mail/ingo/distinfo Fri May 12 20:48:37 2006 +0000
+++ b/mail/ingo/distinfo Fri May 12 20:52:03 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/03/31 22:06:34 adrianp Exp $
+$NetBSD: distinfo,v 1.2 2006/05/12 20:52:03 adrianp Exp $
-SHA1 (ingo-h3-1.1.tar.gz) = caab6a99e1c9e00202145e37e0db362065f98330
-RMD160 (ingo-h3-1.1.tar.gz) = c4dee2d16d8fd9b34f041835cd93f4a181ae4450
-Size (ingo-h3-1.1.tar.gz) = 995873 bytes
+SHA1 (ingo-h3-1.1.1.tar.gz) = cd915e19ff7cee83a1c7f5d77029729debb3abc5
+RMD160 (ingo-h3-1.1.1.tar.gz) = 792fc657a9bbefeafaff698737628cbbe0f6e35e
+Size (ingo-h3-1.1.1.tar.gz) = 1201511 bytes
Home |
Main Index |
Thread Index |
Old Index