diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-03-05 07:26:11 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-03-05 07:26:11 +0000 |
commit | 4a40b2c5af77432552978e7c82601bf5759570cc (patch) | |
tree | 65f5395561249f343b4c12e716223332815a19f4 /www/dansguardian/Makefile | |
parent | 92643d850a87d4482f42d5cec5aff1201ebde1d7 (diff) | |
download | ports-4a40b2c5af77432552978e7c82601bf5759570cc.tar.gz ports-4a40b2c5af77432552978e7c82601bf5759570cc.zip |
- Update to 2.8.0.4
* updated Big5 Chinese and Lithuanian language files
* added Hebrew and Swedish language files
* fixed several bugs in HTTP header handling
* fixed a few bugs in the -r soft-restart feature
* fixed a security issue with malformed URL processing
- install all default config files under samples/ directory
PR: ports/78372
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=130395
Diffstat (limited to 'www/dansguardian/Makefile')
-rw-r--r-- | www/dansguardian/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/dansguardian/Makefile b/www/dansguardian/Makefile index 702004a67043..9dbd2d449e24 100644 --- a/www/dansguardian/Makefile +++ b/www/dansguardian/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dansguardian -PORTVERSION= 2.8.0.2 +PORTVERSION= 2.8.0.4 CATEGORIES= www MASTER_SITES= # empty, see below DISTNAME= ${PORTNAME}-${PORTVERSION}.source @@ -32,7 +32,9 @@ CONFIGURE_ARGS= --bindir=/sbin/ \ --logdir=/var/log/ \ --cgidir=/www/cgi-bin/ \ --piddir=/var/run/ + MAN8= dansguardian.8 +NOMANCOMPRESSED= yes OPTIONS= DG_GCC3 "Compile using GCC 3.3 on FreeBSD 4.x." off \ DG_PHRASELISTS "Install new phraselists. (Overwrites existing.)" off |