From 7cc96e69922782bac43b2c0ba38a180808b4ec5f Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Tue, 2 Jul 2002 00:35:44 +0000 Subject: Fix squid config path and bump PORTREVISION. PR: 38457, 40028 Submitted by: Marius Strom , maintainer --- www/squidpurge/Makefile | 3 ++- www/squidpurge/files/patch-README | 20 ++++++++++++++++++++ www/squidpurge/files/patch-conffile.hh | 11 +++++++++++ www/squidpurge/pkg-descr | 1 - 4 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 www/squidpurge/files/patch-README create mode 100644 www/squidpurge/files/patch-conffile.hh (limited to 'www') diff --git a/www/squidpurge/Makefile b/www/squidpurge/Makefile index b48fda612545..d0c6bde8221c 100644 --- a/www/squidpurge/Makefile +++ b/www/squidpurge/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: squid-purge +# New ports collection makefile for: squidpurge # Date created: Fri Oct 19 23:00:00 WST 2001 # Whom: Dean Hollister # @@ -7,6 +7,7 @@ PORTNAME= squidpurge PORTVERSION= 1.17 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.cache.dfn.de/DFN-Cache/Development/Purge/ \ http://www.wa.apana.org.au/~dean/sources/ \ diff --git a/www/squidpurge/files/patch-README b/www/squidpurge/files/patch-README new file mode 100644 index 000000000000..3bfa6c3828a7 --- /dev/null +++ b/www/squidpurge/files/patch-README @@ -0,0 +1,20 @@ +--- README.orig Fri Jun 28 07:45:03 2002 ++++ README Fri Jun 28 07:46:06 2002 +@@ -73,7 +73,7 @@ + [-P #] [-s] [-v] [-C dir [-H]] [-n] + + -a display a little rotating thingy to indicate that I am alive (tty only). +- -c c squid.conf location, default "/usr/local/squid/etc/squid.conf". ++ -c c squid.conf location, default "/usr/local/etc/squid/squid.conf". + -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 @@ + of Squid-2 cache_dir specifications, and will automatically try + to use the correct one. + +- default: /usr/local/squid/etc/squid.conf ++ default: /usr/local/etc/squid/squid.conf + + -C cd if you want to rescue files from your cache, you need to specify + the directory into which the files will be copied. Please note diff --git a/www/squidpurge/files/patch-conffile.hh b/www/squidpurge/files/patch-conffile.hh new file mode 100644 index 000000000000..ff438555a902 --- /dev/null +++ b/www/squidpurge/files/patch-conffile.hh @@ -0,0 +1,11 @@ +--- conffile.hh.orig Wed May 22 11:03:47 2002 ++++ conffile.hh Wed May 22 11:04:20 2002 +@@ -55,7 +55,7 @@ + + + #ifndef DEFAULT_SQUID_CONF +-#define DEFAULT_SQUID_CONF "/usr/local/squid/etc/squid.conf" ++#define DEFAULT_SQUID_CONF "/usr/local/etc/squid/squid.conf" + #endif // DEFAULT_SQUID_CONF + + #include // FILE* diff --git a/www/squidpurge/pkg-descr b/www/squidpurge/pkg-descr index 64b207ecbb56..6ea65a6121e8 100644 --- a/www/squidpurge/pkg-descr +++ b/www/squidpurge/pkg-descr @@ -7,5 +7,4 @@ WWW: http://www.cache.dfn.de/DFN-Cache/Development/purge.html - Dean - dean@odyssey.apana.org.au -- cgit v1.2.3