diff options
author | thierry <thierry@FreeBSD.org> | 2005-10-17 05:54:15 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-10-17 05:54:15 +0800 |
commit | acb2834aac272e6b5e24fd1ac3a24bae046bca97 (patch) | |
tree | 4114214cd34de718941725446f8752e9bec1c1fc /deskutils | |
parent | c10b12daddd5dd881e955809d6bb5bb6087fbf88 (diff) | |
download | freebsd-ports-gnome-acb2834aac272e6b5e24fd1ac3a24bae046bca97.tar.gz freebsd-ports-gnome-acb2834aac272e6b5e24fd1ac3a24bae046bca97.tar.zst freebsd-ports-gnome-acb2834aac272e6b5e24fd1ac3a24bae046bca97.zip |
Upgrade to 2.0.2.
Changelog at
<http://cvs.horde.org/diff.php/mnemo/docs/CHANGES?r1=1.63.2.4&r2=1.63.2.16&ty=h>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/horde-mnemo/Makefile | 2 | ||||
-rw-r--r-- | deskutils/horde-mnemo/distinfo | 4 | ||||
-rw-r--r-- | deskutils/horde-mnemo/pkg-plist | 7 | ||||
-rw-r--r-- | deskutils/horde4-mnemo/Makefile | 2 | ||||
-rw-r--r-- | deskutils/horde4-mnemo/distinfo | 4 | ||||
-rw-r--r-- | deskutils/horde4-mnemo/pkg-plist | 7 | ||||
-rw-r--r-- | deskutils/mnemo/Makefile | 2 | ||||
-rw-r--r-- | deskutils/mnemo/distinfo | 4 | ||||
-rw-r--r-- | deskutils/mnemo/pkg-plist | 7 |
9 files changed, 30 insertions, 9 deletions
diff --git a/deskutils/horde-mnemo/Makefile b/deskutils/horde-mnemo/Makefile index f6d805d4de16..d7e52c650651 100644 --- a/deskutils/horde-mnemo/Makefile +++ b/deskutils/horde-mnemo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mnemo -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= deskutils www MASTER_SITES= ftp://ftp.horde.org/pub/mnemo/ \ ftp://ftp.planetmirror.com/pub/horde/mnemo/ \ diff --git a/deskutils/horde-mnemo/distinfo b/deskutils/horde-mnemo/distinfo index bffc4bb8c7e0..c42d7ab3b2c1 100644 --- a/deskutils/horde-mnemo/distinfo +++ b/deskutils/horde-mnemo/distinfo @@ -1,2 +1,2 @@ -MD5 (mnemo-h3-2.0.1.tar.gz) = eca23463b7340b8bc1e7b5be2353bdc9 -SIZE (mnemo-h3-2.0.1.tar.gz) = 845268 +MD5 (mnemo-h3-2.0.2.tar.gz) = 00b2eab008cffaddf34e2e02f6775336 +SIZE (mnemo-h3-2.0.2.tar.gz) = 941345 diff --git a/deskutils/horde-mnemo/pkg-plist b/deskutils/horde-mnemo/pkg-plist index f1f5fbdb9b2e..bd49f0ba7c18 100644 --- a/deskutils/horde-mnemo/pkg-plist +++ b/deskutils/horde-mnemo/pkg-plist @@ -40,6 +40,7 @@ etc/horde/httpd.conf.mnemo %%MNEMODIR%%/locale/hu_HU/help.xml %%MNEMODIR%%/locale/it_IT/LC_MESSAGES/mnemo.mo %%MNEMODIR%%/locale/it_IT/help.xml +%%MNEMODIR%%/locale/ja_JP/LC_MESSAGES/mnemo.mo %%MNEMODIR%%/locale/lt_LT/LC_MESSAGES/mnemo.mo %%MNEMODIR%%/locale/lv_LV/LC_MESSAGES/mnemo.mo %%MNEMODIR%%/locale/lv_LV/help.xml @@ -68,6 +69,7 @@ etc/horde/httpd.conf.mnemo %%MNEMODIR%%/po/fr_FR.po %%MNEMODIR%%/po/hu_HU.po %%MNEMODIR%%/po/it_IT.po +%%MNEMODIR%%/po/ja_JP.po %%MNEMODIR%%/po/lt_LT.po %%MNEMODIR%%/po/lv_LV.po %%MNEMODIR%%/po/mnemo.pot @@ -84,7 +86,9 @@ etc/horde/httpd.conf.mnemo %%MNEMODIR%%/po/zh_TW.po %%MNEMODIR%%/scripts/.htaccess %%MNEMODIR%%/scripts/sql/mnemo.sql +%%MNEMODIR%%/scripts/sql/mnemo.oci8.sql %%MNEMODIR%%/scripts/upgrades/1.1_to_2.0.mysql.sql +%%MNEMODIR%%/scripts/upgrades/1.1_to_2.0.pgsq.sql %%MNEMODIR%%/scripts/upgrades/2004-12-21_add_memo_uid.sql %%MNEMODIR%%/search.php %%MNEMODIR%%/templates/common-header.inc @@ -103,6 +107,7 @@ etc/horde/httpd.conf.mnemo %%MNEMODIR%%/templates/search/search.inc %%MNEMODIR%%/templates/view/memo.inc %%MNEMODIR%%/themes/graphics/add.png +%%MNEMODIR%%/themes/graphics/favicon.ico %%MNEMODIR%%/themes/graphics/mnemo.png %%MNEMODIR%%/themes/graphics/notepads.png %%MNEMODIR%%/view.php @@ -147,6 +152,8 @@ etc/horde/httpd.conf.mnemo @dirrm %%MNEMODIR%%/locale/lv_LV @dirrm %%MNEMODIR%%/locale/lt_LT/LC_MESSAGES @dirrm %%MNEMODIR%%/locale/lt_LT +@dirrm %%MNEMODIR%%/locale/ja_JP/LC_MESSAGES +@dirrm %%MNEMODIR%%/locale/ja_JP @dirrm %%MNEMODIR%%/locale/it_IT/LC_MESSAGES @dirrm %%MNEMODIR%%/locale/it_IT @dirrm %%MNEMODIR%%/locale/hu_HU/LC_MESSAGES diff --git a/deskutils/horde4-mnemo/Makefile b/deskutils/horde4-mnemo/Makefile index f6d805d4de16..d7e52c650651 100644 --- a/deskutils/horde4-mnemo/Makefile +++ b/deskutils/horde4-mnemo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mnemo -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= deskutils www MASTER_SITES= ftp://ftp.horde.org/pub/mnemo/ \ ftp://ftp.planetmirror.com/pub/horde/mnemo/ \ diff --git a/deskutils/horde4-mnemo/distinfo b/deskutils/horde4-mnemo/distinfo index bffc4bb8c7e0..c42d7ab3b2c1 100644 --- a/deskutils/horde4-mnemo/distinfo +++ b/deskutils/horde4-mnemo/distinfo @@ -1,2 +1,2 @@ -MD5 (mnemo-h3-2.0.1.tar.gz) = eca23463b7340b8bc1e7b5be2353bdc9 -SIZE (mnemo-h3-2.0.1.tar.gz) = 845268 +MD5 (mnemo-h3-2.0.2.tar.gz) = 00b2eab008cffaddf34e2e02f6775336 +SIZE (mnemo-h3-2.0.2.tar.gz) = 941345 diff --git a/deskutils/horde4-mnemo/pkg-plist b/deskutils/horde4-mnemo/pkg-plist index f1f5fbdb9b2e..bd49f0ba7c18 100644 --- a/deskutils/horde4-mnemo/pkg-plist +++ b/deskutils/horde4-mnemo/pkg-plist @@ -40,6 +40,7 @@ etc/horde/httpd.conf.mnemo %%MNEMODIR%%/locale/hu_HU/help.xml %%MNEMODIR%%/locale/it_IT/LC_MESSAGES/mnemo.mo %%MNEMODIR%%/locale/it_IT/help.xml +%%MNEMODIR%%/locale/ja_JP/LC_MESSAGES/mnemo.mo %%MNEMODIR%%/locale/lt_LT/LC_MESSAGES/mnemo.mo %%MNEMODIR%%/locale/lv_LV/LC_MESSAGES/mnemo.mo %%MNEMODIR%%/locale/lv_LV/help.xml @@ -68,6 +69,7 @@ etc/horde/httpd.conf.mnemo %%MNEMODIR%%/po/fr_FR.po %%MNEMODIR%%/po/hu_HU.po %%MNEMODIR%%/po/it_IT.po +%%MNEMODIR%%/po/ja_JP.po %%MNEMODIR%%/po/lt_LT.po %%MNEMODIR%%/po/lv_LV.po %%MNEMODIR%%/po/mnemo.pot @@ -84,7 +86,9 @@ etc/horde/httpd.conf.mnemo %%MNEMODIR%%/po/zh_TW.po %%MNEMODIR%%/scripts/.htaccess %%MNEMODIR%%/scripts/sql/mnemo.sql +%%MNEMODIR%%/scripts/sql/mnemo.oci8.sql %%MNEMODIR%%/scripts/upgrades/1.1_to_2.0.mysql.sql +%%MNEMODIR%%/scripts/upgrades/1.1_to_2.0.pgsq.sql %%MNEMODIR%%/scripts/upgrades/2004-12-21_add_memo_uid.sql %%MNEMODIR%%/search.php %%MNEMODIR%%/templates/common-header.inc @@ -103,6 +107,7 @@ etc/horde/httpd.conf.mnemo %%MNEMODIR%%/templates/search/search.inc %%MNEMODIR%%/templates/view/memo.inc %%MNEMODIR%%/themes/graphics/add.png +%%MNEMODIR%%/themes/graphics/favicon.ico %%MNEMODIR%%/themes/graphics/mnemo.png %%MNEMODIR%%/themes/graphics/notepads.png %%MNEMODIR%%/view.php @@ -147,6 +152,8 @@ etc/horde/httpd.conf.mnemo @dirrm %%MNEMODIR%%/locale/lv_LV @dirrm %%MNEMODIR%%/locale/lt_LT/LC_MESSAGES @dirrm %%MNEMODIR%%/locale/lt_LT +@dirrm %%MNEMODIR%%/locale/ja_JP/LC_MESSAGES +@dirrm %%MNEMODIR%%/locale/ja_JP @dirrm %%MNEMODIR%%/locale/it_IT/LC_MESSAGES @dirrm %%MNEMODIR%%/locale/it_IT @dirrm %%MNEMODIR%%/locale/hu_HU/LC_MESSAGES diff --git a/deskutils/mnemo/Makefile b/deskutils/mnemo/Makefile index f6d805d4de16..d7e52c650651 100644 --- a/deskutils/mnemo/Makefile +++ b/deskutils/mnemo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mnemo -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= deskutils www MASTER_SITES= ftp://ftp.horde.org/pub/mnemo/ \ ftp://ftp.planetmirror.com/pub/horde/mnemo/ \ diff --git a/deskutils/mnemo/distinfo b/deskutils/mnemo/distinfo index bffc4bb8c7e0..c42d7ab3b2c1 100644 --- a/deskutils/mnemo/distinfo +++ b/deskutils/mnemo/distinfo @@ -1,2 +1,2 @@ -MD5 (mnemo-h3-2.0.1.tar.gz) = eca23463b7340b8bc1e7b5be2353bdc9 -SIZE (mnemo-h3-2.0.1.tar.gz) = 845268 +MD5 (mnemo-h3-2.0.2.tar.gz) = 00b2eab008cffaddf34e2e02f6775336 +SIZE (mnemo-h3-2.0.2.tar.gz) = 941345 diff --git a/deskutils/mnemo/pkg-plist b/deskutils/mnemo/pkg-plist index f1f5fbdb9b2e..bd49f0ba7c18 100644 --- a/deskutils/mnemo/pkg-plist +++ b/deskutils/mnemo/pkg-plist @@ -40,6 +40,7 @@ etc/horde/httpd.conf.mnemo %%MNEMODIR%%/locale/hu_HU/help.xml %%MNEMODIR%%/locale/it_IT/LC_MESSAGES/mnemo.mo %%MNEMODIR%%/locale/it_IT/help.xml +%%MNEMODIR%%/locale/ja_JP/LC_MESSAGES/mnemo.mo %%MNEMODIR%%/locale/lt_LT/LC_MESSAGES/mnemo.mo %%MNEMODIR%%/locale/lv_LV/LC_MESSAGES/mnemo.mo %%MNEMODIR%%/locale/lv_LV/help.xml @@ -68,6 +69,7 @@ etc/horde/httpd.conf.mnemo %%MNEMODIR%%/po/fr_FR.po %%MNEMODIR%%/po/hu_HU.po %%MNEMODIR%%/po/it_IT.po +%%MNEMODIR%%/po/ja_JP.po %%MNEMODIR%%/po/lt_LT.po %%MNEMODIR%%/po/lv_LV.po %%MNEMODIR%%/po/mnemo.pot @@ -84,7 +86,9 @@ etc/horde/httpd.conf.mnemo %%MNEMODIR%%/po/zh_TW.po %%MNEMODIR%%/scripts/.htaccess %%MNEMODIR%%/scripts/sql/mnemo.sql +%%MNEMODIR%%/scripts/sql/mnemo.oci8.sql %%MNEMODIR%%/scripts/upgrades/1.1_to_2.0.mysql.sql +%%MNEMODIR%%/scripts/upgrades/1.1_to_2.0.pgsq.sql %%MNEMODIR%%/scripts/upgrades/2004-12-21_add_memo_uid.sql %%MNEMODIR%%/search.php %%MNEMODIR%%/templates/common-header.inc @@ -103,6 +107,7 @@ etc/horde/httpd.conf.mnemo %%MNEMODIR%%/templates/search/search.inc %%MNEMODIR%%/templates/view/memo.inc %%MNEMODIR%%/themes/graphics/add.png +%%MNEMODIR%%/themes/graphics/favicon.ico %%MNEMODIR%%/themes/graphics/mnemo.png %%MNEMODIR%%/themes/graphics/notepads.png %%MNEMODIR%%/view.php @@ -147,6 +152,8 @@ etc/horde/httpd.conf.mnemo @dirrm %%MNEMODIR%%/locale/lv_LV @dirrm %%MNEMODIR%%/locale/lt_LT/LC_MESSAGES @dirrm %%MNEMODIR%%/locale/lt_LT +@dirrm %%MNEMODIR%%/locale/ja_JP/LC_MESSAGES +@dirrm %%MNEMODIR%%/locale/ja_JP @dirrm %%MNEMODIR%%/locale/it_IT/LC_MESSAGES @dirrm %%MNEMODIR%%/locale/it_IT @dirrm %%MNEMODIR%%/locale/hu_HU/LC_MESSAGES |