Opened 20 years ago

Closed 20 years ago

Last modified 8 years ago

#1539 closed update (fixed)

New Version of pv

Reported by: meissnem@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: pv

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Hi,

Here's a diff to update the sysutils/pv port from 0.6.2 to 0.8.0 and to install manpages in ${prefix}/share/man instead of ${prefix}/man.

diff -U3 -r1.3 Portfile
--- Portfile    15 Aug 2003 05:18:04 -0000      1.3
+++ Portfile    22 Feb 2004 03:58:11 -0000
@@ -2,7 +2,8 @@
 
 PortSystem 1.0
 name           pv
-version                0.6.2
+version                0.8.0
+revision       1
 categories     sysutils
 maintainers    meissnem@mac.com
 description    monitor the progress of data through a pipe
@@ -15,9 +16,5 @@
                        and an estimate of how long it will be until completion.
 homepage       http://www.ivarch.com/programs/pv.shtml
 master_sites   sourceforge:pipeviewer
-checksums      md5 48d538cbc5cbfa52d18350b03dca3566
-configure.args-append  --disable-nls
-destroot.args  prefix=${destroot}${prefix}
-
-post-destroot  { cd ${destroot}${prefix}/man/man1
-                 system "gzip -d pv.1.gz" }
+checksums      md5 0afdbcbb903f696ebfc43bbe43cc15c6
+configure.args-append  --mandir=${prefix}/share/man

Change History (2)

comment:1 Changed 20 years ago by waqar@…

Resolution: fixed
Status: newclosed

commited thanks

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: pv added
Type: defectupdate
Note: See TracTickets for help on using tickets.