Wed Nov 10 12:50:20 2010 UTC ()
Changes 1.2.5:
* Fix procmail vacation rule if no dates are set
* Fix filtering only unseen message if rule should filter all messages in
  IMAP driver

Changes 1.2.4:
* Correctly escape addresses in procmail driver
* Fix procmail scripts when using composite headers
* Support some non-standard Date: headers in Sieve vacation rules
* Support composite header rules with IMAP backends
* Fix unconditional debug output with Net_Sieve earlier than 1.2.0
* Add Sieve configuration to use UTF-8 encoded folder names (for Dovecot)

Changes 1.2.3:
* Log Sieve communication with DEBUG log level.
* Fix Oracle SQL scripts.
* Add Croatian translation
* Add PostgreSQL-specific upgrade script
* Fix procmail vacation rule
* Prevent deadlock with vacation rule in maildrop driver


(adam)
diff -r1.16 -r1.17 pkgsrc/mail/ingo/Makefile
diff -r1.11 -r1.12 pkgsrc/mail/ingo/PLIST
diff -r1.8 -r1.9 pkgsrc/mail/ingo/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/mail/ingo/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/ingo/Makefile 2009/07/17 18:00:17 1.16
+++ pkgsrc/mail/ingo/Makefile 2010/11/10 12:50:20 1.17
@@ -1,56 +1,56 @@ @@ -1,56 +1,56 @@
1# $NetBSD: Makefile,v 1.16 2009/07/17 18:00:17 adrianp Exp $ 1# $NetBSD: Makefile,v 1.17 2010/11/10 12:50:20 adam Exp $
2 2
3DISTNAME= ingo-h3-${INGOVER} 3DISTNAME= ingo-h3-${INGOVER}
4PKGNAME= ingo-${INGOVER} 4PKGNAME= ingo-${INGOVER}
5CATEGORIES= mail www 5CATEGORIES= mail www
6MASTER_SITES= http://ftp.horde.org/pub/ingo/ \ 6MASTER_SITES= http://ftp.horde.org/pub/ingo/ \
7 ftp://ftp.horde.org/pub/ingo/ 7 ftp://ftp.horde.org/pub/ingo/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.horde.org/ingo/ 10HOMEPAGE= http://www.horde.org/ingo/
11COMMENT= Horde based generic and complete mail filter rule frontend 11COMMENT= Horde based generic and complete mail filter rule frontend
12 12
13DEPENDS+= horde>=3.2:../../www/horde 13DEPENDS+= horde>=3.2:../../www/horde
14 14
15PKG_DESTDIR_SUPPORT= destdir 15PKG_DESTDIR_SUPPORT= destdir
16 16
17.include "../../mk/bsd.prefs.mk" 17.include "../../mk/bsd.prefs.mk"
18 18
19USE_TOOLS+= pax 19USE_TOOLS+= pax
20 20
21DOCDIR= ${PREFIX}/share/doc/ingo 21DOCDIR= ${PREFIX}/share/doc/ingo
22EGDIR= ${PREFIX}/share/examples/ingo 22EGDIR= ${PREFIX}/share/examples/ingo
23HORDEDIR= ${PREFIX}/share/horde 23HORDEDIR= ${PREFIX}/share/horde
24INGODIR= ${HORDEDIR}/ingo 24INGODIR= ${HORDEDIR}/ingo
25INGOVER= 1.2.1 25INGOVER= 1.2.5
26PAXDIRS= lib locale po scripts templates themes 26PAXDIRS= lib locale po scripts templates themes
27 27
28MESSAGE_SUBST+= INGODIR=${INGODIR:Q} 28MESSAGE_SUBST+= INGODIR=${INGODIR}
29MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q} 29MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
30 30
31PKG_SYSCONFSUBDIR?= httpd 31PKG_SYSCONFSUBDIR?= httpd
32USE_PKGINSTALL= YES 32USE_PKGINSTALL= yes
33 33
34SUBST_CLASSES+= files 34SUBST_CLASSES+= files
35SUBST_STAGE.files= post-build 35SUBST_STAGE.files= post-build
36SUBST_FILES.files= ingo.conf.dist 36SUBST_FILES.files= ingo.conf.dist
37SUBST_SED.files= -e "s|@INGODIR@|${INGODIR}|g" 37SUBST_SED.files= -e "s|@INGODIR@|${INGODIR}|g"
38SUBST_MESSAGE.files= Fixing configuration files. 38SUBST_MESSAGE.files= Fixing configuration files.
39 39
40REPLACE_INTERPRETER+= php 40REPLACE_INTERPRETER+= php
41REPLACE.php.old= .*/bin/php 41REPLACE.php.old= .*/bin/php
42REPLACE.php.new= ${PREFIX}/bin/php 42REPLACE.php.new= ${PREFIX}/bin/php
43REPLACE_FILES.php= scripts/upgrades/convert_prefs_to_sql.php 43REPLACE_FILES.php= scripts/upgrades/convert_prefs_to_sql.php
44 44
45PKG_USERS_VARS+= APACHE_USER 45PKG_USERS_VARS+= APACHE_USER
46BUILD_DEFS= APACHE_USER 46BUILD_DEFS= APACHE_USER
47 47
48CONF_FILES= ${EGDIR}/ingo.conf ${PKG_SYSCONFDIR}/ingo.conf 48CONF_FILES= ${EGDIR}/ingo.conf ${PKG_SYSCONFDIR}/ingo.conf
49CONF_FILES_PERMS+= ${INGODIR}/config/conf.xml.dist \ 49CONF_FILES_PERMS+= ${INGODIR}/config/conf.xml.dist \
50 ${INGODIR}/config/conf.xml \ 50 ${INGODIR}/config/conf.xml \
51 ${APACHE_USER} ${ROOT_GROUP} 0440 51 ${APACHE_USER} ${ROOT_GROUP} 0440
52CONF_FILES_PERMS+= ${INGODIR}/config/backends.php.dist \ 52CONF_FILES_PERMS+= ${INGODIR}/config/backends.php.dist \
53 ${INGODIR}/config/backends.php \ 53 ${INGODIR}/config/backends.php \
54 ${APACHE_USER} ${ROOT_GROUP} 0440 54 ${APACHE_USER} ${ROOT_GROUP} 0440
55CONF_FILES_PERMS+= ${INGODIR}/config/fields.php.dist \ 55CONF_FILES_PERMS+= ${INGODIR}/config/fields.php.dist \
56 ${INGODIR}/config/fields.php \ 56 ${INGODIR}/config/fields.php \
@@ -66,34 +66,31 @@ do-build: @@ -66,34 +66,31 @@ do-build:
66 ${CP} ${WRKSRC}/config/conf.xml ${WRKSRC}/config/conf.xml.dist 66 ${CP} ${WRKSRC}/config/conf.xml ${WRKSRC}/config/conf.xml.dist
67 ${FIND} ${WRKSRC} -name .htaccess -print | ${XARGS} ${RM} -f 67 ${FIND} ${WRKSRC} -name .htaccess -print | ${XARGS} ${RM} -f
68 68
69do-install: 69do-install:
70 ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR} 70 ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
71 ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR} 71 ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
72 ${INSTALL_DATA_DIR} ${DESTDIR}${INGODIR} 72 ${INSTALL_DATA_DIR} ${DESTDIR}${INGODIR}
73 ${INSTALL_DATA_DIR} ${DESTDIR}${INGODIR}/config 73 ${INSTALL_DATA_DIR} ${DESTDIR}${INGODIR}/config
74 ${INSTALL_DATA} ${WRKSRC}/ingo.conf.dist ${DESTDIR}${EGDIR}/ingo.conf 74 ${INSTALL_DATA} ${WRKSRC}/ingo.conf.dist ${DESTDIR}${EGDIR}/ingo.conf
75 ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR} 75 ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR}
76 ${INSTALL_DATA} ${WRKSRC}/docs/INSTALL ${DESTDIR}${DOCDIR} 76 ${INSTALL_DATA} ${WRKSRC}/docs/INSTALL ${DESTDIR}${DOCDIR}
77 ${INSTALL_DATA} ${WRKSRC}/docs/RELEASE_NOTES ${DESTDIR}${DOCDIR} 77 ${INSTALL_DATA} ${WRKSRC}/docs/RELEASE_NOTES ${DESTDIR}${DOCDIR}
78 ${INSTALL_DATA} ${WRKSRC}/docs/UPGRADING ${DESTDIR}${DOCDIR} 78 ${INSTALL_DATA} ${WRKSRC}/docs/UPGRADING ${DESTDIR}${DOCDIR}
79 79.for d in ${PAXDIRS}
80. for d in ${PAXDIRS} 
81 ${INSTALL_DATA_DIR} ${DESTDIR}${INGODIR}/${d:Q} 80 ${INSTALL_DATA_DIR} ${DESTDIR}${INGODIR}/${d:Q}
82. endfor 81.endfor
83 82.for d in ${PAXDIRS}
84. for d in ${PAXDIRS} 
85 cd ${WRKSRC}/${d:Q} && pax -rwpma . ${DESTDIR}${INGODIR}/${d:Q} 83 cd ${WRKSRC}/${d:Q} && pax -rwpma . ${DESTDIR}${INGODIR}/${d:Q}
86. endfor 84.endfor
87 
88 ${INSTALL_DATA} ${WRKSRC}/config/*.dist ${DESTDIR}${INGODIR}/config 85 ${INSTALL_DATA} ${WRKSRC}/config/*.dist ${DESTDIR}${INGODIR}/config
89 ${INSTALL_DATA} ${WRKSRC}/*.php ${DESTDIR}${INGODIR} 86 ${INSTALL_DATA} ${WRKSRC}/*.php ${DESTDIR}${INGODIR}
90 ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DESTDIR}${INGODIR} 87 ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DESTDIR}${INGODIR}
91 ${FIND} ${DESTDIR}${INGODIR} -type d -print | \ 88 ${FIND} ${DESTDIR}${INGODIR} -type d -print | \
92 ${XARGS} ${CHMOD} ${PKGDIRMODE} 89 ${XARGS} ${CHMOD} ${PKGDIRMODE}
93 ${FIND} ${DESTDIR}${INGODIR} -type f -print | \ 90 ${FIND} ${DESTDIR}${INGODIR} -type f -print | \
94 ${XARGS} ${CHMOD} ${SHAREMODE} 91 ${XARGS} ${CHMOD} ${SHAREMODE}
95 ${CHOWN} ${APACHE_USER}:${SHAREGRP} ${DESTDIR}${INGODIR}/config 92 ${CHOWN} ${APACHE_USER}:${SHAREGRP} ${DESTDIR}${INGODIR}/config
96 ${CHMOD} 0750 ${DESTDIR}${INGODIR}/config 93 ${CHMOD} 0750 ${DESTDIR}${INGODIR}/config
97 94
98.include "../../lang/php/phpversion.mk" 95.include "../../lang/php/phpversion.mk"
99.include "../../mk/bsd.pkg.mk" 96.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/mail/ingo/PLIST (expand / switch to unified diff)

--- pkgsrc/mail/ingo/PLIST 2009/06/14 20:45:11 1.11
+++ pkgsrc/mail/ingo/PLIST 2010/11/10 12:50:20 1.12
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.11 2009/06/14 20:45:11 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.12 2010/11/10 12:50:20 adam Exp $
2share/doc/ingo/INSTALL 2share/doc/ingo/INSTALL
3share/doc/ingo/README 3share/doc/ingo/README
4share/doc/ingo/RELEASE_NOTES 4share/doc/ingo/RELEASE_NOTES
5share/doc/ingo/UPGRADING 5share/doc/ingo/UPGRADING
6share/examples/ingo/ingo.conf 6share/examples/ingo/ingo.conf
7share/horde/ingo/blacklist.php 7share/horde/ingo/blacklist.php
8share/horde/ingo/config/backends.php.dist 8share/horde/ingo/config/backends.php.dist
9share/horde/ingo/config/conf.xml.dist 9share/horde/ingo/config/conf.xml.dist
10share/horde/ingo/config/fields.php.dist 10share/horde/ingo/config/fields.php.dist
11share/horde/ingo/config/hooks.php.dist 11share/horde/ingo/config/hooks.php.dist
12share/horde/ingo/config/prefs.php.dist 12share/horde/ingo/config/prefs.php.dist
13share/horde/ingo/filters.php 13share/horde/ingo/filters.php
14share/horde/ingo/forward.php 14share/horde/ingo/forward.php
@@ -46,33 +46,35 @@ share/horde/ingo/lib/tests/TestBase.php @@ -46,33 +46,35 @@ share/horde/ingo/lib/tests/TestBase.php
46share/horde/ingo/lib/tests/_data/from_spammer 46share/horde/ingo/lib/tests/_data/from_spammer
47share/horde/ingo/lib/tests/_data/not_from_spammer 47share/horde/ingo/lib/tests/_data/not_from_spammer
48share/horde/ingo/lib/version.php 48share/horde/ingo/lib/version.php
49share/horde/ingo/locale/ca_ES/LC_MESSAGES/ingo.mo 49share/horde/ingo/locale/ca_ES/LC_MESSAGES/ingo.mo
50share/horde/ingo/locale/ca_ES/help.xml 50share/horde/ingo/locale/ca_ES/help.xml
51share/horde/ingo/locale/cs_CZ/LC_MESSAGES/ingo.mo 51share/horde/ingo/locale/cs_CZ/LC_MESSAGES/ingo.mo
52share/horde/ingo/locale/da_DK/LC_MESSAGES/ingo.mo 52share/horde/ingo/locale/da_DK/LC_MESSAGES/ingo.mo
53share/horde/ingo/locale/de_DE/LC_MESSAGES/ingo.mo 53share/horde/ingo/locale/de_DE/LC_MESSAGES/ingo.mo
54share/horde/ingo/locale/de_DE/help.xml 54share/horde/ingo/locale/de_DE/help.xml
55share/horde/ingo/locale/el_GR/LC_MESSAGES/ingo.mo 55share/horde/ingo/locale/el_GR/LC_MESSAGES/ingo.mo
56share/horde/ingo/locale/en_US/help.xml 56share/horde/ingo/locale/en_US/help.xml
57share/horde/ingo/locale/es_ES/LC_MESSAGES/ingo.mo 57share/horde/ingo/locale/es_ES/LC_MESSAGES/ingo.mo
58share/horde/ingo/locale/es_ES/help.xml 58share/horde/ingo/locale/es_ES/help.xml
 59share/horde/ingo/locale/et_EE/LC_MESSAGES/ingo.mo
59share/horde/ingo/locale/eu_ES/LC_MESSAGES/ingo.mo 60share/horde/ingo/locale/eu_ES/LC_MESSAGES/ingo.mo
60share/horde/ingo/locale/eu_ES/help.xml 61share/horde/ingo/locale/eu_ES/help.xml
61share/horde/ingo/locale/et_EE/LC_MESSAGES/ingo.mo 
62share/horde/ingo/locale/fi_FI/LC_MESSAGES/ingo.mo 62share/horde/ingo/locale/fi_FI/LC_MESSAGES/ingo.mo
63share/horde/ingo/locale/fi_FI/help.xml 63share/horde/ingo/locale/fi_FI/help.xml
64share/horde/ingo/locale/fr_FR/LC_MESSAGES/ingo.mo 64share/horde/ingo/locale/fr_FR/LC_MESSAGES/ingo.mo
65share/horde/ingo/locale/fr_FR/help.xml 65share/horde/ingo/locale/fr_FR/help.xml
 66share/horde/ingo/locale/hr_HR/LC_MESSAGES/ingo.mo
 67share/horde/ingo/locale/hr_HR/help.xml
66share/horde/ingo/locale/hu_HU/LC_MESSAGES/ingo.mo 68share/horde/ingo/locale/hu_HU/LC_MESSAGES/ingo.mo
67share/horde/ingo/locale/it_IT/LC_MESSAGES/ingo.mo 69share/horde/ingo/locale/it_IT/LC_MESSAGES/ingo.mo
68share/horde/ingo/locale/ja_JP/LC_MESSAGES/ingo.mo 70share/horde/ingo/locale/ja_JP/LC_MESSAGES/ingo.mo
69share/horde/ingo/locale/ko_KR/LC_MESSAGES/ingo.mo 71share/horde/ingo/locale/ko_KR/LC_MESSAGES/ingo.mo
70share/horde/ingo/locale/lt_LT/LC_MESSAGES/ingo.mo 72share/horde/ingo/locale/lt_LT/LC_MESSAGES/ingo.mo
71share/horde/ingo/locale/lv_LV/LC_MESSAGES/ingo.mo 73share/horde/ingo/locale/lv_LV/LC_MESSAGES/ingo.mo
72share/horde/ingo/locale/lv_LV/help.xml 74share/horde/ingo/locale/lv_LV/help.xml
73share/horde/ingo/locale/nb_NO/LC_MESSAGES/ingo.mo 75share/horde/ingo/locale/nb_NO/LC_MESSAGES/ingo.mo
74share/horde/ingo/locale/nl_NL/LC_MESSAGES/ingo.mo 76share/horde/ingo/locale/nl_NL/LC_MESSAGES/ingo.mo
75share/horde/ingo/locale/pl_PL/LC_MESSAGES/ingo.mo 77share/horde/ingo/locale/pl_PL/LC_MESSAGES/ingo.mo
76share/horde/ingo/locale/pt_BR/LC_MESSAGES/ingo.mo 78share/horde/ingo/locale/pt_BR/LC_MESSAGES/ingo.mo
77share/horde/ingo/locale/pt_PT/LC_MESSAGES/ingo.mo 79share/horde/ingo/locale/pt_PT/LC_MESSAGES/ingo.mo
78share/horde/ingo/locale/ro_RO/LC_MESSAGES/ingo.mo 80share/horde/ingo/locale/ro_RO/LC_MESSAGES/ingo.mo
@@ -85,26 +87,27 @@ share/horde/ingo/locale/uk_UA/LC_MESSAGE @@ -85,26 +87,27 @@ share/horde/ingo/locale/uk_UA/LC_MESSAGE
85share/horde/ingo/locale/zh_CN/LC_MESSAGES/ingo.mo 87share/horde/ingo/locale/zh_CN/LC_MESSAGES/ingo.mo
86share/horde/ingo/locale/zh_TW/LC_MESSAGES/ingo.mo 88share/horde/ingo/locale/zh_TW/LC_MESSAGES/ingo.mo
87share/horde/ingo/po/README 89share/horde/ingo/po/README
88share/horde/ingo/po/ca_ES.po 90share/horde/ingo/po/ca_ES.po
89share/horde/ingo/po/cs_CZ.po 91share/horde/ingo/po/cs_CZ.po
90share/horde/ingo/po/da_DK.po 92share/horde/ingo/po/da_DK.po
91share/horde/ingo/po/de_DE.po 93share/horde/ingo/po/de_DE.po
92share/horde/ingo/po/el_GR.po 94share/horde/ingo/po/el_GR.po
93share/horde/ingo/po/es_ES.po 95share/horde/ingo/po/es_ES.po
94share/horde/ingo/po/et_EE.po 96share/horde/ingo/po/et_EE.po
95share/horde/ingo/po/eu_ES.po 97share/horde/ingo/po/eu_ES.po
96share/horde/ingo/po/fi_FI.po 98share/horde/ingo/po/fi_FI.po
97share/horde/ingo/po/fr_FR.po 99share/horde/ingo/po/fr_FR.po
 100share/horde/ingo/po/hr_HR.po
98share/horde/ingo/po/hu_HU.po 101share/horde/ingo/po/hu_HU.po
99share/horde/ingo/po/ingo.pot 102share/horde/ingo/po/ingo.pot
100share/horde/ingo/po/it_IT.po 103share/horde/ingo/po/it_IT.po
101share/horde/ingo/po/ja_JP.po 104share/horde/ingo/po/ja_JP.po
102share/horde/ingo/po/ko_KR.po 105share/horde/ingo/po/ko_KR.po
103share/horde/ingo/po/lt_LT.po 106share/horde/ingo/po/lt_LT.po
104share/horde/ingo/po/lv_LV.po 107share/horde/ingo/po/lv_LV.po
105share/horde/ingo/po/nb_NO.po 108share/horde/ingo/po/nb_NO.po
106share/horde/ingo/po/nl_NL.po 109share/horde/ingo/po/nl_NL.po
107share/horde/ingo/po/pl_PL.po 110share/horde/ingo/po/pl_PL.po
108share/horde/ingo/po/pt_BR.po 111share/horde/ingo/po/pt_BR.po
109share/horde/ingo/po/pt_PT.po 112share/horde/ingo/po/pt_PT.po
110share/horde/ingo/po/ro_RO.po 113share/horde/ingo/po/ro_RO.po
@@ -112,27 +115,30 @@ share/horde/ingo/po/ru_RU.po @@ -112,27 +115,30 @@ share/horde/ingo/po/ru_RU.po
112share/horde/ingo/po/sk_SK.po 115share/horde/ingo/po/sk_SK.po
113share/horde/ingo/po/sl_SI.po 116share/horde/ingo/po/sl_SI.po
114share/horde/ingo/po/sv_SE.po 117share/horde/ingo/po/sv_SE.po
115share/horde/ingo/po/tr_TR.po 118share/horde/ingo/po/tr_TR.po
116share/horde/ingo/po/uk_UA.po 119share/horde/ingo/po/uk_UA.po
117share/horde/ingo/po/zh_CN.po 120share/horde/ingo/po/zh_CN.po
118share/horde/ingo/po/zh_TW.po 121share/horde/ingo/po/zh_TW.po
119share/horde/ingo/rule.php 122share/horde/ingo/rule.php
120share/horde/ingo/script.php 123share/horde/ingo/script.php
121share/horde/ingo/scripts/ingo-postfix-policyd 124share/horde/ingo/scripts/ingo-postfix-policyd
122share/horde/ingo/scripts/sql/ingo.oci8.sql 125share/horde/ingo/scripts/sql/ingo.oci8.sql
123share/horde/ingo/scripts/sql/ingo.sql 126share/horde/ingo/scripts/sql/ingo.sql
124share/horde/ingo/scripts/sql/ingo.xml 127share/horde/ingo/scripts/sql/ingo.xml
 128share/horde/ingo/scripts/upgrades/1.2.1_to_1.2.2.pgsql.sql
 129share/horde/ingo/scripts/upgrades/1.2.1_to_1.2.2.sql
125share/horde/ingo/scripts/upgrades/1.2_to_1.2.1.sql 130share/horde/ingo/scripts/upgrades/1.2_to_1.2.1.sql
 131share/horde/ingo/scripts/upgrades/2008-09-23_fix_group_uid.sql
126share/horde/ingo/scripts/upgrades/convert_datatree_shares_to_sql.php 132share/horde/ingo/scripts/upgrades/convert_datatree_shares_to_sql.php
127share/horde/ingo/scripts/upgrades/convert_imp_filters.php 133share/horde/ingo/scripts/upgrades/convert_imp_filters.php
128share/horde/ingo/scripts/upgrades/convert_prefs_to_sql.php 134share/horde/ingo/scripts/upgrades/convert_prefs_to_sql.php
129share/horde/ingo/spam.php 135share/horde/ingo/spam.php
130share/horde/ingo/templates/blacklist/blacklist.inc 136share/horde/ingo/templates/blacklist/blacklist.inc
131share/horde/ingo/templates/common-header.inc 137share/horde/ingo/templates/common-header.inc
132share/horde/ingo/templates/filters/filter-none.inc 138share/horde/ingo/templates/filters/filter-none.inc
133share/horde/ingo/templates/filters/filter.html 139share/horde/ingo/templates/filters/filter.html
134share/horde/ingo/templates/filters/footer.inc 140share/horde/ingo/templates/filters/footer.inc
135share/horde/ingo/templates/filters/header.inc 141share/horde/ingo/templates/filters/header.inc
136share/horde/ingo/templates/filters/settings.inc 142share/horde/ingo/templates/filters/settings.inc
137share/horde/ingo/templates/javascript/new_folder.js 143share/horde/ingo/templates/javascript/new_folder.js
138share/horde/ingo/templates/menu.inc 144share/horde/ingo/templates/menu.inc

cvs diff -r1.8 -r1.9 pkgsrc/mail/ingo/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/ingo/distinfo 2008/10/12 12:04:50 1.8
+++ pkgsrc/mail/ingo/distinfo 2010/11/10 12:50:20 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2008/10/12 12:04:50 adrianp Exp $ 1$NetBSD: distinfo,v 1.9 2010/11/10 12:50:20 adam Exp $
2 2
3SHA1 (ingo-h3-1.2.1.tar.gz) = 11eb2f179dbc9acede316a3226bc59d647081ab6 3SHA1 (ingo-h3-1.2.5.tar.gz) = be629e6e54ab7f24b1ff13b2ee5b84896fc8f1b5
4RMD160 (ingo-h3-1.2.1.tar.gz) = eae9ec1afdc70388a227014131f166d0043ac5cb 4RMD160 (ingo-h3-1.2.5.tar.gz) = 1e9eeeaa672be1677c330096b04eaab0fdeb4152
5Size (ingo-h3-1.2.1.tar.gz) = 1882501 bytes 5Size (ingo-h3-1.2.5.tar.gz) = 2041667 bytes