aboutsummaryrefslogtreecommitdiff
path: root/sysutils/usermin
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2008-05-27 09:12:31 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2008-05-27 09:12:31 +0000
commit6c2529242256d1174e2b4b3249bcd4fa1a2a0a1c (patch)
treea0384b730c95ece747be67392678c19301135cb7 /sysutils/usermin
parenta3fa7d76983b00b6f0f5a52a56d677e36cdbdf2e (diff)
downloadports-6c2529242256d1174e2b4b3249bcd4fa1a2a0a1c.tar.gz
ports-6c2529242256d1174e2b4b3249bcd4fa1a2a0a1c.zip
Notes
Diffstat (limited to 'sysutils/usermin')
-rw-r--r--sysutils/usermin/Makefile2
-rw-r--r--sysutils/usermin/distinfo6
-rw-r--r--sysutils/usermin/files/patch-postgresql_config-freebsd12
3 files changed, 11 insertions, 9 deletions
diff --git a/sysutils/usermin/Makefile b/sysutils/usermin/Makefile
index 3f9511bacc37..f7be056bc244 100644
--- a/sysutils/usermin/Makefile
+++ b/sysutils/usermin/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= usermin
-PORTVERSION= 1.340
+PORTVERSION= 1.350
CATEGORIES= sysutils
MASTER_SITES= http://www.webmin.com/uupdates/:up \
${MASTER_SITE_SOURCEFORGE:S/$/:sf/} \
diff --git a/sysutils/usermin/distinfo b/sysutils/usermin/distinfo
index b733a8e00b65..d5e93e085b04 100644
--- a/sysutils/usermin/distinfo
+++ b/sysutils/usermin/distinfo
@@ -1,3 +1,3 @@
-MD5 (usermin-1.340.tar.gz) = 61ea1fe1dc58792cf12e398a2c3a1e46
-SHA256 (usermin-1.340.tar.gz) = 28148b12f008ceaa6dc4ff8f558c89d7a30581f2a9b8f023a425c2746fd40ddd
-SIZE (usermin-1.340.tar.gz) = 5508014
+MD5 (usermin-1.350.tar.gz) = effd793d41f2786adf5ebe2c32f58edd
+SHA256 (usermin-1.350.tar.gz) = 426f2de8b418d0f1b88f899227db3d01cddbe33a03f61684690511c95e15a6a4
+SIZE (usermin-1.350.tar.gz) = 5553492
diff --git a/sysutils/usermin/files/patch-postgresql_config-freebsd b/sysutils/usermin/files/patch-postgresql_config-freebsd
index 12058ad6b789..6d6a55cb744e 100644
--- a/sysutils/usermin/files/patch-postgresql_config-freebsd
+++ b/sysutils/usermin/files/patch-postgresql_config-freebsd
@@ -3,19 +3,21 @@ $FreeBSD$
--- postgresql/config-freebsd.orig
+++ postgresql/config-freebsd
-@@ -1,17 +1,17 @@
+@@ -1,18 +1,18 @@
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
+-stop_cmd=/usr/local/etc/rc.d/postgresql stop
+-start_cmd=/usr/local/etc/rc.d/postgresql start
+-setup_cmd=/usr/local/etc/rc.d/postgresql initdb
+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
++stop_cmd=%%PREFIX%%/etc/rc.d/postgresql stop
++start_cmd=%%PREFIX%%/etc/rc.d/postgresql start
++setup_cmd=%%PREFIX%%/etc/rc.d/postgresql initdb
perpage=25
-psql=/usr/local/bin/psql
+psql=%%PREFIX%%/bin/psql