diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-06-17 09:28:02 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-06-17 09:28:02 +0000 |
commit | b821effca4d567404360791c88de0b321b318b3c (patch) | |
tree | 2afd98ce11e394b5f5e18cdd94101b320ad82d6e /emulators/linux_base-suse-9.3/Makefile | |
parent | 9a8b81c86dc9c95bfacd9eea1e21ebaaed625be6 (diff) | |
download | ports-b821effca4d567404360791c88de0b321b318b3c.tar.gz ports-b821effca4d567404360791c88de0b321b318b3c.zip |
Notes
Diffstat (limited to 'emulators/linux_base-suse-9.3/Makefile')
-rw-r--r-- | emulators/linux_base-suse-9.3/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile index 4114503d147d..c4e63be4cf9e 100644 --- a/emulators/linux_base-suse-9.3/Makefile +++ b/emulators/linux_base-suse-9.3/Makefile @@ -9,7 +9,7 @@ PORTNAME= linux_base-suse PORTVERSION= 9.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_SUSE} ${MASTER_SITE_SUSE:S/$/:update/} MASTER_SITE_SUBDIR= i386/9.3/suse/i586 i386/update/9.3/rpm/i586/:update @@ -20,7 +20,11 @@ COMMENT= Basic packages for Linux mode from SUSE 9.3/i386 EXTRACT_DEPENDS= rpm:${PORTSDIR}/archivers/rpm CONFLICTS= linux_base-7* linux_base-debian* linux_base-gentoo* linux_base-rh* \ - linux_base-suse-9.1* linux_base-suse-9.2* + linux_base-suse-9.1* linux_base-suse-9.2* linux_base-fc* + +DEPRECATED= unmaintained and does not comply to the linux_base invariants +EXPIRATION_DATE=2006-09-01 +IGNORE= ${DEPRECATED} RPMLIST= ${.CURDIR}/files/rpmlist.conf |