diff options
author | beech <beech@FreeBSD.org> | 2007-10-03 06:08:27 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-10-03 06:08:27 +0800 |
commit | 992a44b70ebde199d8ce48c1e7765ec5d9d0127e (patch) | |
tree | 67cf80e41aa6244a44b51bef871545eef8d06724 /mail | |
parent | 8c8ac363400511fc9b5e01b4b446dbfe424f21b0 (diff) | |
download | freebsd-ports-gnome-992a44b70ebde199d8ce48c1e7765ec5d9d0127e.tar.gz freebsd-ports-gnome-992a44b70ebde199d8ce48c1e7765ec5d9d0127e.tar.zst freebsd-ports-gnome-992a44b70ebde199d8ce48c1e7765ec5d9d0127e.zip |
- Update to 1.0.2
- Major changes compared to mimp 1.0.1 are:
- Add Simplified Chinese translation.
- Add Polish translation.
Approved by: sat (mentor, implicit)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/horde-mimp/Makefile | 3 | ||||
-rw-r--r-- | mail/horde-mimp/distinfo | 6 | ||||
-rw-r--r-- | mail/horde-mimp/pkg-plist | 8 |
3 files changed, 12 insertions, 5 deletions
diff --git a/mail/horde-mimp/Makefile b/mail/horde-mimp/Makefile index aec56048c127..ee1ba5ddd58e 100644 --- a/mail/horde-mimp/Makefile +++ b/mail/horde-mimp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mimp -PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTVERSION= 1.0.2 CATEGORIES= mail www MAINTAINER= beech@FreeBSD.org diff --git a/mail/horde-mimp/distinfo b/mail/horde-mimp/distinfo index 2c2467c5033e..e449aa52700c 100644 --- a/mail/horde-mimp/distinfo +++ b/mail/horde-mimp/distinfo @@ -1,3 +1,3 @@ -MD5 (mimp-h3-1.0.1.tar.gz) = 588c5b162165ccf838f5db8d45cda0d7 -SHA256 (mimp-h3-1.0.1.tar.gz) = cef9c9b06d384bc2d25ed300f9d750cfdc5db347628039580180f06000a68f4c -SIZE (mimp-h3-1.0.1.tar.gz) = 677800 +MD5 (mimp-h3-1.0.2.tar.gz) = a3d3bafdd1efceb698493b22d79b7867 +SHA256 (mimp-h3-1.0.2.tar.gz) = 4ae20bc562fa0dc8c98812d322e86f4b8a7ef51ae922878bfafbeab815f20b03 +SIZE (mimp-h3-1.0.2.tar.gz) = 766401 diff --git a/mail/horde-mimp/pkg-plist b/mail/horde-mimp/pkg-plist index 55d92b55df58..889c821f6849 100644 --- a/mail/horde-mimp/pkg-plist +++ b/mail/horde-mimp/pkg-plist @@ -43,8 +43,10 @@ %%HORDIR%%/locale/it_IT/LC_MESSAGES/mimp.mo %%HORDIR%%/locale/lt_LT/LC_MESSAGES/mimp.mo %%HORDIR%%/locale/nl_NL/LC_MESSAGES/mimp.mo +%%HORDIR%%/locale/pl_PL/LC_MESSAGES/mimp.mo %%HORDIR%%/locale/pt_PT/LC_MESSAGES/mimp.mo %%HORDIR%%/locale/ro_RO/LC_MESSAGES/mimp.mo +%%HORDIR%%/locale/zh_CN/LC_MESSAGES/mimp.mo %%HORDIR%%/login.php %%HORDIR%%/mailbox.php %%HORDIR%%/message.php @@ -59,8 +61,10 @@ %%HORDIR%%/po/lt_LT.po %%HORDIR%%/po/mimp.pot %%HORDIR%%/po/nl_NL.po +%%HORDIR%%/po/pl_PL.po %%HORDIR%%/po/pt_PT.po %%HORDIR%%/po/ro_RO.po +%%HORDIR%%/po/zh_CN.po %%HORDIR%%/redirect.php %%HORDIR%%/templates/common-header.inc %%HORDIR%%/templates/compose/compose.inc @@ -99,10 +103,14 @@ @dirrm %%HORDIR%%/locale/lt_LT @dirrm %%HORDIR%%/locale/nl_NL/LC_MESSAGES @dirrm %%HORDIR%%/locale/nl_NL +@dirrm %%HORDIR%%/locale/pl_PL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pl_PL @dirrm %%HORDIR%%/locale/pt_PT/LC_MESSAGES @dirrm %%HORDIR%%/locale/pt_PT @dirrm %%HORDIR%%/locale/ro_RO/LC_MESSAGES @dirrm %%HORDIR%%/locale/ro_RO +@dirrm %%HORDIR%%/locale/zh_CN/LC_MESSAGES +@dirrm %%HORDIR%%/locale/zh_CN @dirrm %%HORDIR%%/locale @dirrm %%HORDIR%%/po @dirrm %%HORDIR%%/templates/compose |