diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-05-22 15:23:23 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-05-22 15:23:23 +0000 |
commit | cadcbc727429f8392564d7b19d767d917ba2d96b (patch) | |
tree | 1f05781a8fd8d94102aa8efb39bafcbc78072adb /sysutils | |
parent | add cpuid (diff) |
Updated modules: man, shell, mysql
* man
A search that returns only one match will display a Location: line
instead of going directly to the result.
* shell
On Solaris, the path is not set correctly for commands entered, causing
those outside /usr/sbin:/usr/sbin not to be found.
* mysql
Clicking on a user, host, database, table or column privilege to edit
it brings up the wrong record.
For the full change log, see http://www.webmin.com/webmin/updates.html.
I also removed the WITH_UPDATES option: updates are now installed by
default. The updates filenames have a proper version and revision number,
and when a new update comes out the port should no longer break because of
sudden md5 changes.
The WEBMIN_MODULES section now fits 80 columns.
Notes
Notes:
svn path=/head/; revision=42909
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/webmin/Makefile | 12 | ||||
-rw-r--r-- | sysutils/webmin/distinfo | 3 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index 9f69cae2a8d3..e9523ff71122 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -7,7 +7,7 @@ PORTNAME= webmin PORTVERSION= 0.85 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MASTER_SITES= http://webadmin.sourceforge.net/webmin/updates/ \ http://webadmin.sourceforge.net/webmin/download/ @@ -22,19 +22,19 @@ NO_BUILD= yes USE_PERL5= yes SCRIPTS_ENV+= WRKDIR="${WRKDIR}" -.if defined(WITH_UPDATES) -WEBMIN_MODULES= postgresql-0.85-1.wbm.gz squid-0.85-1.wbm.gz useradmin-0.85-1.wbm.gz net-0.85-1.wbm.gz apache-0.85-2.wbm.gz quota-0.85-1.wbm.gz bind8-0.85-1.wbm.gz -.endif +WEBMIN_MODULES= postgresql-0.85-1.wbm.gz squid-0.85-1.wbm.gz \ + useradmin-0.85-1.wbm.gz net-0.85-1.wbm.gz \ + apache-0.85-2.wbm.gz quota-0.85-1.wbm.gz \ + bind8-0.85-1.wbm.gz mysql-0.85-1.wbm.gz \ + shell-0.85-1.wbm.gz man-0.85-1.wbm.gz post-extract: -.if defined(WITH_UPDATES) if [ "${WEBMIN_MODULES}" != "" ]; then \ for webmin_module in ${WEBMIN_MODULES}; do \ ${ECHO} "===> Unpacking updated module: $${webmin_module}"; \ ${TAR} xfz ${DISTDIR}/$${webmin_module} -C ${WRKSRC}; \ done; \ fi -.endif @find ${WRKSRC} -name "*.bak" | xargs ${RM} post-patch: diff --git a/sysutils/webmin/distinfo b/sysutils/webmin/distinfo index 0433248d032f..28182009b3e5 100644 --- a/sysutils/webmin/distinfo +++ b/sysutils/webmin/distinfo @@ -6,3 +6,6 @@ MD5 (net-0.85-1.wbm.gz) = 1f2f5887c66ee016c0f92be83b32f53d MD5 (apache-0.85-2.wbm.gz) = 32d3dae073c150212c17ad4a69310ae5 MD5 (quota-0.85-1.wbm.gz) = c05fc28340b522f4f0502e554f354934 MD5 (bind8-0.85-1.wbm.gz) = 0324060cfb648a365851f485148be4df +MD5 (mysql-0.85-1.wbm.gz) = 97545385363dc9fc705935d7cbd27644 +MD5 (shell-0.85-1.wbm.gz) = ae6d9d26802befc2a28c7ca1555809bd +MD5 (man-0.85-1.wbm.gz) = 0ac4149a8c6336668f443a73902c6cc5 |