[95762] trunk/dports/sysutils/pv

ryandesign at macports.org ryandesign at macports.org
Sat Jul 21 09:23:38 PDT 2012


Revision: 95762
          https://trac.macports.org/changeset/95762
Author:   ryandesign at macports.org
Date:     2012-07-21 09:23:38 -0700 (Sat, 21 Jul 2012)
Log Message:
-----------
pv: update to 1.3.4 and update master_sites (#35003)

Modified Paths:
--------------
    trunk/dports/sysutils/pv/Portfile
    trunk/dports/sysutils/pv/files/stat64.diff

Modified: trunk/dports/sysutils/pv/Portfile
===================================================================
--- trunk/dports/sysutils/pv/Portfile	2012-07-21 16:14:54 UTC (rev 95761)
+++ trunk/dports/sysutils/pv/Portfile	2012-07-21 16:23:38 UTC (rev 95762)
@@ -5,7 +5,7 @@
 PortGroup           muniversal 1.0
 
 name                pv
-version             1.2.0
+version             1.3.4
 categories          sysutils
 platforms           darwin
 maintainers         gmail.com:meissnem
@@ -21,13 +21,12 @@
                     is, and an estimate of how long it will be until completion.
 
 homepage            http://www.ivarch.com/programs/pv.shtml
-master_sites        googlecode:pipeviewer
+master_sites        http://www.ivarch.com/programs/sources/
 
 use_bzip2           yes
 
-checksums           md5     67aedf6dbcd068d5feeaa76156153f4f \
-                    sha1    bb921bca55347a1b7c6f74ce6b70cff0325499d7 \
-                    rmd160  3dfb7dc65c2d8032d3db1dcce27b42cc9cc14540
+checksums           rmd160  8fa94f1317f191f3e2138d74b7de2e5ff0a1b0d0 \
+                    sha256  26b031e0a713ee00d956ed75b0c445a8aa614f40289d96f623efc177c1388b84
 
 configure.args      --mandir=${prefix}/share/man \
                     --infodir=${prefix}/share/info

Modified: trunk/dports/sysutils/pv/files/stat64.diff
===================================================================
--- trunk/dports/sysutils/pv/files/stat64.diff	2012-07-21 16:14:54 UTC (rev 95761)
+++ trunk/dports/sysutils/pv/files/stat64.diff	2012-07-21 16:23:38 UTC (rev 95762)
@@ -1,5 +1,5 @@
---- src/pv/file.c.orig	2008-03-06 23:09:57.000000000 +1100
-+++ src/pv/file.c	2009-09-26 06:57:06.000000000 +1000
+--- src/pv/file.c.orig	2012-06-26 04:37:50.000000000 -0500
++++ src/pv/file.c	2012-07-21 11:18:47.000000000 -0500
 @@ -37,27 +37,27 @@
   */
  void pv_calc_total_size(opts_t opts)
@@ -32,7 +32,7 @@
  			if (rc == 0)
  				rc = access(opts->argv[i], R_OK);
  		}
-@@ -103,14 +103,14 @@
+@@ -109,14 +109,14 @@
  		fd = -1;
  
  		if (strcmp(opts->argv[i], "-") == 0) {
@@ -49,7 +49,7 @@
  			if ((rc != 0) || (!S_ISREG(sb.st_mode))) {
  				opts->size = 0;
  				return;
-@@ -153,8 +153,8 @@
+@@ -167,8 +167,8 @@
   */
  int pv_next_file(opts_t opts, int filenum, int oldfd)
  {
@@ -60,7 +60,7 @@
  	int fd;
  
  	if (oldfd > 0) {
-@@ -186,7 +186,7 @@
+@@ -206,7 +206,7 @@
  		}
  	}
  
@@ -69,7 +69,7 @@
  		fprintf(stderr, "%s: %s: %s: %s\n",
  			opts->program_name,
  			_("failed to stat file"),
-@@ -195,7 +195,7 @@
+@@ -216,7 +216,7 @@
  		return -1;
  	}
  
@@ -78,10 +78,10 @@
  		fprintf(stderr, "%s: %s: %s\n",
  			opts->program_name,
  			_("failed to stat output file"), strerror(errno));
---- src/pv/loop.c.orig	2008-03-06 23:09:57.000000000 +1100
-+++ src/pv/loop.c	2009-09-26 07:04:54.000000000 +1000
-@@ -62,7 +62,7 @@
- 	struct timeval start_time, next_update, next_reset, cur_time;
+--- src/pv/loop.c.orig	2012-06-26 04:37:50.000000000 -0500
++++ src/pv/loop.c	2012-07-21 11:18:47.000000000 -0500
+@@ -63,7 +63,7 @@
+ 	struct timeval start_time, next_update, next_ratecheck, cur_time;
  	struct timeval init_time;
  	long double elapsed;
 -	struct stat64 sb;
@@ -90,7 +90,7 @@
  
  	/*
 @@ -111,7 +111,7 @@
- 		return 1;
+ 		return opts->exit_status;
  	}
  
 -	if (fstat64(fd, &sb) == 0) {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120721/4f48a1b2/attachment.html>


More information about the macports-changes mailing list