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

(-)Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	squid
3
PORTNAME=	squid
4
PORTVERSION=	3.5.28
4
PORTVERSION=	3.5.28
5
PORTREVISION=	1
5
CATEGORIES=	www ipv6
6
CATEGORIES=	www ipv6
6
MASTER_SITES=	http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
7
MASTER_SITES=	http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
7
		http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
8
		http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \
(-)files/patch-ServiceRep.cc (+11 lines)
Line 0 Link Here
1
--- src/adaptation/ecap/ServiceRep.cc.orig	2018-09-24 18:34:06 UTC
2
+++ src/adaptation/ecap/ServiceRep.cc
3
@@ -234,7 +234,7 @@ bool Adaptation::Ecap::ServiceRep::probe
4
 
5
 bool Adaptation::Ecap::ServiceRep::up() const
6
 {
7
-    return theService;
8
+    return bool(theService);
9
 }
10
 
11
 bool Adaptation::Ecap::ServiceRep::wantsUrl(const String &urlPath) const

Return to bug 231631