Opened 20 years ago

Last modified 8 years ago

#1539 closed update

New Version of pv — at Initial Version

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

Description

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@… 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 (0)

Note: See TracTickets for help on using tickets.