diff options
author | asau <asau@pkgsrc.org> | 2010-01-15 14:04:36 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-01-15 14:04:36 +0000 |
commit | 73e9794d27bd6d9aa7600f8afe823d8afb4181a9 (patch) | |
tree | 7ffc817378380767df1e1cc9214e186511078508 /math/mpfr/Makefile | |
parent | 9af51007731e3ceaf75648f1a8c465a8da0a1b87 (diff) | |
download | pkgsrc-73e9794d27bd6d9aa7600f8afe823d8afb4181a9.tar.gz |
Update to MPFR 2.4.2-p3.
Previously used cumulative patch is no longer distributed,
replace it with individual patches.
It is hard to tell what the patch level was before.
Diffstat (limited to 'math/mpfr/Makefile')
-rw-r--r-- | math/mpfr/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 5193ed0dbf6..b4e01c7fa5c 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.14 2009/12/15 12:36:50 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2010/01/15 14:04:36 asau Exp $ # DISTNAME= mpfr-2.4.2 +PKGNAME= ${DISTNAME}.3 # append patch level CATEGORIES= math MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= ${DISTNAME} -PATCHFILES= patches +PATCHFILES= patch01 patch02 patch03 PATCH_SITES= ${MASTER_SITES} PATCH_DIST_STRIP= -p1 |