Update to 7.4.0
Changelog: 2017-10-10: Version 7.4.0 * New option --allow-chown to allow file ownership change in old file mode. Option --no-allow-chown does the opposite. * Code cleanup. 2017-07-04: Version 7.3.5 * New flag 0 for option -i, --info. End information lines with a null character instead of a newline character, enabling correct file name interpretation when flag c is used. * Don't print leading spaces when option -i with flag c is used. * Code cleanup. * Manual update. * Translation updates.
This commit is contained in:
parent
762efcd36a
commit
42c8e5441f
3 changed files with 19 additions and 20 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.24 2016/07/09 06:37:56 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2017/10/27 13:06:16 ryoon Exp $
|
||||
|
||||
DISTNAME= dos2unix-7.3.4
|
||||
PKGREVISION= 1
|
||||
DISTNAME= dos2unix-7.4.0
|
||||
CATEGORIES= converters
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dos2unix/}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.16 2016/05/29 09:25:10 ryoon Exp $
|
||||
$NetBSD: distinfo,v 1.17 2017/10/27 13:06:16 ryoon Exp $
|
||||
|
||||
SHA1 (dos2unix-7.3.4.tar.gz) = f19641741806b8411566144bfdf56df718b4aca0
|
||||
RMD160 (dos2unix-7.3.4.tar.gz) = 4a263b0d80a6e037ad9946bc2c90356439b6af20
|
||||
SHA512 (dos2unix-7.3.4.tar.gz) = 29958a2c702acc112b10f3fcb43fbff3b860c6d1f725c153af9a52dc20736755604f77bec37299dc88923a9e9b2ad73b994e9bc6f42f2757fe1819dd9873d710
|
||||
Size (dos2unix-7.3.4.tar.gz) = 640991 bytes
|
||||
SHA1 (patch-Makefile) = 50150be7ac3090d33ad38e654433bd09837132ab
|
||||
SHA1 (dos2unix-7.4.0.tar.gz) = fec41c9ea7b87db597bd20abf79b053b82689974
|
||||
RMD160 (dos2unix-7.4.0.tar.gz) = 5714e652b3549ed3cedd9237c68bda95ff9e2962
|
||||
SHA512 (dos2unix-7.4.0.tar.gz) = 41be6b0c747f4a8e316eccecd468c8250aa6791962485569eb9496def60818ae434d619b5cfb5f80f15f8d17800314f5aefe229dc5d37faaa34e1270575175e9
|
||||
Size (dos2unix-7.4.0.tar.gz) = 710339 bytes
|
||||
SHA1 (patch-Makefile) = 78e9b2237c54805c08af242e85b1a97c327e5724
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
$NetBSD: patch-Makefile,v 1.3 2014/06/17 12:54:28 ryoon Exp $
|
||||
$NetBSD: patch-Makefile,v 1.4 2017/10/27 13:06:17 ryoon Exp $
|
||||
|
||||
* install man pages to ${PREFIX}/man
|
||||
|
||||
--- Makefile.orig 2014-04-17 19:43:48.000000000 +0000
|
||||
--- Makefile.orig 2017-10-10 20:00:32.000000000 +0000
|
||||
+++ Makefile
|
||||
@@ -78,7 +78,7 @@ datadir = $(datarootdir)
|
||||
docsubdir = $(PACKAGE)-$(DOS2UNIX_VERSION)
|
||||
docdir = $(datarootdir)/doc/$(docsubdir)
|
||||
localedir = $(datarootdir)/locale
|
||||
-mandir = $(datarootdir)/man
|
||||
+mandir = $(prefix)/${PKGMANDIR}
|
||||
man1dir = $(mandir)/man1
|
||||
manext = .1
|
||||
man1ext = .1
|
||||
@@ -79,7 +79,7 @@ datadir = $(datarootdir)
|
||||
docsubdir = $(PACKAGE)-$(DOS2UNIX_VERSION)
|
||||
docdir = $(datarootdir)/doc/$(docsubdir)
|
||||
localedir = $(datarootdir)/locale
|
||||
-mandir = $(datarootdir)/man
|
||||
+mandir = $(prefix)/${PKGMANDIR}
|
||||
man1dir = $(mandir)/man1
|
||||
manext = .1
|
||||
man1ext = .1
|
||||
|
|
Loading…
Reference in a new issue