Revision
145087
Author
bgilbert@macports.org
Date
2016-01-25 12:42:21 -0800 (Mon, 25 Jan 2016)

Log Message

xdelta: Update to 3.0.11

Despite the name, the xdelta-devel GitHub repo is used for both stable and
development releases; the xdelta repo is essentially not in use.

Modified Paths

Diff

Modified: trunk/dports/archivers/xdelta/Portfile (145086 => 145087)


--- trunk/dports/archivers/xdelta/Portfile	2016-01-25 20:14:38 UTC (rev 145086)
+++ trunk/dports/archivers/xdelta/Portfile	2016-01-25 20:42:21 UTC (rev 145087)
@@ -1,9 +1,10 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
 
+github.setup        jmacd xdelta-devel 3.0.11 v
 name                xdelta
-version             3.0.6
 categories          archivers
 maintainers         perry openmaintainer
 platforms           darwin
@@ -12,16 +13,14 @@
                     VCDIFF (RFC 3284) delta compression
 long_description    ${description}
 license             GPL-2
-homepage            http://code.google.com/p/xdelta/
+homepage            http://xdelta.org/
 
-livecheck.regex     {name=xdelta3-(\d+\.\d+\.\d+)\.tar\.gz}
-livecheck.type      regex
-livecheck.url       ${homepage}
-
+github.tarball_from releases
 distname            xdelta3-${version}
-master_sites        https://xdelta.googlecode.com/files/
 
-checksums           rmd160 3b5d4c3b6a8d702d542d984c2c0d0840bbdddffe\
-                    sha256 b9a439c27c26e8397dd1b438a2fac710b561e0961fe75682230e6c8f69340da5
+checksums           rmd160 0096cc3f9c7d8e11741e871926d1cbea080dc20e\
+                    sha256 0ccc9751ceaa4d90d6b06938a4deddb481816f5d9284bd07d2e728609cb300aa
 
+depends_lib         port:xz
+
 build.args          CC="${configure.cc} [get_canonical_archflags]"