aboutsummaryrefslogtreecommitdiff
path: root/sysutils/webmin
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2013-05-18 11:02:28 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2013-05-18 11:02:28 +0000
commit44dac27b05a8c2f05fae78a9a6c67d6ab2992b83 (patch)
tree97c0efedce310423a7fa910a460ba468cf0b185a /sysutils/webmin
parent78987089657b20d2a39200b86de69c19c43233cb (diff)
downloadports-44dac27b05a8c2f05fae78a9a6c67d6ab2992b83.tar.gz
ports-44dac27b05a8c2f05fae78a9a6c67d6ab2992b83.zip
Notes
Diffstat (limited to 'sysutils/webmin')
-rw-r--r--sysutils/webmin/Makefile3
-rw-r--r--sysutils/webmin/distinfo4
-rw-r--r--sysutils/webmin/files/patch-fsdump_freebsd-lib.pl18
3 files changed, 3 insertions, 22 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile
index 916a84d48583..9125559b3dbb 100644
--- a/sysutils/webmin/Makefile
+++ b/sysutils/webmin/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= webmin
-PORTVERSION= 1.620
-PORTREVISION= 1
+PORTVERSION= 1.630
CATEGORIES= sysutils
MASTER_SITES= http://download.webmin.com/updates/:up \
SF/webadmin/${PORTNAME}/${PORTVERSION}:sf \
diff --git a/sysutils/webmin/distinfo b/sysutils/webmin/distinfo
index f3ee21ef4f90..7fa21c9a2f65 100644
--- a/sysutils/webmin/distinfo
+++ b/sysutils/webmin/distinfo
@@ -1,2 +1,2 @@
-SHA256 (webmin-1.620.tar.gz) = 3d36153406d8e5d3dcaeadba34dfb5cdbc4060b75c38339174ac97b2277f284b
-SIZE (webmin-1.620.tar.gz) = 21646366
+SHA256 (webmin-1.630.tar.gz) = 2ba5616a252d8108aab0573f615f7cc5c8c15b7df8c11bbcecf7acc23964432f
+SIZE (webmin-1.630.tar.gz) = 21744645
diff --git a/sysutils/webmin/files/patch-fsdump_freebsd-lib.pl b/sysutils/webmin/files/patch-fsdump_freebsd-lib.pl
deleted file mode 100644
index edba679e96bd..000000000000
--- a/sysutils/webmin/files/patch-fsdump_freebsd-lib.pl
+++ /dev/null
@@ -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'}'";
- }