diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-03-16 01:14:40 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-03-16 01:14:40 +0000 |
commit | eddfbaafc4b0966141d1a7be97bef1f76409e689 (patch) | |
tree | d982738adee228db9caae945b0d2da56cbc0d901 | |
parent | Add a patch to fix runtime problems when snort is built with -DWITH_MYSQL (diff) |
According to Ben Bucksch, version 0.8.2 "contains critical security
updates".
Approved by: kris (ports frozen by portmgr)
Notes
Notes:
svn path=/head/; revision=77138
-rw-r--r-- | www/beonex/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/beonex/Makefile b/www/beonex/Makefile index ff4aa4d61db6..d5822efb622e 100644 --- a/www/beonex/Makefile +++ b/www/beonex/Makefile @@ -15,6 +15,7 @@ DISTNAME= beonex-comm-${PORTVERSION}-stable-1-source-tarball MAINTAINER= trevor@FreeBSD.org COMMENT= Open-source browser, HTML editor, mail and news client +FORBIDDEN= "warning from author about security problems" BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 |