diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-05-05 18:47:28 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-05-05 18:47:28 +0800 |
commit | 7be3460bf42a06501224464f777fef2b48da3840 (patch) | |
tree | 7e01bdf1e331be467693c7df061b118226a94c4b /sysutils | |
parent | 7fafe90e81c2e79af99af86a7b7497fa816d9e96 (diff) | |
download | freebsd-ports-gnome-7be3460bf42a06501224464f777fef2b48da3840.tar.gz freebsd-ports-gnome-7be3460bf42a06501224464f777fef2b48da3840.tar.zst freebsd-ports-gnome-7be3460bf42a06501224464f777fef2b48da3840.zip |
Update module: postgresql.
From the change log:
* The module reports the error "The PostgreSQL database on your system is
version , but Webmin only supports versions 6.5 and above". This is often
caused by the shared libraries needed by Postgres not being in Webmin's
shared library path.
See also http://www.webmin.com/webmin/updates.html for previous module
changes.
Also, a cosmetic change: be a bit more verbose when unpacking updated
modules.
PORTREVISION bump, but this will only affect people using the WITH_UPDATES
option.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/webmin/Makefile | 5 | ||||
-rw-r--r-- | sysutils/webmin/distinfo | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index 4c6efc0fd032..9f69cae2a8d3 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -7,7 +7,7 @@ PORTNAME= webmin PORTVERSION= 0.85 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://webadmin.sourceforge.net/webmin/updates/ \ http://webadmin.sourceforge.net/webmin/download/ @@ -23,13 +23,14 @@ USE_PERL5= yes SCRIPTS_ENV+= WRKDIR="${WRKDIR}" .if defined(WITH_UPDATES) -WEBMIN_MODULES= 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 +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 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 diff --git a/sysutils/webmin/distinfo b/sysutils/webmin/distinfo index 1eff287c75cb..0433248d032f 100644 --- a/sysutils/webmin/distinfo +++ b/sysutils/webmin/distinfo @@ -1,4 +1,5 @@ MD5 (webmin-0.85.tar.gz) = c8ae7172cc00fdb6d1ffc627402c5d70 +MD5 (postgresql-0.85-1.wbm.gz) = 99d56d314e8eb04de3202fa577bd925e MD5 (squid-0.85-1.wbm.gz) = d26f3a7830f52c9eb81f2572f1578214 MD5 (useradmin-0.85-1.wbm.gz) = 09ae3cf9384173c95425c7d8720ba4cf MD5 (net-0.85-1.wbm.gz) = 1f2f5887c66ee016c0f92be83b32f53d |