Skip site navigation (1)Skip section navigation (2)
Date:      6 Jan 2004 20:17:52 -0000
From:      Thomas-Martin Seck <tmseck@netcologne.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60991: www/squirm: change runtime dependency to www/squid
Message-ID:  <20040106201752.4301.qmail@laurel.tmseck.homedns.org>
Resent-Message-ID: <200401062020.i06KKJXW022017@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         60991
>Category:       ports
>Synopsis:       www/squirm: change runtime dependency to www/squid
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 06 12:20:19 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
private site
>Environment:
FreeBSD ports repository as of Jan 06 2004.
>Description:
- Change runtime dependency from www/squid24 (which is about to be retired) to
  www/squid. Since the squid redirector interface should not have changed from
  squid 2.4 to 2.5, squirm should work with squid 2.5 as well (testers welcome).
- Reinstate original MASTER_SITE: while the content on that site only refers to
  squirm 1.0-BetaB, squirm-1.23 is actually fetchable from there.
- Bump PORTREVISION.
>How-To-Repeat:
	
>Fix:

Apply this patch:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/squirm/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	27 Oct 2003 02:58:03 -0000	1.16
+++ Makefile	6 Jan 2004 20:14:54 -0000
@@ -7,16 +7,15 @@
 
 PORTNAME=	squirm
 PORTVERSION=	1.23
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
-# this mastersite hosts an older version; mastersites with newer version have disappeared
-MASTER_SITES=	# http://squirm.foote.com.au/
+MASTER_SITES=	http://squirm.foote.com.au/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A fast & configurable redirector for the Squid
 
-RUN_DEPENDS=	${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24
+RUN_DEPENDS=	${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid
 
 NO_PACKAGE=	must set SQUID_UID and SQUID_GID before building
 
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040106201752.4301.qmail>