diff options
author | andreas <andreas@FreeBSD.org> | 1999-01-08 03:44:19 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-01-08 03:44:19 +0800 |
commit | 8392094c1d021102c59a25c870a833fa48ed5284 (patch) | |
tree | 0742e59f077f23911f2646de62c37ae444e2aca4 /sysutils/webmin/Makefile | |
parent | 83ef4d81a1c1a56e117ca37b9475afeeeb29d1c3 (diff) | |
download | freebsd-ports-gnome-8392094c1d021102c59a25c870a833fa48ed5284.tar.gz freebsd-ports-gnome-8392094c1d021102c59a25c870a833fa48ed5284.tar.zst freebsd-ports-gnome-8392094c1d021102c59a25c870a833fa48ed5284.zip |
update to webmin v 0.65
New in this version
- Added Solaris 7 support
- Better support for Redhat 5.2
- Squid NOVM and 2.1 support
- FreeBSD group quotas support
- Apache module bugfixes and support for dynamic modules
- BIND module bugfixes
- Other assorted bugfixes
Diffstat (limited to 'sysutils/webmin/Makefile')
-rw-r--r-- | sysutils/webmin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index f89bd4ed20db..95ca46ca102f 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -3,10 +3,10 @@ # Date created: Do 19 Nov 1998 21:13:55 CET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.2 1998/11/19 21:41:15 andreas Exp $ +# $Id: Makefile,v 1.3 1998/11/19 21:59:54 andreas Exp $ # -DISTNAME= webmin-0.64 +DISTNAME= webmin-0.65 CATEGORIES= sysutils MASTER_SITES= http://www.webmin.com/webmin/download/ |