git: 60704d4e318a - main - math/qd: upgrade to 2.3.23
Thierry Thomas
thierry at FreeBSD.org
Tue Aug 17 16:50:46 UTC 2021
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=60704d4e318aea6b164f077a11318f26569c53dc
commit 60704d4e318aea6b164f077a11318f26569c53dc
Author: Thierry Thomas <thierry at FreeBSD.org>
AuthorDate: 2021-08-17 13:49:56 +0000
Commit: Thierry Thomas <thierry at FreeBSD.org>
CommitDate: 2021-08-17 16:50:14 +0000
math/qd: upgrade to 2.3.23
This adds a pkgconf file.
Also add a test target (Note: it builds the tests programs but does not
launch them).
---
math/qd/Makefile | 6 +++++-
math/qd/distinfo | 6 +++---
math/qd/pkg-plist | 7 ++++---
3 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/math/qd/Makefile b/math/qd/Makefile
index 17d3213ea62c..7c4808b55696 100644
--- a/math/qd/Makefile
+++ b/math/qd/Makefile
@@ -1,7 +1,7 @@
# Created by: Nakata Maho <maho at FreeBSD.org>
PORTNAME= qd
-DISTVERSION= 2.3.22
+DISTVERSION= 2.3.23
CATEGORIES= math
MASTER_SITES= http://crd-legacy.lbl.gov/~dhbailey/mpdist/
@@ -14,8 +14,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= fortran libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --disable-static
+INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
+TEST_WRKSRC= ${WRKSRC}/tests
+TEST_TARGET= demo
+
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
diff --git a/math/qd/distinfo b/math/qd/distinfo
index 001464c95563..6392ae3a09c8 100644
--- a/math/qd/distinfo
+++ b/math/qd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1565793055
-SHA256 (qd-2.3.22.tar.gz) = 30c1ffe46b95a0e9fa91085949ee5fca85f97ff7b41cd5fe79f79bab730206d3
-SIZE (qd-2.3.22.tar.gz) = 1426419
+TIMESTAMP = 1629206837
+SHA256 (qd-2.3.23.tar.gz) = b3eaf41ce413ec08f348ee73e606bd3ff9203e411c377c3c0467f89acf69ee26
+SIZE (qd-2.3.23.tar.gz) = 781558
diff --git a/math/qd/pkg-plist b/math/qd/pkg-plist
index f95027243e0f..1b4b00358ebb 100644
--- a/math/qd/pkg-plist
+++ b/math/qd/pkg-plist
@@ -13,14 +13,15 @@ include/qd/qd_inline.h
include/qd/qd_real.h
include/qd/qdext.mod
include/qd/qdmodule.mod
-lib/libqd.so
-lib/libqd.so.0
-lib/libqd.so.0.0.0
lib/libqd_f_main.so
lib/libqd_f_main.so.0
lib/libqd_f_main.so.0.0.0
+lib/libqd.so
+lib/libqd.so.0
+lib/libqd.so.0.0.0
lib/libqdmod.so
lib/libqdmod.so.0
lib/libqdmod.so.0.0.0
+libdata/pkgconfig/qd.pc
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/qd.pdf
More information about the dev-commits-ports-all
mailing list