diff options
author | ale <ale@FreeBSD.org> | 2009-12-01 19:33:12 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2009-12-01 19:33:12 +0800 |
commit | dc15f262d1d65e1156c45ba2a7c59eaca5cbcf57 (patch) | |
tree | 7d15bf27c569863727afc996973ee79064c0e434 /math | |
parent | 5ac0cbba4a6ec86c2e954c16785d7d63bbd5d377 (diff) | |
download | freebsd-ports-gnome-dc15f262d1d65e1156c45ba2a7c59eaca5cbcf57.tar.gz freebsd-ports-gnome-dc15f262d1d65e1156c45ba2a7c59eaca5cbcf57.tar.zst freebsd-ports-gnome-dc15f262d1d65e1156c45ba2a7c59eaca5cbcf57.zip |
Update to 2.4.2 release.
Diffstat (limited to 'math')
-rw-r--r-- | math/mpfr/Makefile | 11 | ||||
-rw-r--r-- | math/mpfr/distinfo | 6 |
2 files changed, 12 insertions, 5 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index a350d1819a18..e2953aa291e0 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mpfr -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.4.2 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= mpfr @@ -24,6 +23,14 @@ USE_LDCONFIG= yes INFO= mpfr +PORTDOCS= * + +.if defined(NOPORTDOCS) +post-patch: + @${REINPLACE_CMD} 's/install-nobase_dist_docDATA$$//' \ + ${WRKSRC}/Makefile.in +.endif + regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo index ffc6efa76f64..a435f4924cdd 100644 --- a/math/mpfr/distinfo +++ b/math/mpfr/distinfo @@ -1,3 +1,3 @@ -MD5 (mpfr/mpfr-2.4.1.tar.bz2) = c5ee0a8ce82ad55fe29ac57edd35d09e -SHA256 (mpfr/mpfr-2.4.1.tar.bz2) = 642890e85c6ee684b5c257612df15b034b2a06a5c277fb6647332ebe763a485e -SIZE (mpfr/mpfr-2.4.1.tar.bz2) = 1064281 +MD5 (mpfr/mpfr-2.4.2.tar.bz2) = 89e59fe665e2b3ad44a6789f40b059a0 +SHA256 (mpfr/mpfr-2.4.2.tar.bz2) = c7e75a08a8d49d2082e4caee1591a05d11b9d5627514e678f02d66a124bcf2ba +SIZE (mpfr/mpfr-2.4.2.tar.bz2) = 1077886 |