View | Details | Raw Unified | Return to bug 227102 | Differences between
and this patch

Collapse All | Expand All

(-)math/mpfr/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	mpfr
4
PORTNAME=	mpfr
5
PORTVERSION=	3.1.6
5
DISTVERSION=	4.0.1
6
CATEGORIES=	math devel
6
CATEGORIES=	math devel
7
MASTER_SITES=	http://www.mpfr.org/mpfr-current/ \
7
MASTER_SITES=	http://www.mpfr.org/mpfr-current/ \
8
		GNU
8
		GNU
(-)math/mpfr/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1505979200
1
TIMESTAMP = 1522393942
2
SHA256 (mpfr-3.1.6/mpfr-3.1.6.tar.xz) = 7a62ac1a04408614fccdc506e4844b10cf0ad2c2b1677097f8f35d3a1344a950
2
SHA256 (mpfr-4.0.1/mpfr-4.0.1.tar.xz) = 67874a60826303ee2fb6affc6dc0ddd3e749e9bfcb4c8655e3953d0458a6e16e
3
SIZE (mpfr-3.1.6/mpfr-3.1.6.tar.xz) = 1133672
3
SIZE (mpfr-4.0.1/mpfr-4.0.1.tar.xz) = 1412692
(-)math/mpfr/pkg-plist (-2 / +3 lines)
Lines 2-6 Link Here
2
include/mpf2mpfr.h
2
include/mpf2mpfr.h
3
lib/libmpfr.a
3
lib/libmpfr.a
4
lib/libmpfr.so
4
lib/libmpfr.so
5
lib/libmpfr.so.4
5
lib/libmpfr.so.6
6
lib/libmpfr.so.4.1.6
6
lib/libmpfr.so.6.0.1
7
libdata/pkgconfig/mpfr.pc

Return to bug 227102