summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2017-10-27 13:06:16 +0000
committerryoon <ryoon@pkgsrc.org>2017-10-27 13:06:16 +0000
commit6cb7fc1adc415aca49205e1d0bb07b57b1075374 (patch)
treefd5715a29e3d408febbc477d9584b9c1e71292dd /converters
parentb9ba1603c2029bd87e081a1363e78c4c1e111b91 (diff)
downloadpkgsrc-6cb7fc1adc415aca49205e1d0bb07b57b1075374.tar.gz
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.
Diffstat (limited to 'converters')
-rw-r--r--converters/dos2unix/Makefile5
-rw-r--r--converters/dos2unix/distinfo12
-rw-r--r--converters/dos2unix/patches/patch-Makefile22
3 files changed, 19 insertions, 20 deletions
diff --git a/converters/dos2unix/Makefile b/converters/dos2unix/Makefile
index bb474f2495e..ee963f9c33d 100644
--- a/converters/dos2unix/Makefile
+++ b/converters/dos2unix/Makefile
@@ -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/}
diff --git a/converters/dos2unix/distinfo b/converters/dos2unix/distinfo
index 083de8a0178..1667c80de8f 100644
--- a/converters/dos2unix/distinfo
+++ b/converters/dos2unix/distinfo
@@ -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
diff --git a/converters/dos2unix/patches/patch-Makefile b/converters/dos2unix/patches/patch-Makefile
index dac52e77418..31b3a60b475 100644
--- a/converters/dos2unix/patches/patch-Makefile
+++ b/converters/dos2unix/patches/patch-Makefile
@@ -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