head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.03.06;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2008.04.14.12.19.02;	author edwin;	state Exp;
branches;
next	1.8;

1.8
date	2004.02.29.22.34.57;	author sergei;	state Exp;
branches;
next	1.7;

1.7
date	2004.02.06.13.12.43;	author trevor;	state Exp;
branches;
next	1.6;

1.6
date	2004.02.04.05.09.35;	author marcus;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.21.14.01.32;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2002.07.16.03.17.54;	author ijliao;	state Exp;
branches;
next	1.3;

1.3
date	2002.07.02.00.35.43;	author pat;	state Exp;
branches;
next	1.2;

1.2
date	2002.01.17.22.51.29;	author pat;	state Exp;
branches;
next	1.1;

1.1
date	2001.12.19.09.14.21;	author will;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	squidpurge
# Date created:		Fri Oct 19 23:00:00 WST 2001
# Whom:			Dean Hollister <dean@@odyssey.apana.org.au>
#
# $FreeBSD: head/www/squidpurge/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	squidpurge
PORTVERSION=	1.17
PORTREVISION=	4
CATEGORIES=	www
MASTER_SITES=	http://www.wa.apana.org.au/~dean/sources/ \
		ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ \
		http://www.squid-cache.org/contrib/
DISTNAME=	purge-20040201-src

MAINTAINER=	dean@@odyssey.apana.org.au
COMMENT=	Powerful object purging utility for the Squid web proxy cache

USE_GMAKE=	yes
WRKSRC=		${WRKDIR}/purge

PLIST_FILES=	sbin/purge

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/purge ${PREFIX}/sbin

.include <bsd.port.mk>
@


1.9
log
@[patch] www/squidpurge doesn't RUN_DEPEND on squid

	Despite being a tool to manipulate the squid cache, squidpurge
	doesn't depend on Squid being installed to run.

PR:		ports/121589
Submitted by:	Edwin Groothuis <edwin@@mavetju.org>
Approved by:	maintainer timeout
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Update to 20040201 (aka 1.17_3)
- Update MASTER_SITES
- Update WWW tag in pkg-descr

PR:		ports/62204
Submitted by:	maintainer
@
text
@d10 1
a10 1
PORTREVISION=	3
a19 2
RUN_DEPENDS=	${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid

@


1.7
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d12 4
a15 5
MASTER_SITES=	http://www.cache.dfn.de/DFN-Cache/Development/Purge/ \
		http://www.wa.apana.org.au/~dean/sources/ \
		ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/
DISTNAME=	purge
EXTRACT_SUFX=	-20000921-src.tar.gz
d20 4
a23 1
RUN_DEPENDS=	${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24
a25 1
USE_GMAKE=	yes
@


1.6
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d23 1
@


1.5
log
@De-pkg-comment.
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.4
log
@add depend to squid24

PR:		40600
Submitted by:	maintaine
@
text
@d19 1
@


1.3
log
@Fix squid config path and bump PORTREVISION.

PR:		38457, 40028
Submitted by:	Marius Strom <marius@@marius.org>, maintainer
@
text
@d2 2
a3 2
# Date created:				Fri Oct 19 23:00:00 WST 2001
# Whom:				Dean Hollister <dean@@odyssey.apana.org.au>
d10 1
a10 1
PORTREVISION=	1
d19 2
@


1.2
log
@Fix mastersites.

PR:		34001
Submitted by:	maintainer
@
text
@d1 1
a1 1
# New ports collection makefile for:	squid-purge
d10 1
@


1.1
log
@Add squidpurge 1.17, a powerful object purging utility for the Squid
web proxy cache.

PR:		31377
Submitted by:	Dean Hollister <dean@@odyssey.apana.org.au>
@
text
@d11 3
a13 1
MASTER_SITES=	http://www.cache.dfn.de/DFN-Cache/Development/Purge/
@

