diff options
author | netchild <netchild@FreeBSD.org> | 2004-06-03 01:18:49 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-06-03 01:18:49 +0800 |
commit | dfee27c01ccfa3064d354f7e62355d5d428501e5 (patch) | |
tree | 0b7a04c003743fc4a00a388703c8fc3a38046832 /math | |
parent | ad76174787f929462e60068470ca776f7f346177 (diff) | |
download | freebsd-ports-gnome-dfee27c01ccfa3064d354f7e62355d5d428501e5.tar.gz freebsd-ports-gnome-dfee27c01ccfa3064d354f7e62355d5d428501e5.tar.zst freebsd-ports-gnome-dfee27c01ccfa3064d354f7e62355d5d428501e5.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
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 |