Skip to content

Commit

Permalink
math/mpdecimal: update to version 4.0.0
Browse files Browse the repository at this point in the history
 - move man pages to share/man

Changelog: https://www.bytereef.org/mpdecimal/changelog.html

PR:		276444
Reviewed by:	antoine (exp-run)
  • Loading branch information
skrah authored and clausecker committed Mar 19, 2024
1 parent 8c78376 commit 81ab3f8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
9 changes: 3 additions & 6 deletions math/mpdecimal/Makefile
@@ -1,5 +1,5 @@
PORTNAME= mpdecimal
DISTVERSION= 2.5.1
DISTVERSION= 4.0.0
CATEGORIES= math
MASTER_SITES= https://www.bytereef.org/software/mpdecimal/releases/

Expand All @@ -8,19 +8,16 @@ COMMENT= C/C++ arbitrary precision decimal floating point libraries
WWW= https://www.bytereef.org/mpdecimal/index.html

LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LICENSE_FILE= ${WRKSRC}/COPYRIGHT.txt

USES= compiler:c++11-lang gmake

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USE_LDCONFIG= yes
ALL_TARGET= default
TEST_TARGET= check_local

PORTDOCS= libmpdec++/* libmpdec/*

OPTIONS_DEFINE= DOCS

.include <bsd.port.pre.mk>

.if ${CHOSEN_COMPILER_TYPE} == gcc
Expand Down
6 changes: 3 additions & 3 deletions math/mpdecimal/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1611939573
SHA256 (mpdecimal-2.5.1.tar.gz) = 9f9cd4c041f99b5c49ffb7b59d9f12d95b683d88585608aa56a6307667b2b21f
SIZE (mpdecimal-2.5.1.tar.gz) = 2584021
TIMESTAMP = 1705611012
SHA256 (mpdecimal-4.0.0.tar.gz) = 942445c3245b22730fd41a67a7c5c231d11cb1b9936b9c0f76334fb7d0b4468c
SIZE (mpdecimal-4.0.0.tar.gz) = 315325
14 changes: 10 additions & 4 deletions math/mpdecimal/pkg-plist
Expand Up @@ -2,9 +2,15 @@ include/decimal.hh
include/mpdecimal.h
lib/libmpdec++.a
lib/libmpdec++.so
lib/libmpdec++.so.3
lib/libmpdec++.so.2.5.1
lib/libmpdec++.so.4
lib/libmpdec++.so.4.0.0
lib/libmpdec.a
lib/libmpdec.so
lib/libmpdec.so.3
lib/libmpdec.so.2.5.1
lib/libmpdec.so.4
lib/libmpdec.so.4.0.0
libdata/pkgconfig/libmpdec++.pc
libdata/pkgconfig/libmpdec.pc
share/man/man3/libmpdec++.3.gz
share/man/man3/libmpdec.3.gz
share/man/man3/mpdecimal.3.gz
share/doc/mpdecimal/COPYRIGHT.txt

0 comments on commit 81ab3f8

Please sign in to comment.