aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormartymac <martymac@FreeBSD.org>2015-03-16 17:26:23 +0800
committermartymac <martymac@FreeBSD.org>2015-03-16 17:26:23 +0800
commita1ab91d72d632370d32b7c51cc8096bea7ae9b02 (patch)
tree62c329459bdddca284d4d69734e28c6ec97e0a3b /sysutils
parent6bd5399f93c35ee95fe438df53d8e48f80112b11 (diff)
downloadfreebsd-ports-gnome-a1ab91d72d632370d32b7c51cc8096bea7ae9b02.tar.gz
freebsd-ports-gnome-a1ab91d72d632370d32b7c51cc8096bea7ae9b02.tar.zst
freebsd-ports-gnome-a1ab91d72d632370d32b7c51cc8096bea7ae9b02.zip
Update to 1.6.0
PR: 198599 Submitted by: olgeni
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pv/Makefile2
-rw-r--r--sysutils/pv/distinfo4
-rw-r--r--sysutils/pv/files/patch-autoconf-header.in15
3 files changed, 3 insertions, 18 deletions
diff --git a/sysutils/pv/Makefile b/sysutils/pv/Makefile
index 47a90dd3f6dd..cf103839a676 100644
--- a/sysutils/pv/Makefile
+++ b/sysutils/pv/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pv
-PORTVERSION= 1.5.7
+PORTVERSION= 1.6.0
CATEGORIES= sysutils
MASTER_SITES= http://www.ivarch.com/programs/sources/
diff --git a/sysutils/pv/distinfo b/sysutils/pv/distinfo
index a99ca0190449..93009b16be50 100644
--- a/sysutils/pv/distinfo
+++ b/sysutils/pv/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pv-1.5.7.tar.bz2) = c8535061bb703086b67fa540da162ad48d6ecd219ae74157111465adfdef5997
-SIZE (pv-1.5.7.tar.bz2) = 105480
+SHA256 (pv-1.6.0.tar.bz2) = 0ece824e0da27b384d11d1de371f20cafac465e038041adab57fcf4b5036ef8d
+SIZE (pv-1.6.0.tar.bz2) = 107723
diff --git a/sysutils/pv/files/patch-autoconf-header.in b/sysutils/pv/files/patch-autoconf-header.in
deleted file mode 100644
index c5713a960db2..000000000000
--- a/sysutils/pv/files/patch-autoconf-header.in
+++ /dev/null
@@ -1,15 +0,0 @@
---- autoconf/header.in.orig 2014-09-03 07:03:23.000000000 +0200
-+++ autoconf/header.in 2014-09-03 07:04:24.000000000 +0200
-@@ -69,10 +69,12 @@
- # ifndef HAVE_STAT64
- # define stat64 stat
- # define fstat64 fstat
-+# define lstat64 lstat
- # endif
- # else
- # define stat64 stat
- # define fstat64 fstat
-+# define lstat64 lstat
- # endif
- # define open64 open
- # define lseek64 lseek