Date: Sat, 14 Nov 2020 21:31:57 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555148 - head/math/mpfrc++ Message-ID: <202011142131.0AELVvEM038009@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Nov 14 21:31:57 2020 New Revision: 555148 URL: https://svnweb.freebsd.org/changeset/ports/555148 Log: math/mpfrc++: Update 3.6.2 -> 3.6.8 Modified: head/math/mpfrc++/Makefile head/math/mpfrc++/distinfo Modified: head/math/mpfrc++/Makefile ============================================================================== --- head/math/mpfrc++/Makefile Sat Nov 14 21:07:08 2020 (r555147) +++ head/math/mpfrc++/Makefile Sat Nov 14 21:31:57 2020 (r555148) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= mpfrc++ -DISTVERSION= 3.6.2 +DISTVERSIONPREFIX= ${PORTNAME}- +DISTVERSION= 3.6.8 CATEGORIES= math devel -MASTER_SITES= http://www.holoborodko.com/pavel/downloads/ MAINTAINER= yuri@FreeBSD.org COMMENT= High-performance C++ interface for MPFR library @@ -11,11 +11,14 @@ COMMENT= High-performance C++ interface for MPFR libra LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/copying.txt -USES= zip +USE_GITHUB= yes +GH_ACCOUNT= advanpix +GH_PROJECT= mpreal -NO_WRKSUBDIR= yes NO_BUILD= yes NO_ARCH= yes + +WRKSRC= ${WRKDIR}/${GH_PROJECT}-mpfrc-${DISTVERSION} PLIST_FILES= include/mpreal.h Modified: head/math/mpfrc++/distinfo ============================================================================== --- head/math/mpfrc++/distinfo Sat Nov 14 21:07:08 2020 (r555147) +++ head/math/mpfrc++/distinfo Sat Nov 14 21:31:57 2020 (r555148) @@ -1,3 +1,3 @@ -TIMESTAMP = 1573188092 -SHA256 (mpfrc++-3.6.2.zip) = 957ead4bfe990f3bfda0b17012633731cf38e194989818e78a960952948c1fc7 -SIZE (mpfrc++-3.6.2.zip) = 37085 +TIMESTAMP = 1605388722 +SHA256 (advanpix-mpreal-mpfrc++-3.6.8_GH0.tar.gz) = 2b10063a1b0f6b1e2c3b02ac948152d18eaf3d8893dff296b40e226ba7ed062b +SIZE (advanpix-mpreal-mpfrc++-3.6.8_GH0.tar.gz) = 37336
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011142131.0AELVvEM038009>