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.2 | |
parent | 9a8b81c86dc9c95bfacd9eea1e21ebaaed625be6 (diff) | |
download | ports-b821effca4d567404360791c88de0b321b318b3c.tar.gz ports-b821effca4d567404360791c88de0b321b318b3c.zip |
Notes
Diffstat (limited to 'emulators/linux_base-suse-9.2')
-rw-r--r-- | emulators/linux_base-suse-9.2/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile index aec7428dbeec..524fe0a3c29e 100644 --- a/emulators/linux_base-suse-9.2/Makefile +++ b/emulators/linux_base-suse-9.2/Makefile @@ -9,6 +9,7 @@ PORTNAME= linux_base-suse PORTVERSION= 9.2 +PORTREVISION= 1 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_SUSE} ${MASTER_SITE_SUSE:S/$/:update/} MASTER_SITE_SUBDIR= i386/9.2/suse/i586 i386/update/9.2/rpm/i586/:update @@ -47,9 +48,13 @@ COMMENT= Basic packages for Linux mode from SUSE 9.2/i386 EXTRACT_DEPENDS= rpm:${PORTSDIR}/archivers/rpm -CONFLICTS= linux_base-7* linux_base-debian* \ +CONFLICTS= linux_base-7* linux_base-debian* linux_base-fc* \ linux_base-gentoo* linux_base-rh* linux_base-suse-9.1* +DEPRECATED= unmaintained and does not comply to the linux_base invariants +EXPIRATION_DATE=2006-09-01 +IGNORE= ${DEPRECATED} + RESTRICTED= "binaries under GNU GPL: http://www.gnu.org/licenses/gpl.txt" ONLY_FOR_ARCHS= amd64 i386 DIST_SUBDIR= rpm/i386/suse/9.2 |