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 /sysutils | |
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 'sysutils')
-rw-r--r-- | sysutils/linux-procps/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/linux-procps/Makefile b/sysutils/linux-procps/Makefile index f6cbffe186e0..8e321e7c61b0 100644 --- a/sysutils/linux-procps/Makefile +++ b/sysutils/linux-procps/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-6.4 MAINTAINER= emulation@FreeBSD.org COMMENT= Linux psproc binaries +# EXPIRATION_DATE is the EoL of the last 7.x release +EXPIRATION_DATE=2013-02-28 USE_LINUX_RPM= yes ONLY_FOR_ARCHS= i386 amd64 LINUX_DIST_VER= 4 |