diff options
author | tota <tota@FreeBSD.org> | 2017-05-04 02:07:45 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2017-05-04 02:07:45 +0800 |
commit | 9b621d84fb9ffa8dc67af0b575a808c4e5f5d336 (patch) | |
tree | 7313eb57259c12a324f5691caebbbd638f46f685 /math/R-cran-gmp | |
parent | 90daa6e21179d3670e322fc4535eed73076086e6 (diff) | |
download | freebsd-ports-gnome-9b621d84fb9ffa8dc67af0b575a808c4e5f5d336.tar.gz freebsd-ports-gnome-9b621d84fb9ffa8dc67af0b575a808c4e5f5d336.tar.zst freebsd-ports-gnome-9b621d84fb9ffa8dc67af0b575a808c4e5f5d336.zip |
- Update to 0.5-13.1
- Add "compiles" argument to USES=cran
Diffstat (limited to 'math/R-cran-gmp')
-rw-r--r-- | math/R-cran-gmp/Makefile | 4 | ||||
-rw-r--r-- | math/R-cran-gmp/distinfo | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/math/R-cran-gmp/Makefile b/math/R-cran-gmp/Makefile index 4a88d255b938..49cbb7aa032d 100644 --- a/math/R-cran-gmp/Makefile +++ b/math/R-cran-gmp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gmp -DISTVERSION= 0.5-12 +DISTVERSION= 0.5-13.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -13,6 +13,6 @@ LICENSE= GPLv2+ LIB_DEPENDS= libgmp.so:math/gmp -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include <bsd.port.mk> diff --git a/math/R-cran-gmp/distinfo b/math/R-cran-gmp/distinfo index debe7697b090..054355c48c86 100644 --- a/math/R-cran-gmp/distinfo +++ b/math/R-cran-gmp/distinfo @@ -1,2 +1,3 @@ -SHA256 (gmp_0.5-12.tar.gz) = aa4e6b0d0d64edfff166b7417e7c2782a1337905d667258d44ca881229dbd781 -SIZE (gmp_0.5-12.tar.gz) = 130077 +TIMESTAMP = 1493802710 +SHA256 (gmp_0.5-13.1.tar.gz) = 2f805374a26742cd43f6b2054130d8670eda1940070aabb9971e9e48226d0976 +SIZE (gmp_0.5-13.1.tar.gz) = 131321 |