Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 3.0.0_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
10 Nov 2018 18:12:58
3.0.0_1
|
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
16 Jun 2018 08:34:34
3.0.0
|
amdmi3  |
- Fix LICENSE
- Switch to new test framework
Approved by: portmgr blanket |
16 Jun 2017 08:46:15
3.0.0
|
wen  |
- Update to 3.0.0
- Take maintainership |
01 Apr 2016 14:16:20
2.7.2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
21 Nov 2015 17:20:24
2.7.2
|
rakuco  |
Update math/mpir to 2.7.2.
- Set LICENSE_FILE.
- Depend on devel/yasm instead of building a bundled yasm.
- Remove post-install target, the build system takes care of creating the
proper soversion symlinks.
- Bump PORTREVISION in dependent ports due to a change in the soversion
number. |
30 Jul 2015 01:38:42
2.7.0
|
wen  |
- Update to 2.7.0
PR: 201848
Submitted by: tkato432@yahoo.com |
10 Dec 2014 22:29:15
2.7.0.a12
|
gahr  |
- Reset maintainership of my ports |
07 Oct 2014 10:06:22
2.7.0.a12
|
gahr  |
- Update to 2.7.0-alpha12
Announcement:
https://groups.google.com/forum/#!topic/mpir-devel/9a9MWwp2sFA |
15 Sep 2014 08:03:49
2.7.0.a11
|
gahr  |
- Update to 2.7.0-alpha11 |
29 Jul 2014 10:33:54
2.7.0.a10
|
gahr  |
- Update to 2.7.0-alpha10
Announcement:
https://groups.google.com/d/msg/mpir-devel/-E0FeqfyHEI/uUFAEsBMJOwJ |
15 Jul 2014 14:23:12
2.7.0.a9
|
gahr  |
New port: math/mpir
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.
WWW: http://www.mpir.org |