aboutsummaryrefslogtreecommitdiff
path: root/www/dansguardian-devel
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-27 23:58:45 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-27 23:58:45 +0000
commitae224d01736dd87de4ce3d850d0445e1632d07bd (patch)
treef60a9074bde60f8d43f18ec89fb2b58f813cc157 /www/dansguardian-devel
parent9d5215e1ef8b861b752dcb99021ae37deb742726 (diff)
- Update to 2.9.8.2
PR: 108359 Submitted by: Freddie Cash<fcash@ocis.net> (Maintainer)
Notes
Notes: svn path=/head/; revision=183463
Diffstat (limited to 'www/dansguardian-devel')
-rw-r--r--www/dansguardian-devel/Makefile16
-rw-r--r--www/dansguardian-devel/distinfo6
2 files changed, 16 insertions, 6 deletions
diff --git a/www/dansguardian-devel/Makefile b/www/dansguardian-devel/Makefile
index 5649adb45af5..b357bc7d59b7 100644
--- a/www/dansguardian-devel/Makefile
+++ b/www/dansguardian-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dansguardian
-PORTVERSION= 2.9.8.0
+PORTVERSION= 2.9.8.2
#PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= # empty, see below
@@ -15,7 +15,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= fcash@sd73.bc.ca
COMMENT= A fast, feature-rich web content filter for Squid proxy servers
-LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid
USE_GCC= 3.4+
@@ -28,12 +27,14 @@ LATEST_LINK= dansguardian-devel
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var \
+ --mandir=/usr/local/man \
--with-logdir=/var/log \
--with-piddir=/var/run
MAN8= dansguardian.8
OPTIONS= DG_APACHE "Enable Apache support for access denied page" on \
+ DG_PCRE "Enable PCRE support" on \
DG_DMGR "Enable the fancy download manager" on \
DG_TRICKLE "Enable the trickle download manager" on \
DG_CLISCAN "Enable support for CLI content scanners" off \
@@ -42,7 +43,8 @@ OPTIONS= DG_APACHE "Enable Apache support for access denied page" on \
DG_ICAP "Enable ICAP AV content scanner support (testing)" off \
DG_KASP "Enable Kaspersky AV support (testing)" off \
DG_NTLM "Enable NTLM authentication plugin" off \
- DG_EMAIL "Enable e-mail reporting support" off
+ DG_EMAIL "Enable e-mail reporting support" off \
+ DG_DEBUG "Enable debug options - not for production use" off
DG_URL= http://dansguardian.org/index.php?page=copyright2
CONFDIR= ${PREFIX}/etc/dansguardian
@@ -55,6 +57,10 @@ RESTRICTED= Redistribution and commercial download is restricted. Check ${DG_URL
USE_APACHE= 1.3+
.endif
+.if !defined(WITHOUT_DG_PCRE)
+LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
+.endif
+
.if !defined(WITHOUT_DG_TRICKLE)
CONFIGURE_ARGS+= --enable-trickledm
.endif
@@ -126,6 +132,10 @@ PLIST_SUB+= EMAILCONF=""
PLIST_SUB+= EMAILCONF="@comment "
.endif
+.if defined(WITH_DG_DEBUG)
+CONFIGURE_ARGS+= --enable-dgdebug
+.endif
+
# User needs to manually download the distfile
.if !(exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})) && !defined(PACKAGE_BUILDING)
IGNORE= commercial source download is restricted. Please visit and read ${DG_URL} and download ${DISTNAME}${EXTRACT_SUFX} into ${DISTDIR} before running make
diff --git a/www/dansguardian-devel/distinfo b/www/dansguardian-devel/distinfo
index fe563a26178e..b10d3232c30a 100644
--- a/www/dansguardian-devel/distinfo
+++ b/www/dansguardian-devel/distinfo
@@ -1,3 +1,3 @@
-MD5 (dansguardian-2.9.8.0.tar.gz) = 2171456df5f04d038c31a34f3a9ddabe
-SHA256 (dansguardian-2.9.8.0.tar.gz) = dd112f1169b7469f015b15425a879a01d83311d7659ea763e3913e149e5288f4
-SIZE (dansguardian-2.9.8.0.tar.gz) = 444242
+MD5 (dansguardian-2.9.8.2.tar.gz) = 6d6e002be64df2ba7a3842e29fb2dd36
+SHA256 (dansguardian-2.9.8.2.tar.gz) = 228b5240e34c6a59d1cfdf7cc7ed206c6552bb6d584ba4e9e16478fdbd688c55
+SIZE (dansguardian-2.9.8.2.tar.gz) = 469129