pkgsrc-WIP-changes archive

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

(ham/wsjtx) Add missing single quotes around CMAKE_ARGS



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-SX3) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Wed Jun 2 20:02:51 2021 +0900
Changeset:	10aaf05c5c18cdc631254daa8e3e5b6ca4230eee

Modified Files:
	wsjtx/Makefile
	wsjtx/distinfo

Log Message:
(ham/wsjtx) Add missing single quotes around CMAKE_ARGS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=10aaf05c5c18cdc631254daa8e3e5b6ca4230eee

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

diffstat:
 wsjtx/Makefile | 7 +++----
 wsjtx/distinfo | 8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs:
diff --git a/wsjtx/Makefile b/wsjtx/Makefile
index 364c28771e..7bfc507af7 100644
--- a/wsjtx/Makefile
+++ b/wsjtx/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	wsjtx-2.3.0
-PKGREVISION=	1
+DISTNAME=	wsjtx-2.3.1
 CATEGORIES=	ham
 MASTER_SITES=	https://physics.princeton.edu/pulsar/k1jt/
 EXTRACT_SUFX=	.tgz
@@ -27,8 +26,8 @@ CMAKE_ARGS+=	-DLDFLAGS='-lusb-1.0 -L${PREFIX}/lib'
 CMAKE_ARGS+=	-DFortran_FLAGS+='-L${PREFIX}/lib'
 CMAKE_ARGS+=	-DLDFLAGS=-'Wl,-rpath-link=-lusb-1.0 -L${PREFIX}/lib'
 CMAKE_ARGS+=	-DLIBUSB_CFLAGS='-I ${PREFIX}/include/libusb-1.0 -lusb-1.0 -L${PREFIX}/lib'
-CMAKE_ARGS+=	-DLIBUSB_LIBS=-Wl,-rpath-link=-lusb-1.0 -L${PREFIX}/lib
-CMAKE_ARGS+=	-DLIBS=-Wl,-rpath-link=-lusb-1.0 -L${PREFIX}/lib
+CMAKE_ARGS+=	-DLIBUSB_LIBS='-Wl,-rpath-link=-lusb-1.0 -L${PREFIX}/lib'
+CMAKE_ARGS+=	-DLIBS='-Wl,-rpath-link=-lusb-1.0 -L${PREFIX}/lib'
 CMAKE_ARGS+=	-DQt5Test_DIR=${PREFIX}/qt5/lib/cmake/Qt5Test
 
 #IBUSB_CFLAGS+=	-lusb-1.0 -L${PREFIX}/lib
diff --git a/wsjtx/distinfo b/wsjtx/distinfo
index 578c4cda7f..c029385a49 100644
--- a/wsjtx/distinfo
+++ b/wsjtx/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-SHA1 (wsjtx-2.3.0.tgz) = 2caae6d1b74d31cd7f6bc507dd15f8cfd17c2ffb
-RMD160 (wsjtx-2.3.0.tgz) = 9f5dc6c80551e4a70f90671b8d5be7b070e41916
-SHA512 (wsjtx-2.3.0.tgz) = 1b521a7c81d235b2f17b2a314528f5f9fc8b29de95a2f7f5471104866ff13d138f9913666bc00de71f34ed16e692f0f4b93c878cc3538d30a52852e4c179702c
-Size (wsjtx-2.3.0.tgz) = 17245200 bytes
+SHA1 (wsjtx-2.3.1.tgz) = 85fbf4a18311e8ddb54fa02ec5ca51c2e6d8c45c
+RMD160 (wsjtx-2.3.1.tgz) = 175001d5807506057732446a77869cf493a4657c
+SHA512 (wsjtx-2.3.1.tgz) = 0a709ca605fb8d93f7583393ec4bdf6416b93233e2910e7e59942f4e40bdb9f2591e3e4b8e0822f49e104e74198a861ed2995cbb4976c7597ef1a1bd6fc43b44
+Size (wsjtx-2.3.1.tgz) = 18040272 bytes
 SHA1 (patch-hamlib.patch) = 8d5cec646b0fe317a41da3ed66a299ea1510c87f


Home | Main Index | Thread Index | Old Index