diff options
author | garga <garga@FreeBSD.org> | 2010-10-08 17:18:18 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-10-08 17:18:18 +0000 |
commit | 5cf182ba5154fdebb758b0f8493dbc9ba171bc70 (patch) | |
tree | 283804eed51c067a730ef5d6d3b987605388b779 | |
parent | ce7cf64dba395ec5e0877d64490d50c98e9a0f84 (diff) | |
download | FreeBSD-ports-5cf182ba5154fdebb758b0f8493dbc9ba171bc70.zip FreeBSD-ports-5cf182ba5154fdebb758b0f8493dbc9ba171bc70.tar.gz |
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
-rw-r--r-- | emulators/vmware-guestd3/Makefile | 3 | ||||
-rw-r--r-- | emulators/vmware-tools3/Makefile | 3 | ||||
-rw-r--r-- | security/vscan/Makefile | 2 | ||||
-rw-r--r-- | www/ssserver/Makefile | 3 |
4 files changed, 11 insertions, 0 deletions
diff --git a/emulators/vmware-guestd3/Makefile b/emulators/vmware-guestd3/Makefile index 7cd7f1c..e2a5b1a 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 8529a05..d848fa9 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 diff --git a/security/vscan/Makefile b/security/vscan/Makefile index ebe8f19..e1f77c5 100644 --- a/security/vscan/Makefile +++ b/security/vscan/Makefile @@ -17,6 +17,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Evaluation version of a DOS/Windows/Linux file virus scanner BROKEN= Does not fetch +DEPRECATED= Depends of misc/compat3x, that is deprecated and set to be removed +EXPIRATION_DATE= 2010-11-08 # misc/compat3x is forbidden, but with FreeBSD 5.1 or later you can use # libmap.conf(5) to map against current libc. This may affect the system diff --git a/www/ssserver/Makefile b/www/ssserver/Makefile index 58b50b1..f290757 100644 --- a/www/ssserver/Makefile +++ b/www/ssserver/Makefile @@ -18,6 +18,9 @@ LIB_DEPENDS= c.3:${PORTSDIR}/misc/compat3x ONLY_FOR_ARCHS= i386 NO_BUILD= yes +DEPRECATED= Depends of misc/compat3x, that is deprecated and set to be removed +EXPIRATION_DATE= 2010-11-08 + INSTALL_RWDATA= ${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m 666 do-install: |