diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-16 20:27:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-16 20:27:17 +0800 |
commit | ef937400faeaeb1b0d1e633494df691fed3d0357 (patch) | |
tree | 9841489ed8b5915c3fd641e2e219cbfd672c5eac /www/squid/Makefile | |
parent | a6e10ddb764b79c038006f677333565b64a5cdc4 (diff) | |
download | freebsd-ports-gnome-ef937400faeaeb1b0d1e633494df691fed3d0357.tar.gz freebsd-ports-gnome-ef937400faeaeb1b0d1e633494df691fed3d0357.tar.zst freebsd-ports-gnome-ef937400faeaeb1b0d1e633494df691fed3d0357.zip |
- Fix a mistake I (the maintainer) had introduced regarding the
installation of the cachemgr.conf.default file: instead of explicitly
installing it I thought it would be enough to change an automake
variable that served an entirely different purpose, namely
hardcoding the path to the configuration in the cachemgr.cgi
binary.
- While at it: remove a no longer needed .sh reference from
files/pkg-message.in.
- Set PORTREVISION to 1 because the hardcoded name of the default
configuration file has changed within cachemgr.cgi.
PR: 123573
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 9a62b0b5deee..b97141331204 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -76,6 +76,7 @@ PORTNAME= squid PORTVERSION= 2.6.20 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ ftp://mirrors.24-7-solutions.net/pub/squid/%SUBDIR%/ \ |