diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 10:07:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 10:07:06 +0000 |
commit | 3141087329ede98b7d7bc74ff4e16f5405d7871e (patch) | |
tree | c3e7377b436a12c71882eb791abd5d4601d863bc /misc | |
parent | [PATCH] www/squid: update to 2.5-STABLE4 (+ vendor patches) (diff) |
[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
Notes
Notes:
svn path=/head/; revision=96760
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. |