View | Details | Raw Unified | Return to bug 93110
Collapse All | Expand All

(-)dansguardian-devel/Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	dansguardian
8
PORTNAME=	dansguardian
9
PORTVERSION=	2.9.3.2
9
PORTVERSION=	2.9.5.0
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	# empty, see below
11
MASTER_SITES=	# empty, see below
12
DISTNAME=	${PORTNAME}-${PORTVERSION}
12
DISTNAME=	${PORTNAME}-${PORTVERSION}
Lines 55-61 Link Here
55
55
56
.if defined(WITH_DG_CLAMAV)
56
.if defined(WITH_DG_CLAMAV)
57
CONFIGURE_ARGS+=	--enable-clamav=yes
57
CONFIGURE_ARGS+=	--enable-clamav=yes
58
LIB_DEPENDS+=		clamav.1:${PORTSDIR}/security/clamav:install
58
LIB_DEPENDS+=		clamav.1:${PORTSDIR}/security/clamav
59
.endif
59
.endif
60
60
61
.if defined(WITH_DG_CLAMD)
61
.if defined(WITH_DG_CLAMD)
(-)dansguardian-devel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (dansguardian-2.9.3.2.tar.gz) = 9683eab32ee99f270213c394713de171
1
MD5 (dansguardian-2.9.5.0.tar.gz) = 40da3170df0b1f2def892316e13bcd9c
2
SHA256 (dansguardian-2.9.3.2.tar.gz) = c6ac384e9a9205d37f350c1a803cc8c04594e486868b40ebcd8d36405aaef605
2
SHA256 (dansguardian-2.9.5.0.tar.gz) = 1dae71135b94f2b3ae9cf6d5cf066afcd6954b2444c60f9fe4febc8b946d9f2d
3
SIZE (dansguardian-2.9.3.2.tar.gz) = 402793
3
SIZE (dansguardian-2.9.5.0.tar.gz) = 411920
(-)dansguardian-devel/files/patch-Makefile.in (-3 / +5 lines)
Lines 1-6 Link Here
1
--- Makefile.in.orig	Fri Dec 16 09:25:29 2005
1
--- Makefile.in.orig	Thu Feb  2 03:06:47 2006
2
+++ Makefile.in	Fri Dec 16 09:25:46 2005
2
+++ Makefile.in	Thu Feb  9 14:34:35 2006
3
@@ -615,10 +615,10 @@
3
@@ -617,10 +617,12 @@
4
 
4
 
5
 
5
 
6
 install-data-local:
6
 install-data-local:
Lines 12-17 Link Here
12
+#		$(mkinstalldirs) $(DESTDIR)$(DGLOGLOCATION) && \
12
+#		$(mkinstalldirs) $(DESTDIR)$(DGLOGLOCATION) && \
13
+#		chown -R $(DGPROXYUSER):$(DGPROXYGROUP) $(DESTDIR)$(DGLOGLOCATION); \
13
+#		chown -R $(DGPROXYUSER):$(DGPROXYGROUP) $(DESTDIR)$(DGLOGLOCATION); \
14
+#	fi
14
+#	fi
15
+	touch $(DGLOGLOCATION)/dansguardian.log
16
+	chown $(DGPROXYUSER):$(DGPROXYGROUP) $(DGLOGLOCATION)/dansguardian.log
15
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
17
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
16
 # Otherwise a system limit (for SysV at least) may be exceeded.
18
 # Otherwise a system limit (for SysV at least) may be exceeded.
17
 .NOEXPORT:
19
 .NOEXPORT:
(-)dansguardian-devel/pkg-plist (-5 / +1 lines)
Lines 136-143 Link Here
136
%%DATADIR%%/scripts/systemv-init
136
%%DATADIR%%/scripts/systemv-init
137
etc/dansguardian/authplugins/ident.conf
137
etc/dansguardian/authplugins/ident.conf
138
etc/dansguardian/authplugins/ip.conf
138
etc/dansguardian/authplugins/ip.conf
139
etc/dansguardian/authplugins/ntlm.conf
139
etc/dansguardian/authplugins/proxy-basic.conf
140
etc/dansguardian/authplugins/proxy.conf
141
etc/dansguardian/lists/authplugins/ipgroups
140
etc/dansguardian/lists/authplugins/ipgroups
142
etc/dansguardian/lists/blacklists/ads/domains
141
etc/dansguardian/lists/blacklists/ads/domains
143
etc/dansguardian/lists/blacklists/ads/urls
142
etc/dansguardian/lists/blacklists/ads/urls
Lines 223-231 Link Here
223
etc/dansguardian/downloadmanagers/fancy.conf
222
etc/dansguardian/downloadmanagers/fancy.conf
224
etc/dansguardian/contentscanners/clamav.conf
223
etc/dansguardian/contentscanners/clamav.conf
225
etc/dansguardian/contentscanners/clamdscan.conf
224
etc/dansguardian/contentscanners/clamdscan.conf
226
etc/dansguardian/contentscanners/icapscan.conf
227
etc/dansguardian/contentscanners/kavav.conf
228
etc/dansguardian/contentscanners/kavdscan.conf
229
etc/dansguardian/dansguardian.conf
225
etc/dansguardian/dansguardian.conf
230
etc/dansguardian/dansguardianf1.conf
226
etc/dansguardian/dansguardianf1.conf
231
@dirrm %%DATADIR%%/scripts
227
@dirrm %%DATADIR%%/scripts

Return to bug 93110