diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-10-12 00:11:07 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-10-12 00:11:07 +0000 |
commit | aca94f35de1d43816d01c31381954e614322dfb2 (patch) | |
tree | fb7632b25b358b3d03708a06d20a9a1cf5ecc3f6 /converters | |
parent | 5fb4e663f5b0b9d22fd8f0cf2dfef46ff8503329 (diff) | |
download | pkgsrc-aca94f35de1d43816d01c31381954e614322dfb2.tar.gz |
Update to 7.3.1
Changelog:
2015-09-30: Version 7.3.1
* New: Simplified Chinese translation of messages and manual.
* Fix: Compilation error "'wchar_t' undeclared" when Unicode support is disabled.
* Fix: Compilation errors when MinGW compiler was used (MinGW-w64 was OK).
2015-08-24: Version 7.3
* New: Unicode file name support on Windows.
* Fix: Options -ul and -ub caused option -i to report wrong BOM for no_bom.
2015-07-01: Version 7.2.3
* Fix: Check for file I/O errors while reading input files, and added
a few missing checks while writing output files.
* Fix: Compilation for msys.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/dos2unix/Makefile | 5 | ||||
-rw-r--r-- | converters/dos2unix/PLIST | 9 | ||||
-rw-r--r-- | converters/dos2unix/distinfo | 8 |
3 files changed, 14 insertions, 8 deletions
diff --git a/converters/dos2unix/Makefile b/converters/dos2unix/Makefile index c259cc09881..93e9fb7e91a 100644 --- a/converters/dos2unix/Makefile +++ b/converters/dos2unix/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2015/06/12 10:48:31 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/10/12 00:11:07 ryoon Exp $ -DISTNAME= dos2unix-7.2.2 -PKGREVISION= 1 +DISTNAME= dos2unix-7.3.1 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dos2unix/} diff --git a/converters/dos2unix/PLIST b/converters/dos2unix/PLIST index de1715f07ad..baa80e4abd3 100644 --- a/converters/dos2unix/PLIST +++ b/converters/dos2unix/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2015/02/13 17:55:41 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.6 2015/10/12 00:11:07 ryoon Exp $ bin/dos2unix bin/mac2unix bin/unix2dos @@ -30,6 +30,8 @@ share/doc/${PKGNAME}/pt_BR/dos2unix.htm share/doc/${PKGNAME}/pt_BR/dos2unix.txt share/doc/${PKGNAME}/uk/dos2unix.htm share/doc/${PKGNAME}/uk/dos2unix.txt +share/doc/${PKGNAME}/zh_CN/dos2unix.htm +share/doc/${PKGNAME}/zh_CN/dos2unix.txt share/locale/da/LC_MESSAGES/dos2unix.mo share/locale/de/LC_MESSAGES/dos2unix.mo share/locale/eo/LC_MESSAGES/dos2unix.mo @@ -45,6 +47,7 @@ share/locale/ru/LC_MESSAGES/dos2unix.mo share/locale/sr/LC_MESSAGES/dos2unix.mo share/locale/uk/LC_MESSAGES/dos2unix.mo share/locale/vi/LC_MESSAGES/dos2unix.mo +share/locale/zh_CN/LC_MESSAGES/dos2unix.mo share/locale/zh_TW/LC_MESSAGES/dos2unix.mo share/man/de/man1/dos2unix.1 share/man/de/man1/mac2unix.1 @@ -74,3 +77,7 @@ share/man/uk/man1/dos2unix.1 share/man/uk/man1/mac2unix.1 share/man/uk/man1/unix2dos.1 share/man/uk/man1/unix2mac.1 +share/man/zh_CN/man1/dos2unix.1 +share/man/zh_CN/man1/mac2unix.1 +share/man/zh_CN/man1/unix2dos.1 +share/man/zh_CN/man1/unix2mac.1 diff --git a/converters/dos2unix/distinfo b/converters/dos2unix/distinfo index 969c053e31c..569c2db68bd 100644 --- a/converters/dos2unix/distinfo +++ b/converters/dos2unix/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2015/05/27 12:33:05 ryoon Exp $ +$NetBSD: distinfo,v 1.12 2015/10/12 00:11:07 ryoon Exp $ -SHA1 (dos2unix-7.2.2.tar.gz) = c16183dfb99526f9bc7c10806ef7ab6bd34db61e -RMD160 (dos2unix-7.2.2.tar.gz) = 757651be4201b8069ee28486af2ac7957180a699 -Size (dos2unix-7.2.2.tar.gz) = 411389 bytes +SHA1 (dos2unix-7.3.1.tar.gz) = 4657c761774e18bd0d8579114765533596ea8f22 +RMD160 (dos2unix-7.3.1.tar.gz) = 510856e10db8ca003ce12876ac280178bb47e772 +Size (dos2unix-7.3.1.tar.gz) = 552530 bytes SHA1 (patch-Makefile) = 50150be7ac3090d33ad38e654433bd09837132ab |