diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-04-04 06:05:02 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-04-04 06:05:02 +0000 |
commit | 5aee6895855259902673f37de799a1255e1f55fd (patch) | |
tree | 02ca696cab8a080058efad601599494da098464b /math/gmp | |
parent | 7315f7693f3bbaa86c4ae164f81da44d86008799 (diff) | |
download | ports-5aee6895855259902673f37de799a1255e1f55fd.tar.gz ports-5aee6895855259902673f37de799a1255e1f55fd.zip |
Notes
Diffstat (limited to 'math/gmp')
-rw-r--r-- | math/gmp/Makefile | 5 | ||||
-rw-r--r-- | math/gmp/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile index 5e67f7f2c229..b43fae072f93 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -7,8 +7,7 @@ # PORTNAME= libgmp -PORTVERSION= 4.1.4 -PORTREVISION= 2 +PORTVERSION= 4.2 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gmp @@ -25,6 +24,6 @@ INSTALLS_SHLIB= yes INFO= gmp post-extract: - @${RM} -f ${WRKSRC}/gmp.info* + @${RM} -f ${WRKSRC}/doc/gmp.info* .include <bsd.port.mk> diff --git a/math/gmp/distinfo b/math/gmp/distinfo index 2deb8db49f80..96d15a3c9a8a 100644 --- a/math/gmp/distinfo +++ b/math/gmp/distinfo @@ -1,3 +1,3 @@ -MD5 (gmp-4.1.4.tar.gz) = aa5e5fb3a7cdebe8c5b681a6cf4a670e -SHA256 (gmp-4.1.4.tar.gz) = ce71ebe8ad0e328c7c188803a726b2ddaad9b2ff072cfbaee9c788c733983cb8 -SIZE (gmp-4.1.4.tar.gz) = 2201302 +MD5 (gmp-4.2.tar.gz) = 7e2bcee8fcf536b98af813f5f18ad912 +SHA256 (gmp-4.2.tar.gz) = 2d03e7681de432dd87e4fc172dab370bd858dc6beed003e0814a50b49851549e +SIZE (gmp-4.2.tar.gz) = 2249078 |