diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2012-04-14 20:24:51 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2012-04-14 20:24:51 +0000 |
commit | 7be25933eaf2d1aa3a5170c9468d1fa26be6d6a6 (patch) | |
tree | ceb97f680c026c2031c8e794d4166ee12c393207 /emulators | |
parent | b98600cc5bf34caedda41d5eebbfddf3e9636a8f (diff) | |
download | ports-7be25933eaf2d1aa3a5170c9468d1fa26be6d6a6.tar.gz ports-7be25933eaf2d1aa3a5170c9468d1fa26be6d6a6.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-libaio/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-fc4/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/emulators/linux-libaio/Makefile b/emulators/linux-libaio/Makefile index 782a2a95c2bc..32bf26c41b12 100644 --- a/emulators/linux-libaio/Makefile +++ b/emulators/linux-libaio/Makefile @@ -12,6 +12,8 @@ CATEGORIES= emulators linux MAINTAINER= numisemis@yahoo.com COMMENT= Linux-native asynchronous I/O access library, Linux binary +# 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 diff --git a/emulators/linux_base-fc4/Makefile b/emulators/linux_base-fc4/Makefile index 0203fd7b1baf..ca748e5cdb46 100644 --- a/emulators/linux_base-fc4/Makefile +++ b/emulators/linux_base-fc4/Makefile @@ -96,6 +96,8 @@ ALWAYS_KEEP_DISTFILES= yes LATEST_LINK= linux_base CONFLICTS= linux_base-gentoo* linux_locale* \ linux_base-f8* linux_base-f7* linux_base-fc6* +# EXPIRATION_DATE is the EoL of the last 7.x release +EXPIRATION_DATE=2013-02-28 ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i386 USE_LINUX_PREFIX= yes |