aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pv
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2014-09-04 07:44:41 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2014-09-04 07:44:41 +0000
commit751f0f1f158b0906e70dd9b96ec299fbf7325523 (patch)
tree710976ceee17060ca8e212fccff794a7ce319c9f /sysutils/pv
parentfd4333eb35893c371962b9026f229790552d5040 (diff)
downloadports-751f0f1f158b0906e70dd9b96ec299fbf7325523.tar.gz
ports-751f0f1f158b0906e70dd9b96ec299fbf7325523.zip
Notes
Diffstat (limited to 'sysutils/pv')
-rw-r--r--sysutils/pv/Makefile3
-rw-r--r--sysutils/pv/distinfo4
-rw-r--r--sysutils/pv/files/patch-autoconf-header.in15
3 files changed, 18 insertions, 4 deletions
diff --git a/sysutils/pv/Makefile b/sysutils/pv/Makefile
index 9f101a8b95a1..9cbb8e90538b 100644
--- a/sysutils/pv/Makefile
+++ b/sysutils/pv/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= pv
-PORTVERSION= 1.4.6
-PORTREVISION= 1
+PORTVERSION= 1.5.3
CATEGORIES= sysutils
MASTER_SITES= http://www.ivarch.com/programs/sources/
diff --git a/sysutils/pv/distinfo b/sysutils/pv/distinfo
index 3c14dd65fe17..751e6f622554 100644
--- a/sysutils/pv/distinfo
+++ b/sysutils/pv/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pv-1.4.6.tar.bz2) = edfea0033ec6222eb60b4ec6d905dd2dccdb5900beef03f67f42ca9ed67e9fe2
-SIZE (pv-1.4.6.tar.bz2) = 95218
+SHA256 (pv-1.5.3.tar.bz2) = 76f3999b1c3b3027163dce6ef667cdf8dafb75218ee25e54a03bfe590478f90e
+SIZE (pv-1.5.3.tar.bz2) = 105287
diff --git a/sysutils/pv/files/patch-autoconf-header.in b/sysutils/pv/files/patch-autoconf-header.in
new file mode 100644
index 000000000000..c5713a960db2
--- /dev/null
+++ b/sysutils/pv/files/patch-autoconf-header.in
@@ -0,0 +1,15 @@
+--- 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