ports/60991: www/squirm: change runtime dependency to www/squid

Thomas-Martin Seck tmseck at netcologne.de
Tue Jan 6 20:20:22 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list