pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/trustedQSL



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat May 16 14:26:53 UTC 2020

Modified Files:
        pkgsrc/ham/trustedQSL: Makefile

Log Message:
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@.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/ham/trustedQSL/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/ham/trustedQSL/Makefile
diff -u pkgsrc/ham/trustedQSL/Makefile:1.48 pkgsrc/ham/trustedQSL/Makefile:1.49
--- pkgsrc/ham/trustedQSL/Makefile:1.48 Wed May  6 14:04:43 2020
+++ pkgsrc/ham/trustedQSL/Makefile      Sat May 16 14:26:53 2020
@@ -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_CLASSES+=                       lib-suffix
 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