diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pv/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pv/distinfo | 4 | ||||
-rw-r--r-- | sysutils/pv/files/patch-autoconf-header.in | 15 |
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 |