diff options
author | clement <clement@FreeBSD.org> | 2004-01-06 21:55:47 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-06 21:55:47 +0000 |
commit | 29515e8ce33e6692a3cb721dd3cf4a9cb95daa54 (patch) | |
tree | 0712045b6b48c66b6fa5a44b27a14db7b51a975d /www/squirm | |
parent | 119b3283e4aed202966e82047edda827c767f265 (diff) | |
download | FreeBSD-ports-29515e8ce33e6692a3cb721dd3cf4a9cb95daa54.zip FreeBSD-ports-29515e8ce33e6692a3cb721dd3cf4a9cb95daa54.tar.gz |
- 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.
PR: 60991
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de>
Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'www/squirm')
-rw-r--r-- | www/squirm/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/squirm/Makefile b/www/squirm/Makefile index 1032756..de1cd39 100644 --- a/www/squirm/Makefile +++ b/www/squirm/Makefile @@ -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@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 |