diff options
author | garga <garga@FreeBSD.org> | 2010-10-09 01:18:18 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-10-09 01:18:18 +0800 |
commit | 5cf182ba5154fdebb758b0f8493dbc9ba171bc70 (patch) | |
tree | 283804eed51c067a730ef5d6d3b987605388b779 /emulators | |
parent | ce7cf64dba395ec5e0877d64490d50c98e9a0f84 (diff) | |
download | freebsd-ports-gnome-5cf182ba5154fdebb758b0f8493dbc9ba171bc70.tar.gz freebsd-ports-gnome-5cf182ba5154fdebb758b0f8493dbc9ba171bc70.tar.zst freebsd-ports-gnome-5cf182ba5154fdebb758b0f8493dbc9ba171bc70.zip |
Mark ports that depends of misc/compat3x as DEPRECATED and set EXPIRATION_DATE
to 2010-11-08 since compat3x is DEPRECATED, expired and has known
vulnerabilities
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware-guestd3/Makefile | 3 | ||||
-rw-r--r-- | emulators/vmware-tools3/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/emulators/vmware-guestd3/Makefile b/emulators/vmware-guestd3/Makefile index 7cd7f1c42c5a..e2a5b1ae6c44 100644 --- a/emulators/vmware-guestd3/Makefile +++ b/emulators/vmware-guestd3/Makefile @@ -30,6 +30,9 @@ IS_INTERACTIVE= yes RESTRICTED= "Not sure if we can redistribute this." NO_PACKAGE= ${RESTRICTED} +DEPRECATED= Depends of misc/compat3x, that is deprecated and set to be removed +EXPIRATION_DATE= 2010-11-08 + VMWARE_VER= 3.2.1 BUILD_VER= 2237 diff --git a/emulators/vmware-tools3/Makefile b/emulators/vmware-tools3/Makefile index 8529a0535a01..d848fa9564c8 100644 --- a/emulators/vmware-tools3/Makefile +++ b/emulators/vmware-tools3/Makefile @@ -32,6 +32,9 @@ IS_INTERACTIVE= yes RESTRICTED= "Not sure if we can redistribute this." NO_PACKAGE= ${RESTRICTED} +DEPRECATED= Depends of misc/compat3x, that is deprecated and set to be removed +EXPIRATION_DATE= 2010-11-08 + VMWARE_VER= 3.2.1 BUILD_VER= 2237 |