diff options
author | netchild <netchild@FreeBSD.org> | 2011-02-28 22:07:23 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2011-02-28 22:07:23 +0800 |
commit | 9b52e005e0276786ddfd6e6959db07d8d908f05c (patch) | |
tree | 3bc12492b15c740af56ca29ebbacef1fc9fdff55 /dns | |
parent | 64d3e85917c97c637c63828c3ed1a8589ddff455 (diff) | |
download | freebsd-ports-gnome-9b52e005e0276786ddfd6e6959db07d8d908f05c.tar.gz freebsd-ports-gnome-9b52e005e0276786ddfd6e6959db07d8d908f05c.tar.zst freebsd-ports-gnome-9b52e005e0276786ddfd6e6959db07d8d908f05c.zip |
Deprecate all non-default Fedora based linux_base respectively linux-fx-*
ports. All of them are End of Life (no security updates) since a loooong time.
As they are not the default, I decided to go with a short expiration date (one
month). The maintainer of the few ports which depend upon the f8 infrastructure
is informed to take action (update to the default f10 infrastructure, or to
deprecate).
Diffstat (limited to 'dns')
-rw-r--r-- | dns/linux-f8-libidn/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/linux-f8-libidn/Makefile b/dns/linux-f8-libidn/Makefile index f3f2a41d07dd..4dc77c106c06 100644 --- a/dns/linux-f8-libidn/Makefile +++ b/dns/linux-f8-libidn/Makefile @@ -17,6 +17,9 @@ COMMENT= Internationalized Domain Name support library (Linux Fedora 8) CONFLICTS= linux-libidn-[0-9]* linux-f10-libidn-[0-9]* +DEPRECATED= End of Life since Jan 7, 2009 +EXPIRATION_DATE=2011-04-01 + USE_LINUX_RPM= yes LINUX_DIST_VER= 8 RPMVERSION= 4 |