diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-09-20 14:13:41 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-09-20 14:13:41 +0000 |
commit | 37ca9d9cc8abe3806cd57b2ff89bdc609ede2587 (patch) | |
tree | 2d5c47259c8d4aa302f8bd7e67668fbb2e2bf2e5 /textproc/linux-f10-libxml2/Makefile | |
parent | ed263247913a7e34a3778e623aee4b860d900ba2 (diff) |
Remove FORBIDDEN that references vuxml. We already have vuxml, portaudit
and pkg audit to handle this. The user can make their own decision as to
whether or not they want to use vulnerable ports or packages. Using
FORBIDDEN like this is not proper. It should only be used in extreme
cases.
In the meantime, the new Linux ports are being tested and should arrive
soon.
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=368642
Diffstat (limited to 'textproc/linux-f10-libxml2/Makefile')
-rw-r--r-- | textproc/linux-f10-libxml2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/linux-f10-libxml2/Makefile b/textproc/linux-f10-libxml2/Makefile index ed3619bb42b8..83f414b2c7b4 100644 --- a/textproc/linux-f10-libxml2/Makefile +++ b/textproc/linux-f10-libxml2/Makefile @@ -12,8 +12,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Library providing XML and HTML support (Linux Fedora 10) -FORBIDDEN= http://www.freshports.org/vuxml.php?vid=57f1a624-6197-11e1-b98c-bcaec565249c|7be92050-a450-11e2-9898-001060e06fd4|b8ae4659-a0da-11e1-a294-bcaec565249c - CONFLICTS= linux-libxml2-[0-9]* linux-f8-libxml2-[0-9]* USE_LINUX_RPM= yes |