aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2007-01-23 08:04:47 +0800
committerolgeni <olgeni@FreeBSD.org>2007-01-23 08:04:47 +0800
commitb5594fe432dd71b2e6e0fbb27ca4d260d4cce50f (patch)
tree70ab73ead824cf85015cf9dafc07606a9bac26e7 /sysutils
parentb7cb2d1bef87f38e878e84caf77ff4c11bc185c2 (diff)
downloadfreebsd-ports-gnome-b5594fe432dd71b2e6e0fbb27ca4d260d4cce50f.tar.gz
freebsd-ports-gnome-b5594fe432dd71b2e6e0fbb27ca4d260d4cce50f.tar.zst
freebsd-ports-gnome-b5594fe432dd71b2e6e0fbb27ca4d260d4cce50f.zip
Upgrade to version 1.320.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/webmin/Makefile6
-rw-r--r--sysutils/webmin/distinfo15
-rw-r--r--sysutils/webmin/files/patch-postfix::config-freebsd13
3 files changed, 20 insertions, 14 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile
index 7b21808a09da..f809f5bf9637 100644
--- a/sysutils/webmin/Makefile
+++ b/sysutils/webmin/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= webmin
-PORTVERSION= 1.310
-PORTREVISION= 2
+PORTVERSION= 1.320
CATEGORIES= sysutils
MASTER_SITES= http://download.webmin.com/updates/:up \
${MASTER_SITE_SOURCEFORGE:S/$/:sf/} \
@@ -28,8 +27,7 @@ USE_PERL5= yes
USE_RC_SUBR= webmin.sh
SUB_LIST= PERL5=${PERL}
-WEBMIN_MODULES= bind8-1.310-1.wbm.gz \
- file-1.310-1.wbm.gz
+WEBMIN_MODULES= ldap-useradmin-1.320-1.wbm.gz
post-extract:
@if [ "${WEBMIN_MODULES}" != "" ]; then \
diff --git a/sysutils/webmin/distinfo b/sysutils/webmin/distinfo
index 5a85529742ee..b55fc49ebba8 100644
--- a/sysutils/webmin/distinfo
+++ b/sysutils/webmin/distinfo
@@ -1,9 +1,6 @@
-MD5 (webmin-1.310.tar.gz) = 9db69bf46206a5f970c0537a3e5592bd
-SHA256 (webmin-1.310.tar.gz) = acbc571336e4b0a1d96ab2125da492cc57c3a38bc5822a6656cea85f3b50366c
-SIZE (webmin-1.310.tar.gz) = 10785558
-MD5 (bind8-1.310-1.wbm.gz) = 36243ad3f9680ee4ca1b6dc9a7dd48f6
-SHA256 (bind8-1.310-1.wbm.gz) = 86b520d341729af5f673ad983a4814f25a1d05410caba7bc0cd7f3cb373644cd
-SIZE (bind8-1.310-1.wbm.gz) = 323537
-MD5 (file-1.310-1.wbm.gz) = 88863a4a8084946bcb5594213d3a2904
-SHA256 (file-1.310-1.wbm.gz) = 1500e60b135000e325fe7fa2e732af3bd86612515fbb979df3294ae944eccd00
-SIZE (file-1.310-1.wbm.gz) = 505575
+MD5 (webmin-1.320.tar.gz) = 36dd2fa62a99ef91ef866b6b3ebfd980
+SHA256 (webmin-1.320.tar.gz) = 2a4ec408d1644a00276809cb9468f9459e04e77452b46cf341068daa2facf392
+SIZE (webmin-1.320.tar.gz) = 10756996
+MD5 (ldap-useradmin-1.320-1.wbm.gz) = 843b2e7b20b38aed58b1284c3bade27c
+SHA256 (ldap-useradmin-1.320-1.wbm.gz) = f496d6dc9580619d4a319edfdc3cdd182a70c77f37b14153e073a74b637e44f1
+SIZE (ldap-useradmin-1.320-1.wbm.gz) = 52265
diff --git a/sysutils/webmin/files/patch-postfix::config-freebsd b/sysutils/webmin/files/patch-postfix::config-freebsd
index e66126c31aae..fe64feae6aba 100644
--- a/sysutils/webmin/files/patch-postfix::config-freebsd
+++ b/sysutils/webmin/files/patch-postfix::config-freebsd
@@ -3,7 +3,7 @@ $FreeBSD$
--- postfix/config-freebsd.orig
+++ postfix/config-freebsd
-@@ -1,15 +1,15 @@
+@@ -1,16 +1,16 @@
-postfix_control_command=/usr/local/sbin/postfix
-postfix_config_command=/usr/local/sbin/postconf
-postfix_config_file=/usr/local/etc/postfix/main.cf
@@ -15,8 +15,10 @@ $FreeBSD$
postfix_newaliases_command=/usr/bin/newaliases
-postfix_lookup_table_command=/usr/local/sbin/postmap
-postfix_queue_command=/usr/local/sbin/postqueue
+-postfix_super_command=/usr/local/sbin/postsuper
+postfix_lookup_table_command=%%PREFIX%%/sbin/postmap
+postfix_queue_command=%%PREFIX%%/sbin/postqueue
++postfix_super_command=%%PREFIX%%/sbin/postsuper
max_records=200
perpage=20
mailq_dir=/var/spool/postfix
@@ -26,3 +28,12 @@ $FreeBSD$
sort_mode=0
fwd_mode=0
mailq_sort=0
+@@ -21,7 +21,7 @@
+ top_buttons=1
+ wrap_width=80
+ index_check=1
+-postfix_master=/usr/local/etc/postfix/master.cf
++postfix_master=%%PREFIX%%/etc/postfix/master.cf
+ columns=2
+ show_cmts=0
+ prefix_cmts=0