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 /devel | |
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 'devel')
-rw-r--r-- | devel/linux-f8-allegro/Makefile | 3 | ||||
-rw-r--r-- | devel/linux-f8-libglade/Makefile | 3 | ||||
-rw-r--r-- | devel/linux-f8-libglade2/Makefile | 3 | ||||
-rw-r--r-- | devel/linux-f8-libsigc++20/Makefile | 3 | ||||
-rw-r--r-- | devel/linux-f8-nspr/Makefile | 3 | ||||
-rw-r--r-- | devel/linux-f8-sdl12/Makefile | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/devel/linux-f8-allegro/Makefile b/devel/linux-f8-allegro/Makefile index 945416f45b61..25e266cc2dd2 100644 --- a/devel/linux-f8-allegro/Makefile +++ b/devel/linux-f8-allegro/Makefile @@ -17,6 +17,9 @@ COMMENT= Cross-platform game programming library (Linux Fedora 8) CONFLICTS= linux-allegro-[0-9]* linux-f10-allegro-[0-9]* +DEPRECATED= End of Life since Jan 7, 2009 +EXPIRATION_DATE=2011-04-01 + USE_LINUX_RPM= yes USE_LINUX_APPS= xorglibs ONLY_FOR_ARCHS= i386 amd64 diff --git a/devel/linux-f8-libglade/Makefile b/devel/linux-f8-libglade/Makefile index b5339005a031..b3a9a194a26d 100644 --- a/devel/linux-f8-libglade/Makefile +++ b/devel/linux-f8-libglade/Makefile @@ -17,6 +17,9 @@ COMMENT= RPM of libglade (Linux Fedora 8) CONFLICTS= linux-libglade-[0-9]* linux-f10-libglade-[0-9]* +DEPRECATED= End of Life since Jan 7, 2009 +EXPIRATION_DATE=2011-04-01 + USE_LINUX_RPM= yes LINUX_DIST_VER= 8 RPMVERSION= 20.fc8 diff --git a/devel/linux-f8-libglade2/Makefile b/devel/linux-f8-libglade2/Makefile index f09e5647653a..7cc2d5884804 100644 --- a/devel/linux-f8-libglade2/Makefile +++ b/devel/linux-f8-libglade2/Makefile @@ -17,6 +17,9 @@ COMMENT= RPM of libglade2 (Linux Fedora 8) CONFLICTS= linux-libglade2-[0-9]* linux-f10-libglade2-[0-9]* +DEPRECATED= End of Life since Jan 7, 2009 +EXPIRATION_DATE=2011-04-01 + USE_LINUX_RPM= yes LINUX_DIST_VER= 8 RPMVERSION= 3.fc8 diff --git a/devel/linux-f8-libsigc++20/Makefile b/devel/linux-f8-libsigc++20/Makefile index e32e5b2b8ae8..2939195d760d 100644 --- a/devel/linux-f8-libsigc++20/Makefile +++ b/devel/linux-f8-libsigc++20/Makefile @@ -17,6 +17,9 @@ COMMENT= Callback Framework for C++ (Linux Fedora 8) CONFLICTS= linux-libsigc++20-[0-9]* linux-f10-libsigc++20-[0-9]* +DEPRECATED= End of Life since Jan 7, 2009 +EXPIRATION_DATE=2011-04-01 + ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes LINUX_DIST_VER= 8 diff --git a/devel/linux-f8-nspr/Makefile b/devel/linux-f8-nspr/Makefile index d46185971db9..86e8a57275e7 100644 --- a/devel/linux-f8-nspr/Makefile +++ b/devel/linux-f8-nspr/Makefile @@ -17,6 +17,9 @@ COMMENT= Netscape Portable Runtime (Linux Fedora 8) CONFLICTS= linux-nspr-[0-9]* linux-f10-nspr-[0-9]* +DEPRECATED= End of Life since Jan 7, 2009 +EXPIRATION_DATE=2011-04-01 + USE_LINUX_RPM= yes LINUX_DIST_VER= 8 RPMVERSION= 1.fc8 diff --git a/devel/linux-f8-sdl12/Makefile b/devel/linux-f8-sdl12/Makefile index d6379eab899a..33e7d98797c0 100644 --- a/devel/linux-f8-sdl12/Makefile +++ b/devel/linux-f8-sdl12/Makefile @@ -17,6 +17,9 @@ COMMENT= Cross-platform multi-media development API (Linux Fedora 8) CONFLICTS= linux-sdl12-[0-9]* linux-f10-sdl12-[0-9]* +DEPRECATED= End of Life since Jan 7, 2009 +EXPIRATION_DATE=2011-04-01 + ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes USE_LINUX_APPS= xorglibs |