mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00: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
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= mimp
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.2
|
||||
CATEGORIES= mail www
|
||||
|
||||
MAINTAINER= beech@FreeBSD.org
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user