diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-06-02 17:18:49 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-06-02 17:18:49 +0000 |
commit | e52ec612d63d837f85936966a5d0f75e3789ea5c (patch) | |
tree | 88239232cc032b359f826ea8ca505b92c0b9aaee /math | |
parent | eb050698650cd1c5fc82b78ea5edfd581127e819 (diff) | |
download | ports-e52ec612d63d837f85936966a5d0f75e3789ea5c.tar.gz ports-e52ec612d63d837f85936966a5d0f75e3789ea5c.zip |
Mark DEPRECATED, libgmp-freebsd is no longer used by any FreeBSD port
and is superseded by math/libgmp4. Other than libgmp-freebsd, libgmp4
builds on the main architectures supported by FreeBSD and is backwards-
compatible to the former. Therefore libgmp4 should be used by new ports
instead.
Set EXPIRATION_DATE arbitrarily to 2004-07-01.
Submitted by: marius
Notes
Notes:
svn path=/head/; revision=110687
Diffstat (limited to 'math')
-rw-r--r-- | math/libgmp-freebsd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/libgmp-freebsd/Makefile b/math/libgmp-freebsd/Makefile index 139e865c8c01..78c0fb2d6a6c 100644 --- a/math/libgmp-freebsd/Makefile +++ b/math/libgmp-freebsd/Makefile @@ -14,6 +14,9 @@ MASTER_SITE_SUBDIR= sobomax MAINTAINER= ports@FreeBSD.org COMMENT= A library for arbitrary precision arithmetic +DEPRECATED= "superseded by math/libgmp4" +EXPIRATION_DATE= 2004-07-01 + NO_LATEST_LINK= yes CONFLICTS= libgmp-4* ONLY_FOR_ARCHS= alpha i386 |