mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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)
This commit is contained in:
parent
b1cf6462b9
commit
90b8786ffa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200703
3 changed files with 12 additions and 5 deletions
|
@ -6,8 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= mimp
|
PORTNAME= mimp
|
||||||
PORTVERSION= 1.0.1
|
PORTVERSION= 1.0.2
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= mail www
|
CATEGORIES= mail www
|
||||||
|
|
||||||
MAINTAINER= beech@FreeBSD.org
|
MAINTAINER= beech@FreeBSD.org
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (mimp-h3-1.0.1.tar.gz) = 588c5b162165ccf838f5db8d45cda0d7
|
MD5 (mimp-h3-1.0.2.tar.gz) = a3d3bafdd1efceb698493b22d79b7867
|
||||||
SHA256 (mimp-h3-1.0.1.tar.gz) = cef9c9b06d384bc2d25ed300f9d750cfdc5db347628039580180f06000a68f4c
|
SHA256 (mimp-h3-1.0.2.tar.gz) = 4ae20bc562fa0dc8c98812d322e86f4b8a7ef51ae922878bfafbeab815f20b03
|
||||||
SIZE (mimp-h3-1.0.1.tar.gz) = 677800
|
SIZE (mimp-h3-1.0.2.tar.gz) = 766401
|
||||||
|
|
|
@ -43,8 +43,10 @@
|
||||||
%%HORDIR%%/locale/it_IT/LC_MESSAGES/mimp.mo
|
%%HORDIR%%/locale/it_IT/LC_MESSAGES/mimp.mo
|
||||||
%%HORDIR%%/locale/lt_LT/LC_MESSAGES/mimp.mo
|
%%HORDIR%%/locale/lt_LT/LC_MESSAGES/mimp.mo
|
||||||
%%HORDIR%%/locale/nl_NL/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/pt_PT/LC_MESSAGES/mimp.mo
|
||||||
%%HORDIR%%/locale/ro_RO/LC_MESSAGES/mimp.mo
|
%%HORDIR%%/locale/ro_RO/LC_MESSAGES/mimp.mo
|
||||||
|
%%HORDIR%%/locale/zh_CN/LC_MESSAGES/mimp.mo
|
||||||
%%HORDIR%%/login.php
|
%%HORDIR%%/login.php
|
||||||
%%HORDIR%%/mailbox.php
|
%%HORDIR%%/mailbox.php
|
||||||
%%HORDIR%%/message.php
|
%%HORDIR%%/message.php
|
||||||
|
@ -59,8 +61,10 @@
|
||||||
%%HORDIR%%/po/lt_LT.po
|
%%HORDIR%%/po/lt_LT.po
|
||||||
%%HORDIR%%/po/mimp.pot
|
%%HORDIR%%/po/mimp.pot
|
||||||
%%HORDIR%%/po/nl_NL.po
|
%%HORDIR%%/po/nl_NL.po
|
||||||
|
%%HORDIR%%/po/pl_PL.po
|
||||||
%%HORDIR%%/po/pt_PT.po
|
%%HORDIR%%/po/pt_PT.po
|
||||||
%%HORDIR%%/po/ro_RO.po
|
%%HORDIR%%/po/ro_RO.po
|
||||||
|
%%HORDIR%%/po/zh_CN.po
|
||||||
%%HORDIR%%/redirect.php
|
%%HORDIR%%/redirect.php
|
||||||
%%HORDIR%%/templates/common-header.inc
|
%%HORDIR%%/templates/common-header.inc
|
||||||
%%HORDIR%%/templates/compose/compose.inc
|
%%HORDIR%%/templates/compose/compose.inc
|
||||||
|
@ -99,10 +103,14 @@
|
||||||
@dirrm %%HORDIR%%/locale/lt_LT
|
@dirrm %%HORDIR%%/locale/lt_LT
|
||||||
@dirrm %%HORDIR%%/locale/nl_NL/LC_MESSAGES
|
@dirrm %%HORDIR%%/locale/nl_NL/LC_MESSAGES
|
||||||
@dirrm %%HORDIR%%/locale/nl_NL
|
@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/LC_MESSAGES
|
||||||
@dirrm %%HORDIR%%/locale/pt_PT
|
@dirrm %%HORDIR%%/locale/pt_PT
|
||||||
@dirrm %%HORDIR%%/locale/ro_RO/LC_MESSAGES
|
@dirrm %%HORDIR%%/locale/ro_RO/LC_MESSAGES
|
||||||
@dirrm %%HORDIR%%/locale/ro_RO
|
@dirrm %%HORDIR%%/locale/ro_RO
|
||||||
|
@dirrm %%HORDIR%%/locale/zh_CN/LC_MESSAGES
|
||||||
|
@dirrm %%HORDIR%%/locale/zh_CN
|
||||||
@dirrm %%HORDIR%%/locale
|
@dirrm %%HORDIR%%/locale
|
||||||
@dirrm %%HORDIR%%/po
|
@dirrm %%HORDIR%%/po
|
||||||
@dirrm %%HORDIR%%/templates/compose
|
@dirrm %%HORDIR%%/templates/compose
|
||||||
|
|
Loading…
Add table
Reference in a new issue