[96489] trunk/dports/archivers/pbzip2/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sun Aug 12 01:13:12 PDT 2012
Revision: 96489
https://trac.macports.org/changeset/96489
Author: ryandesign at macports.org
Date: 2012-08-12 01:13:10 -0700 (Sun, 12 Aug 2012)
Log Message:
-----------
pbzip2: update to 1.1.8, now hosted at launchpad; fix livecheck; installs_libs no
Modified Paths:
--------------
trunk/dports/archivers/pbzip2/Portfile
Modified: trunk/dports/archivers/pbzip2/Portfile
===================================================================
--- trunk/dports/archivers/pbzip2/Portfile 2012-08-12 08:08:27 UTC (rev 96488)
+++ trunk/dports/archivers/pbzip2/Portfile 2012-08-12 08:13:10 UTC (rev 96489)
@@ -3,12 +3,13 @@
PortSystem 1.0
name pbzip2
-version 1.1.6
-revision 2
+version 1.1.8
+set branch [join [lrange [split ${version} .] 0 1] .]
categories archivers
platforms darwin
maintainers ram openmaintainer
license Permissive
+installs_libs no
description parallel bzip2
long_description PBZIP2 is a parallel implementation of the bzip2 \
@@ -16,12 +17,12 @@
near-linear speedup on SMP machines.
homepage http://compression.ca/pbzip2/
-master_sites ${homepage}
+master_sites https://launchpad.net/pbzip2/${branch}/${version}/+download/
depends_lib port:bzip2
-checksums rmd160 179b548c72f63555a6d51d9d3bd86e3ab002e6a6 \
- sha256 86bd6d58e5a6c13cf8c709620ebfe186fca423c2724225bb30431fa7a453aee2
+checksums rmd160 db138cdab6b2e78c12b16805a486c073a9bd00c7 \
+ sha256 d2da7e65d2a2ba5426d6d9bcd15d86cc5f90038efabd5dbc1ef9bded21371f53
configure {
reinplace "s|man|share/man|" ${worksrcpath}/Makefile
@@ -48,5 +49,5 @@
}
livecheck.type regex
-livecheck.url ${homepage}
+livecheck.url https://launchpad.net/pbzip2
livecheck.regex {pbzip2-(\d+(?:\.\d+)*).tar.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120812/f55ac5a9/attachment.html>
More information about the macports-changes
mailing list