pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/detox detox: update to 1.4.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ded1142f599
branches:  trunk
changeset: 448251:1ded1142f599
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Mar 06 18:26:07 2021 +0000

description:
detox: update to 1.4.2.

    Replaced instances of cp -an with test and install in the Makefile rule
    that copies yyz.sample to yyz. [#73]
    Fixed make distcheck. [#73]

diffstat:

 sysutils/detox/Makefile                  |   4 ++--
 sysutils/detox/distinfo                  |  11 +++++------
 sysutils/detox/patches/patch-Makefile.in |  22 ----------------------
 3 files changed, 7 insertions(+), 30 deletions(-)

diffs (54 lines):

diff -r 0b6d9949e80b -r 1ded1142f599 sysutils/detox/Makefile
--- a/sysutils/detox/Makefile   Sat Mar 06 18:13:22 2021 +0000
+++ b/sysutils/detox/Makefile   Sat Mar 06 18:26:07 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2021/03/06 08:07:10 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2021/03/06 18:26:07 wiz Exp $
 
-DISTNAME=              detox-1.4.1
+DISTNAME=              detox-1.4.2
 CATEGORIES=            sysutils
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=dharple/}
 GITHUB_RELEASE=                v${PKGVERSION_NOREV}
diff -r 0b6d9949e80b -r 1ded1142f599 sysutils/detox/distinfo
--- a/sysutils/detox/distinfo   Sat Mar 06 18:13:22 2021 +0000
+++ b/sysutils/detox/distinfo   Sat Mar 06 18:26:07 2021 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.6 2021/03/06 08:09:09 wiz Exp $
+$NetBSD: distinfo,v 1.7 2021/03/06 18:26:07 wiz Exp $
 
-SHA1 (detox-1.4.1.tar.gz) = ae027ff07ead367611b9dad22b5f2924e2f665a2
-RMD160 (detox-1.4.1.tar.gz) = a5ac0d281676b23666faacb33fc895275f674c57
-SHA512 (detox-1.4.1.tar.gz) = d9121ecfa4d50bbc0a880a551239c8e0578c9039234a5f0c230d81feb9ee2452b2dc6239a5b055df24053838574bf92f3780b98134c230c147442dedd467ea9c
-Size (detox-1.4.1.tar.gz) = 142503 bytes
-SHA1 (patch-Makefile.in) = b52651eb2000ca58454abdf0fdf10556b6f2c498
+SHA1 (detox-1.4.2.tar.gz) = b0e346951921dcd6429c9d26bae4c218cf17728a
+RMD160 (detox-1.4.2.tar.gz) = c30c616379e6a728bad817e3582cde51b03f7ef8
+SHA512 (detox-1.4.2.tar.gz) = 29b700bb225a5fd6be555adf4398c2419cc7906061bfa3ab46c890b15486d73d56495c5e837215881c3e120e62139ac4b036974ca4eb39e9ae8e1f2cc1d05b4e
+Size (detox-1.4.2.tar.gz) = 142104 bytes
diff -r 0b6d9949e80b -r 1ded1142f599 sysutils/detox/patches/patch-Makefile.in
--- a/sysutils/detox/patches/patch-Makefile.in  Sat Mar 06 18:13:22 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-Makefile.in,v 1.2 2021/03/06 08:09:09 wiz Exp $
-
-NetBSD's cp does not support '-n'.
-https://github.com/dharple/detox/issues/73
-
---- Makefile.in.orig   2021-02-24 14:33:19.000000000 +0000
-+++ Makefile.in
-@@ -950,10 +950,10 @@ uninstall-man: uninstall-man1 uninstall-
- 
- 
- install-data-hook:
--      cp -an $(DESTDIR)$(sysconfdir)/detoxrc.sample $(DESTDIR)$(sysconfdir)/detoxrc && \
--      cp -an $(DESTDIR)$(pkgdatadir)/iso8859_1.tbl.sample $(DESTDIR)$(pkgdatadir)/iso8859_1.tbl && \
--      cp -an $(DESTDIR)$(pkgdatadir)/safe.tbl.sample $(DESTDIR)$(pkgdatadir)/safe.tbl && \
--      cp -an $(DESTDIR)$(pkgdatadir)/unicode.tbl.sample $(DESTDIR)$(pkgdatadir)/unicode.tbl
-+      cp -a $(DESTDIR)$(sysconfdir)/detoxrc.sample $(DESTDIR)$(sysconfdir)/detoxrc && \
-+      cp -a $(DESTDIR)$(pkgdatadir)/iso8859_1.tbl.sample $(DESTDIR)$(pkgdatadir)/iso8859_1.tbl && \
-+      cp -a $(DESTDIR)$(pkgdatadir)/safe.tbl.sample $(DESTDIR)$(pkgdatadir)/safe.tbl && \
-+      cp -a $(DESTDIR)$(pkgdatadir)/unicode.tbl.sample $(DESTDIR)$(pkgdatadir)/unicode.tbl
- 
- .PHONY: force-install
- force-install: install



Home | Main Index | Thread Index | Old Index