diff options
author | netchild <netchild@FreeBSD.org> | 2012-04-15 04:24:51 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2012-04-15 04:24:51 +0800 |
commit | c5317c2a0da52ce6ac77833e4fe9b248fab77ccb (patch) | |
tree | c256b22d65db5bb4fef29b8e77e66e6b529ec4c6 /graphics/linux-png10 | |
parent | a6813af6eb06b9570d1fad3b8ec310db8771d226 (diff) | |
download | freebsd-ports-gnome-c5317c2a0da52ce6ac77833e4fe9b248fab77ccb.tar.gz freebsd-ports-gnome-c5317c2a0da52ce6ac77833e4fe9b248fab77ccb.tar.zst freebsd-ports-gnome-c5317c2a0da52ce6ac77833e4fe9b248fab77ccb.zip |
Set the expiration date for all ports which depend upon linux_base-fc4 to
the EoL of the last 7.x release. The 7.x branch is the only supported
FreeBSD version not yet at his EoL which needs a linux 2.4 based linuxulator
environment (linux_base-f10 doesn't work there).
I didn't bump the portrevision, this is mostly done as a hint for ports
committers to tell them that at least the emulation@-owned ports need
to stay until then (even the forbidden ones). The dependent ports need to
go at the same time, but are free to be deleted before.
Discussed with: bsam
Diffstat (limited to 'graphics/linux-png10')
-rw-r--r-- | graphics/linux-png10/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/linux-png10/Makefile b/graphics/linux-png10/Makefile index 497d1df4f046..1ec4ad49b8be 100644 --- a/graphics/linux-png10/Makefile +++ b/graphics/linux-png10/Makefile @@ -18,6 +18,8 @@ COMMENT= RPM of the PNG lib (old 1.0 version) CONFLICTS= linux-f8-png10-[0-9]* linux-f10-png10-[0-9]* LATEST_LINK= linux-png10 +# EXPIRATION_DATE is the EoL of the last 7.x release +EXPIRATION_DATE=2013-02-28 ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes LINUX_DIST_VER= 4 |