mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
math/mpir: Fix upstream site
Apparently, the old domain no longer belongs to the upstream. However, the source code is available on GitHub. While here pet portclippy. PR: 294784 Approved by: wen (maintainer) Sponsored by: UNIS Labs MFH: 2026Q2
This commit is contained in:
+11
-7
@@ -1,24 +1,28 @@
|
||||
PORTNAME= mpir
|
||||
PORTVERSION= 3.0.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
DISTVERSION= 3.0.0
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://mpir.org/
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Multiprecision integer, rational, floating point numbers library
|
||||
WWW= https://www.mpir.org
|
||||
WWW= https://github.com/wbhart/mpir/
|
||||
|
||||
LICENSE= LGPL3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
||||
|
||||
BUILD_DEPENDS= yasm:devel/yasm
|
||||
BUILD_DEPENDS= makeinfo:print/texinfo \
|
||||
yasm:devel/yasm
|
||||
|
||||
USES= autoreconf libtool
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= wbhart
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USES= libtool tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-cxx --with-system-yasm
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MPIR_VERSION= 23.0.3
|
||||
MPIRXX_VERSION= 8.4.3
|
||||
|
||||
+3
-3
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1497579770
|
||||
SHA256 (mpir-3.0.0.tar.bz2) = 52f63459cf3f9478859de29e00357f004050ead70b45913f2c2269d9708675bb
|
||||
SIZE (mpir-3.0.0.tar.bz2) = 2572041
|
||||
TIMESTAMP = 1777123456
|
||||
SHA256 (wbhart-mpir-mpir-3.0.0_GH0.tar.gz) = 86a5039badc3e6738219a262873a1db5513405e15ece9527b718fcd0fac09bb2
|
||||
SIZE (wbhart-mpir-mpir-3.0.0_GH0.tar.gz) = 3116506
|
||||
|
||||
Reference in New Issue
Block a user