[MacPorts] #1539: New Version of pv
MacPorts
noreply at macports.org
Thu Mar 24 06:46:14 PDT 2016
#1539: New Version of pv
-------------------------+--------------------------------
Reporter: meissnem@… | Owner: macports-tickets@…
Type: update | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 1.0
Resolution: fixed | Keywords:
Port: pv |
-------------------------+--------------------------------
Changes (by ryandesign@…):
* type: defect => update
* port: => pv
Old 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 at 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
New 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 at 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
}}}
--
--
Ticket URL: <https://trac.macports.org/ticket/1539#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list