[104993] trunk/dports/archivers/xdelta/Portfile

perry at macports.org perry at macports.org
Sat Apr 6 20:49:01 PDT 2013


Revision: 104993
          https://trac.macports.org/changeset/104993
Author:   perry at macports.org
Date:     2013-04-06 20:49:01 -0700 (Sat, 06 Apr 2013)
Log Message:
-----------
Update xdelta to 3.0.6

Modified Paths:
--------------
    trunk/dports/archivers/xdelta/Portfile

Modified: trunk/dports/archivers/xdelta/Portfile
===================================================================
--- trunk/dports/archivers/xdelta/Portfile	2013-04-07 02:01:11 UTC (rev 104992)
+++ trunk/dports/archivers/xdelta/Portfile	2013-04-07 03:49:01 UTC (rev 104993)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                xdelta
-version             3.0.0
+version             3.0.6
 categories          archivers
 maintainers         perry openmaintainer
 platforms           darwin
@@ -14,22 +14,14 @@
 license             GPL-2
 homepage            http://code.google.com/p/xdelta/
 
-livecheck.regex     {name=xdelta(.+)\.tar\.gz}
+livecheck.regex     {name=xdelta3-(\d+\.\d+\.\d+)\.tar\.gz}
 livecheck.type      regex
 livecheck.url       ${homepage}
 
-distname            xdelta${version}
-master_sites        http://xdelta.googlecode.com/files/
+distname            xdelta3-${version}
+master_sites        https://xdelta.googlecode.com/files/
 
-checksums           rmd160 6f1d64066579342fb659df862a44c279fdce64e5
+checksums           rmd160 3b5d4c3b6a8d702d542d984c2c0d0840bbdddffe\
+                    sha256 b9a439c27c26e8397dd1b438a2fac710b561e0961fe75682230e6c8f69340da5
 
-use_configure       no
-
-variant universal {}
-
 build.args          CC="${configure.cc} [get_canonical_archflags]"
-build.target        xdelta3
-
-destroot {
-    xinstall -m 755 ${worksrcpath}/xdelta3 ${destroot}${prefix}/bin
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130406/eb81d50f/attachment.html>


More information about the macports-changes mailing list