Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/trustedQSL ham/tqsl: Update SUBST pattern to follo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5146f789ba7
branches:  trunk
changeset: 431779:f5146f789ba7
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat May 16 14:26:53 2020 +0000

description:
ham/tqsl: Update SUBST pattern to follow upstream

Upstream changed the lib64 stuff a bit, making our SUBST pattern no
longer match.  (Either that, or we just got it wrong.)  Adjust
pattern.

Pointed out by rillig@.

diffstat:

 ham/trustedQSL/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 2dfc9c670f9b -r f5146f789ba7 ham/trustedQSL/Makefile
--- a/ham/trustedQSL/Makefile   Sat May 16 14:24:28 2020 +0000
+++ b/ham/trustedQSL/Makefile   Sat May 16 14:26:53 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2020/05/06 14:04:43 adam Exp $
+# $NetBSD: Makefile,v 1.49 2020/05/16 14:26:53 gdt Exp $
 
 DISTNAME=              tqsl-2.5.1
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            ham
 MASTER_SITES=          http://www.arrl.org/files/file/LoTW%20Instructions/
 
@@ -32,7 +32,7 @@
 SUBST_MESSAGE.lib-suffix=      Removing $$(LIB_SUFFIX) from src/CMakeLists.txt
 SUBST_STAGE.lib-suffix=                pre-configure
 SUBST_FILES.lib-suffix=                src/CMakeLists.txt
-SUBST_SED.lib-suffix=          -e s/\$$\(LIB_SUFFIX\)//
+SUBST_SED.lib-suffix=          -e s/\$${\LIB_SUFFIX\}//
 
 do-configure:
        (cd ${WRKSRC} ; \



Home | Main Index | Thread Index | Old Index