ports/62204: Updated Port: www/squidpurge
Dean Hollister
dean at odyssey.apana.org.au
Sun Feb 1 03:10:23 UTC 2004
The following reply was made to PR ports/62204; it has been noted by GNATS.
From: Dean Hollister <dean at odyssey.apana.org.au>
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-ports-bugs at FreeBSD.org
Cc:
Subject: Re: ports/62204: Updated Port: www/squidpurge
Date: Sun, 1 Feb 2004 11:02:53 +0800 (WST)
Please note:
RUN_DEPENDS had been overlooked in the diff patch. Patch below corrects
and is ready for committing...
diff -ruN squidpurge.orig/Makefile squidpurge/Makefile
--- squidpurge.orig/Makefile Fri Feb 28 06:25:43 2003
+++ squidpurge/Makefile Sun Feb 1 10:51:15 2004
@@ -7,18 +7,19 @@
PORTNAME= squidpurge
PORTVERSION= 1.17
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
-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/
+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
-EXTRACT_SUFX= -20000921-src.tar.gz
+EXTRACT_SUFX= -20040201-src.tar.gz
MAINTAINER= dean at odyssey.apana.org.au
COMMENT= Powerful object purging utility for the Squid web proxy cache
-RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24
+RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid
USE_GMAKE= yes
diff -ruN squidpurge.orig/distinfo squidpurge/distinfo
--- squidpurge.orig/distinfo Wed Dec 19 17:14:21 2001
+++ squidpurge/distinfo Sun Feb 1 10:33:22 2004
@@ -1 +1 @@
-MD5 (purge-20000921-src.tar.gz) = 8df42b5f278542cfc2645fd3071462be
+MD5 (purge-20040201-src.tar.gz) = 60385256da26311036ebcc4802b0dac5
diff -ruN squidpurge.orig/files/patch-README squidpurge/files/patch-README
--- squidpurge.orig/files/patch-README Tue Jul 2 08:35:44 2002
+++ squidpurge/files/patch-README Sun Feb 1 10:33:52 2004
@@ -1,6 +1,6 @@
--- README.orig Fri Jun 28 07:45:03 2002
+++ README Fri Jun 28 07:46:06 2002
-@@ -73,7 +73,7 @@
+@@ -74,7 +74,7 @@
[-P #] [-s] [-v] [-C dir [-H]] [-n]
-a display a little rotating thingy to indicate that I am alive (tty only).
@@ -9,7 +9,7 @@
-C dir base directory for content extraction (copy-out mode).
-d l debug level, an OR of different debug options.
-e re single regular expression per -e instance (use quotes!).
-@@ -111,7 +111,7 @@
+@@ -112,7 +112,7 @@
of Squid-2 cache_dir specifications, and will automatically try
to use the correct one.
diff -ruN squidpurge.orig/pkg-descr squidpurge/pkg-descr
--- squidpurge.orig/pkg-descr Tue Jul 2 08:35:43 2002
+++ squidpurge/pkg-descr Sun Feb 1 10:34:58 2004
@@ -2,8 +2,7 @@
Full details of syntax and usage are at
-WWW: http://www.cache.dfn.de/DFN-Cache/Development/purge.html
-
+WWW: http://www.wa.apana.org.au/~dean/squidpurge/
- Dean
More information about the freebsd-ports-bugs
mailing list