Date: Thu, 4 Sep 2014 07:44:41 +0000 (UTC) From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367241 - in head/sysutils/pv: . files Message-ID: <201409040744.s847ifhF062578@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: martymac Date: Thu Sep 4 07:44:41 2014 New Revision: 367241 URL: http://svnweb.freebsd.org/changeset/ports/367241 QAT: https://qat.redports.org/buildarchive/r367241/ Log: Update to 1.5.3 PR: 192659 Submitted by: delphij Added: head/sysutils/pv/files/ head/sysutils/pv/files/patch-autoconf-header.in (contents, props changed) Modified: head/sysutils/pv/Makefile head/sysutils/pv/distinfo Modified: head/sysutils/pv/Makefile ============================================================================== --- head/sysutils/pv/Makefile Thu Sep 4 07:31:56 2014 (r367240) +++ head/sysutils/pv/Makefile Thu Sep 4 07:44:41 2014 (r367241) @@ -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/ Modified: head/sysutils/pv/distinfo ============================================================================== --- head/sysutils/pv/distinfo Thu Sep 4 07:31:56 2014 (r367240) +++ head/sysutils/pv/distinfo Thu Sep 4 07:44:41 2014 (r367241) @@ -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 Added: head/sysutils/pv/files/patch-autoconf-header.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pv/files/patch-autoconf-header.in Thu Sep 4 07:44:41 2014 (r367241) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409040744.s847ifhF062578>