pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/dos2unix
Module Name: pkgsrc
Committed By: ryoon
Date: Fri Oct 27 13:06:17 UTC 2017
Modified Files:
pkgsrc/converters/dos2unix: Makefile distinfo
pkgsrc/converters/dos2unix/patches: patch-Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/converters/dos2unix/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/converters/dos2unix/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/converters/dos2unix/patches/patch-Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/converters/dos2unix/Makefile
diff -u pkgsrc/converters/dos2unix/Makefile:1.24 pkgsrc/converters/dos2unix/Makefile:1.25
--- pkgsrc/converters/dos2unix/Makefile:1.24 Sat Jul 9 06:37:56 2016
+++ pkgsrc/converters/dos2unix/Makefile Fri Oct 27 13:06:16 2017
@@ -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/}
Index: pkgsrc/converters/dos2unix/distinfo
diff -u pkgsrc/converters/dos2unix/distinfo:1.16 pkgsrc/converters/dos2unix/distinfo:1.17
--- pkgsrc/converters/dos2unix/distinfo:1.16 Sun May 29 09:25:10 2016
+++ pkgsrc/converters/dos2unix/distinfo Fri Oct 27 13:06:16 2017
@@ -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
Index: pkgsrc/converters/dos2unix/patches/patch-Makefile
diff -u pkgsrc/converters/dos2unix/patches/patch-Makefile:1.3 pkgsrc/converters/dos2unix/patches/patch-Makefile:1.4
--- pkgsrc/converters/dos2unix/patches/patch-Makefile:1.3 Tue Jun 17 12:54:28 2014
+++ pkgsrc/converters/dos2unix/patches/patch-Makefile Fri Oct 27 13:06:17 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index