diff options
author | olgeni <olgeni@FreeBSD.org> | 2007-12-22 23:08:32 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2007-12-22 23:08:32 +0800 |
commit | eb91989826ac8eed8ccf251e84e09e9735014e78 (patch) | |
tree | 5638758477d438c34a18c5623421bb324b1a4833 /sysutils/webmin | |
parent | ad49536a43a13acdb7a59ab16050e26b5900011e (diff) | |
download | freebsd-ports-gnome-eb91989826ac8eed8ccf251e84e09e9735014e78.tar.gz freebsd-ports-gnome-eb91989826ac8eed8ccf251e84e09e9735014e78.tar.zst freebsd-ports-gnome-eb91989826ac8eed8ccf251e84e09e9735014e78.zip |
Upgrade to version 1.390.
Diffstat (limited to 'sysutils/webmin')
-rw-r--r-- | sysutils/webmin/Makefile | 5 | ||||
-rw-r--r-- | sysutils/webmin/distinfo | 12 | ||||
-rw-r--r-- | sysutils/webmin/files/patch-postgresql::config-freebsd | 4 |
3 files changed, 8 insertions, 13 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index 8e995564e84f..936d8812536a 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= webmin -PORTVERSION= 1.380 +PORTVERSION= 1.390 CATEGORIES= sysutils MASTER_SITES= http://download.webmin.com/updates/:up \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} \ @@ -27,8 +27,7 @@ USE_PERL5= yes USE_RC_SUBR= webmin.sh SUB_LIST= PERL5=${PERL} -WEBMIN_MODULES= bind8-1.380-2.wbm.gz \ - postfix-1.380-1.wbm.gz +WEBMIN_MODULES= post-extract: @if [ "${WEBMIN_MODULES}" != "" ]; then \ diff --git a/sysutils/webmin/distinfo b/sysutils/webmin/distinfo index d3031885dc0c..20888d372bbb 100644 --- a/sysutils/webmin/distinfo +++ b/sysutils/webmin/distinfo @@ -1,9 +1,3 @@ -MD5 (webmin-1.380.tar.gz) = df3fc997ce5244c40e329552bf834c04 -SHA256 (webmin-1.380.tar.gz) = 16531ef7654afd038cc88c6ee316f83496f2f9aa3c25f0faa16eaf8645fe7134 -SIZE (webmin-1.380.tar.gz) = 13296338 -MD5 (bind8-1.380-2.wbm.gz) = 5656cceba188f0100c3ce1f5976a6559 -SHA256 (bind8-1.380-2.wbm.gz) = 629892f66e399dc48871f2bf21d48dccc6b9864d1ab65fbcbf3799eff78d5cf5 -SIZE (bind8-1.380-2.wbm.gz) = 338084 -MD5 (postfix-1.380-1.wbm.gz) = 6d4a277021521648f9593e38375c66e0 -SHA256 (postfix-1.380-1.wbm.gz) = 165c2fc944a070bc44313a946e1ab8bb26c63db008cfd2b08c29fefead4668bb -SIZE (postfix-1.380-1.wbm.gz) = 371282 +MD5 (webmin-1.390.tar.gz) = 16178a46cbf67e983d183d3074e246b1 +SHA256 (webmin-1.390.tar.gz) = ab0b6cd9ab90b258b383233dc1e07d67bfbfec191e2f8a9d6625eccc1709e1be +SIZE (webmin-1.390.tar.gz) = 13398897 diff --git a/sysutils/webmin/files/patch-postgresql::config-freebsd b/sysutils/webmin/files/patch-postgresql::config-freebsd index 7ae3a15e4baa..12058ad6b789 100644 --- a/sysutils/webmin/files/patch-postgresql::config-freebsd +++ b/sysutils/webmin/files/patch-postgresql::config-freebsd @@ -3,14 +3,16 @@ $FreeBSD$ --- postgresql/config-freebsd.orig +++ postgresql/config-freebsd -@@ -1,16 +1,16 @@ +@@ -1,17 +1,17 @@ basedb=template1 pass= -hba_conf=/usr/local/pgsql/data/pg_hba.conf +-alt_hba_conf=/usr/local/share/postgresql/pg_hba.conf.sample -pid_file=/usr/local/pgsql/data/postmaster.pid -stop_cmd=/usr/local/etc/rc.d/010.pgsql.sh stop -start_cmd=/usr/local/etc/rc.d/010.pgsql.sh start +hba_conf=%%PREFIX%%/pgsql/data/pg_hba.conf ++alt_hba_conf=%%PREFIX%%/share/postgresql/pg_hba.conf.sample +pid_file=%%PREFIX%%/pgsql/data/postmaster.pid +stop_cmd=%%PREFIX%%/etc/rc.d/010.pgsql.sh stop +start_cmd=%%PREFIX%%/etc/rc.d/010.pgsql.sh start |