From owner-svn-ports-head@FreeBSD.ORG Thu Sep 4 07:44:42 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B205E324; Thu, 4 Sep 2014 07:44:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 838221F4D; Thu, 4 Sep 2014 07:44:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s847igPm062581; Thu, 4 Sep 2014 07:44:42 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s847ifhF062578; Thu, 4 Sep 2014 07:44:41 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201409040744.s847ifhF062578@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Thu, 4 Sep 2014 07:44:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367241 - in head/sysutils/pv: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2014 07:44:42 -0000 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