mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Upgrade to version 1.630.
This commit is contained in:
parent
7898708965
commit
44dac27b05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318423
3 changed files with 3 additions and 22 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= webmin
|
PORTNAME= webmin
|
||||||
PORTVERSION= 1.620
|
PORTVERSION= 1.630
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://download.webmin.com/updates/:up \
|
MASTER_SITES= http://download.webmin.com/updates/:up \
|
||||||
SF/webadmin/${PORTNAME}/${PORTVERSION}:sf \
|
SF/webadmin/${PORTNAME}/${PORTVERSION}:sf \
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (webmin-1.620.tar.gz) = 3d36153406d8e5d3dcaeadba34dfb5cdbc4060b75c38339174ac97b2277f284b
|
SHA256 (webmin-1.630.tar.gz) = 2ba5616a252d8108aab0573f615f7cc5c8c15b7df8c11bbcecf7acc23964432f
|
||||||
SIZE (webmin-1.620.tar.gz) = 21646366
|
SIZE (webmin-1.630.tar.gz) = 21744645
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
|
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- fsdump/freebsd-lib.pl.orig
|
|
||||||
+++ fsdump/freebsd-lib.pl
|
|
||||||
@@ -195,10 +195,12 @@
|
|
||||||
$cmd .= " -M" if ($_[0]->{'multi'});
|
|
||||||
$cmd .= " -h" if ($_[0]->{'links'});
|
|
||||||
$cmd .= " -l" if ($_[0]->{'xdev'});
|
|
||||||
+ if (${tar_command} ne '/usr/bin/tar') {
|
|
||||||
$cmd .= " -F \"$tapecmd $_[0]->{'id'}\""
|
|
||||||
if (!$_[0]->{'gzip'});
|
|
||||||
$cmd .= " --rsh-command=$_[0]->{'rsh'}"
|
|
||||||
if ($_[0]->{'rsh'} && $_[0]->{'host'});
|
|
||||||
+ }
|
|
||||||
$cmd .= " $_[0]->{'extra'}" if ($_[0]->{'extra'});
|
|
||||||
$cmd .= " '$_[0]->{'dir'}'";
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue