diff options
author | netchild <netchild@FreeBSD.org> | 2006-06-17 09:28:02 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-06-17 09:28:02 +0000 |
commit | 2377aaa6bed073abd52720e7ddf3b5494726ea59 (patch) | |
tree | 7b97d6f324d0e3de5358e8cd4dba2d07342a37db /emulators/linux_base | |
parent | 0be96dc3366c647e5d4d37c3685b1e3c37502d49 (diff) | |
download | FreeBSD-ports-2377aaa6bed073abd52720e7ddf3b5494726ea59.zip FreeBSD-ports-2377aaa6bed073abd52720e7ddf3b5494726ea59.tar.gz |
Mark deprecated and set expiration time for various reasons:
- superseeded
- outdated/EOL
- no maintainer
- bitrod
While I'm here add some more conflicts.
Diffstat (limited to 'emulators/linux_base')
-rw-r--r-- | emulators/linux_base/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index 7f7b765..05ea6e8 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -8,6 +8,7 @@ PORTNAME= linux_base-rh PORTVERSION= 7.3 +PORTREVISION= 1 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} ${MASTER_SITE_LOCAL:S/$/:x11/} \ http://download.fedoralegacy.org/redhat/7.3/updates/i386/:legacy @@ -53,6 +54,10 @@ CONFLICTS= linux_base-7.1* linux_base-debian* \ linux_base-gentoo* linux_base-rh-9* linux_base-suse-9* \ linux-XFree86-libs* +DEPRECATED= unsupported by upstream, no security support anymore +EXPIRATION_DATE=2006-09-01 +IGNORE= ${DEPRECATED} + NO_LATEST_LINK= yes ONLY_FOR_ARCHS= amd64 i386 DIST_SUBDIR= rpm/rh-7.3 |