diff options
author | edwin <edwin@FreeBSD.org> | 2003-12-28 18:07:06 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-12-28 18:07:06 +0800 |
commit | 9933c009ce295d59a84c851df1373d2f985c3328 (patch) | |
tree | d4649e104ad6653e972395a14b2726a1d829d9d4 /misc | |
parent | bc73df2ceedd6447bd52917bfba8211a4c563796 (diff) | |
download | freebsd-ports-gnome-9933c009ce295d59a84c851df1373d2f985c3328.tar.gz freebsd-ports-gnome-9933c009ce295d59a84c851df1373d2f985c3328.tar.zst freebsd-ports-gnome-9933c009ce295d59a84c851df1373d2f985c3328.zip |
[PATCH] using www/squid as proxy (instead of www/squid24)
Squid-STABLE version 2.5 should be stable enough for use in
misc/instant-server, so usage of squid24 should be obsolete
PR: ports/54938
Submitted by: Jens Rehsack <rehsack@liwing.de>
Approved by: puregroog
Diffstat (limited to 'misc')
-rw-r--r-- | misc/instant-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/instant-server/Makefile b/misc/instant-server/Makefile index d6f6ad4c9fac..56990f83752c 100644 --- a/misc/instant-server/Makefile +++ b/misc/instant-server/Makefile @@ -7,6 +7,7 @@ PORTNAME= instant-server PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ftp://ftp.lemis.com/pub/ MASTER_SITE_SUBDIR= pub/instant-server @@ -21,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/postfix:${PORTSDIR}/mail/postfix \ ${LOCALBASE}/sbin/traceroute:${PORTSDIR}/net/traceroute \ cnewsdo:${PORTSDIR}/news/cnews \ ${LOCALBASE}/sbin/httpd:${PORTSDIR}/${APACHE_PORT} \ - ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24 + ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid # Don't let stupid programs ask for configuration. |