diff options
author | dougb <dougb@FreeBSD.org> | 2011-09-26 17:24:20 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-09-26 17:24:20 +0800 |
commit | cd86df6df0f52c43ee792f07f52841c6a8c0055f (patch) | |
tree | 09365089525399a39d617a9b43b79f8b1bad9de6 /comms | |
parent | 5046e1b76fe061bf8406be4d6be981dd6b44bc9b (diff) | |
download | freebsd-ports-gnome-cd86df6df0f52c43ee792f07f52841c6a8c0055f.tar.gz freebsd-ports-gnome-cd86df6df0f52c43ee792f07f52841c6a8c0055f.tar.zst freebsd-ports-gnome-cd86df6df0f52c43ee792f07f52841c6a8c0055f.zip |
Mark FORBIDDEN the remaining ports that are vulnerable for more than
2 weeks according to portaudit (ranging from 23 days to 7 years).
The maintainers were notified by mail that this action would be taken
on 2011-09-03. (Ports for which maintainers responded have been/will be
dealt with separately.)
Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few
ports that rely on those DEPRECATED ports.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libsyncml/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comms/libsyncml/Makefile b/comms/libsyncml/Makefile index 15e0859256e9..7ddede5a00e2 100644 --- a/comms/libsyncml/Makefile +++ b/comms/libsyncml/Makefile @@ -15,6 +15,9 @@ MASTER_SITES= http://libsyncml.opensync.org/download/releases/${PORTVERSION}/ \ MAINTAINER= samm@os2.kiev.ua COMMENT= SyncML protocol library for PIM data synchronization +DEPRECATED= Depends on devel/libsoup22, which is FORBIDDEN +EXPIRATION_DATE= 2011-10-14 + LIB_DEPENDS= wbxml2:${PORTSDIR}/textproc/wbxml2 \ openobex:${PORTSDIR}/comms/openobex \ soup-2.2.8:${PORTSDIR}/devel/libsoup22 |