FreeBSD Bugzilla – Attachment 159186 Details for
Bug 201848
[PATCH] math/mpir: Update to version 2.7.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
math_mpir.diff
math_mpir.diff (text/plain), 2.39 KB, created by
tkato432
on 2015-07-24 18:36:05 UTC
(
hide
)
Description:
math_mpir.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2015-07-24 18:36:05 UTC
Size:
2.39 KB
patch
obsolete
>diff -urN /usr/ports/math/mpir/Makefile math/mpir/Makefile >--- /usr/ports/math/mpir/Makefile 2014-12-11 22:32:08.000000000 +0900 >+++ math/mpir/Makefile 2015-07-25 00:00:00.000000000 +0900 >@@ -2,22 +2,21 @@ > # $FreeBSD: head/math/mpir/Makefile 374492 2014-12-10 22:29:14Z gahr $ > > PORTNAME= mpir >-DISTVERSION= 2.7.0-alpha12 >+PORTVERSION= 2.7.0 > CATEGORIES= math >-MASTER_SITES= http://www.mpir.org/ >+MASTER_SITES= http://mpir.org/ > > MAINTAINER= ports@FreeBSD.org > COMMENT= Multiprecision integer library > > LICENSE= LGPL3 >- >-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} >+#LICENSE_FILE= ${WRKSRC}/COPYING.LIB > > USES= libtool tar:bzip2 >-USE_LDCONFIG= yes > GNU_CONFIGURE= yes >-CONFIGURE_ARGS+=--enable-cxx >-INSTALL_TARGET+=install-strip >+CONFIGURE_ARGS= --enable-cxx >+INSTALL_TARGET= install-strip >+USE_LDCONFIG= yes > > MPIR_VERSION= 10.6.0 > MPIRXX_VERSION= 4.4.0 >@@ -42,6 +41,6 @@ > ${STAGEDIR}${PREFIX}/lib/libmpirxx.so.${MPIRXX_VERSION:R:R} > > regression-test: >- ${MAKE} -C ${WRKSRC} check >+ ${MAKE_CMD} -C ${WRKSRC} check > > .include <bsd.port.mk> >diff -urN /usr/ports/math/mpir/distinfo math/mpir/distinfo >--- /usr/ports/math/mpir/distinfo 2014-10-07 19:45:14.000000000 +0900 >+++ math/mpir/distinfo 2015-07-25 00:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (mpir-2.7.0-alpha12.tar.bz2) = 444a90dbbe2d8f7cccb8c2cc9ebd192c1dcf2563686da671977f73662ef2095d >-SIZE (mpir-2.7.0-alpha12.tar.bz2) = 3620866 >+SHA256 (mpir-2.7.0.tar.bz2) = a27d73da19b47552e6328511a061ec70f0cf119419c9a9e1838c8cf4f1420392 >+SIZE (mpir-2.7.0.tar.bz2) = 3798772 >diff -urN /usr/ports/math/mpir/pkg-descr math/mpir/pkg-descr >--- /usr/ports/math/mpir/pkg-descr 2014-07-15 23:27:20.000000000 +0900 >+++ math/mpir/pkg-descr 2015-07-25 00:00:00.000000000 +0900 >@@ -1,8 +1,10 @@ >-MPIR is an open source multiprecision integer (bignum) library forked from the >-GMP (GNU Multi Precision) project. It consists of much code from past GMP >-releases, in combination with much original contributed code. >+MPIR is an open source multiprecision integer (bignum) library forked >+from the GMP (GNU Multi Precision) project. It consists of much code >+from past GMP releases, in combination with much original contributed >+code. > > MPIR is constructed by a developer and vendor friendly community of >-professional and amateur mathematicians, computer scientists and hobbyists. >+professional and amateur mathematicians, computer scientists and >+hobbyists. > > WWW: http://www.mpir.org
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 201848
: 159186