mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Upgrade to version 1.320.
This commit is contained in:
parent
cd334c76ca
commit
c5e68bfeb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183033
3 changed files with 20 additions and 14 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue