diff options
author | Alex Dupre <ale@FreeBSD.org> | 2017-02-06 08:17:14 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2017-02-06 08:17:14 +0000 |
commit | 0284b301aee9357ff56569d7a8f15810c10d5644 (patch) | |
tree | 51d5a538fbf0016a5723da080834283b21e47a4b /math/mpfr | |
parent | b304321f88526471f9abf9545932cd6bb4da7e39 (diff) |
Notes
Diffstat (limited to 'math/mpfr')
-rw-r--r-- | math/mpfr/Makefile | 6 | ||||
-rw-r--r-- | math/mpfr/distinfo | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 6ad43eb77ed2..dcd4adfe7e98 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -3,6 +3,7 @@ PORTNAME= mpfr PORTVERSION= 3.1.5 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= ${DISTNAME} @@ -18,14 +19,15 @@ LICENSE= LGPL3 #PATCH_DEPENDS= gpatch:devel/patch LIB_DEPENDS= libgmp.so:math/gmp -#PATCHLEVEL= 1 -#PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} +PATCHLEVEL= 2 +PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} #PATCH= ${LOCALBASE}/bin/gpatch USES= libtool tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp=${LOCALBASE} INSTALL_TARGET= install-strip +TEST_TARGET= check USE_LDCONFIG= yes INFO= mpfr diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo index 7ffb4d1d85b0..cfbc0452ec6b 100644 --- a/math/mpfr/distinfo +++ b/math/mpfr/distinfo @@ -1,3 +1,7 @@ -TIMESTAMP = 1475049382 +TIMESTAMP = 1486368778 SHA256 (mpfr-3.1.5/mpfr-3.1.5.tar.xz) = 015fde82b3979fbe5f83501986d328331ba8ddf008c1ff3da3c238f49ca062bc SIZE (mpfr-3.1.5/mpfr-3.1.5.tar.xz) = 1126668 +SHA256 (mpfr-3.1.5/patch01) = dfd62a42a239c427bb44087b4a520edbcd65bae6ad1fbe07303c96ee8696afbd +SIZE (mpfr-3.1.5/patch01) = 2608 +SHA256 (mpfr-3.1.5/patch02) = 88dfefa6d39c9fd5a26a40d9bbc73df8da93f946c65c06038026261d78d919f5 +SIZE (mpfr-3.1.5/patch02) = 3447 |