diff options
author | martymac <martymac@FreeBSD.org> | 2014-09-04 15:44:41 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2014-09-04 15:44:41 +0800 |
commit | 3ec4446aabb9cea32287b8bc511ee090646806d7 (patch) | |
tree | 710976ceee17060ca8e212fccff794a7ce319c9f | |
parent | 47f59d052b09535bd1b51e20822d40f1c808c5db (diff) | |
download | freebsd-ports-gnome-3ec4446aabb9cea32287b8bc511ee090646806d7.tar.gz freebsd-ports-gnome-3ec4446aabb9cea32287b8bc511ee090646806d7.tar.zst freebsd-ports-gnome-3ec4446aabb9cea32287b8bc511ee090646806d7.zip |
Update to 1.5.3
PR: 192659
Submitted by: delphij
-rw-r--r-- | sysutils/pv/Makefile | 3 | ||||
-rw-r--r-- | sysutils/pv/distinfo | 4 | ||||
-rw-r--r-- | sysutils/pv/files/patch-autoconf-header.in | 15 |
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 |