# $FreeBSD: ports/www/dansguardian-devel/Makefile,v 1.45 2013/01/09 01:01:46 svnexp Exp $
PORTNAME= dansguardian
PORTVERSION= 2.12.0.2
PORTVERSION= 2.12.0.3
CATEGORIES= www
MASTER_SITES= # empty, see below
SHA256 (dansguardian-2.12.0.2.tar.bz2) = 8f89077bf68e6d864c506193efc1d7a98e660650adb4edcb68b54c46f07f2fa0
SHA256 (dansguardian-2.12.0.3.tar.bz2) = c74e9a32b97f9a9a056fced3da23fe48fca2bc6aa9af670afe9a53dc819414f5
SIZE (dansguardian-2.12.0.2.tar.bz2) = 577994
SIZE (dansguardian-2.12.0.3.tar.bz2) = 577701
--- ./src/ConnectionHandler.cpp.orig 2012-09-29 17:06:45.000000000 -0300
+++ ./src/ConnectionHandler.cpp 2013-01-16 03:04:07.000000000 -0200
@@ -1488,8 +1488,11 @@
//if we cant write the certificate its not the end of the world but it is slow
if (!writecert){
+#ifdef DGDEBUG
std::cout << dbgPeerPort << " -Couldn't save certificate to on disk cache" << std::endl;
+#endif
syslog(LOG_ERR,"Couldn't save certificate to on disk cache");
+
}
#ifdef DGDEBUG