diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-04-05 04:44:17 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-04-05 04:44:17 +0800 |
commit | 45e73e1836c21ae4f937238f4c0ff368644116dd (patch) | |
tree | 074eb0f518f4c022f8985c8900788a60ef9b3105 /sysutils/webmin | |
parent | 0c1885b2a2a95fd0b20fe91936c3d8a7d2a6aadd (diff) | |
download | freebsd-ports-gnome-45e73e1836c21ae4f937238f4c0ff368644116dd.tar.gz freebsd-ports-gnome-45e73e1836c21ae4f937238f4c0ff368644116dd.tar.zst freebsd-ports-gnome-45e73e1836c21ae4f937238f4c0ff368644116dd.zip |
Update modules: net and apache.
From the webmin updates page:
apache: Two virtual servers can be created with the same name and port. On
systems that restrict which Webmin users can edit which virtual servers,
this could be used to get around the restriction.
net: Virtual network interfaces could not be setup properly on Solaris 8.
(this should not affect FreeBSD users).
Diffstat (limited to 'sysutils/webmin')
-rw-r--r-- | sysutils/webmin/Makefile | 3 | ||||
-rw-r--r-- | sysutils/webmin/distinfo | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index 61725e52f66d..75bb5322c853 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -7,6 +7,7 @@ PORTNAME= webmin PORTVERSION= 0.85 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://webadmin.sourceforge.net/webmin/updates/ \ http://webadmin.sourceforge.net/webmin/download/ @@ -22,7 +23,7 @@ USE_PERL5= yes SCRIPTS_ENV+= WRKDIR="${WRKDIR}" .if defined(WITH_UPDATES) -WEBMIN_MODULES= +WEBMIN_MODULES= net.wbm.gz apache.wbm.gz .endif post-extract: diff --git a/sysutils/webmin/distinfo b/sysutils/webmin/distinfo index 2dcc7d8e052e..6b7cf4ecb1e9 100644 --- a/sysutils/webmin/distinfo +++ b/sysutils/webmin/distinfo @@ -1 +1,3 @@ MD5 (webmin-0.85.tar.gz) = 33f6029493a142650c4941ba4b967a90 +MD5 (net.wbm.gz) = f3f791ef50ac493fbdb7ba40715d40de +MD5 (apache.wbm.gz) = 06f872fe27a3abf8668b12b85fd4c3f7 |