[114671] users/devans/GNOME-3/stable/dports/devel

devans at macports.org devans at macports.org
Fri Dec 13 10:38:15 PST 2013


Revision: 114671
          https://trac.macports.org/changeset/114671
Author:   devans at macports.org
Date:     2013-12-13 10:38:15 -0800 (Fri, 13 Dec 2013)
Log Message:
-----------
GNOME-3/stable/dports: new port geoclue2, preliminary version for testing, installs in parallel with geoclue in trunk.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/devel/geoclue2/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/devel/geoclue2/

Removed Paths:
-------------
    users/devans/GNOME-3/stable/dports/devel/geoclue2/files/

Modified: users/devans/GNOME-3/stable/dports/devel/geoclue2/Portfile
===================================================================
--- trunk/dports/devel/geoclue/Portfile	2013-12-13 14:33:17 UTC (rev 114657)
+++ users/devans/GNOME-3/stable/dports/devel/geoclue2/Portfile	2013-12-13 18:38:15 UTC (rev 114671)
@@ -3,9 +3,10 @@
 
 PortSystem          1.0
 
-name                geoclue
-version             0.12.99
-revision            3
+name                geoclue2
+set gname           geoclue
+version             2.0.0
+set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          devel net
 license             LGPL-2.1+
 platforms           darwin
@@ -14,15 +15,15 @@
 long_description    Geoclue is a modular geoinformation service built on top of the D-Bus messaging system. The goal of the Geoclue project is to make creating location-aware applications as simple as possible.
 
 homepage            http://www.freedesktop.org/wiki/Software/GeoClue
-master_sites        http://freedesktop.org/~hadess/
+master_sites        http://www.freedesktop.org/software/geoclue/releases/${branch}
 
-checksums           sha1    32958b36e679c9fb9b35b25d29c43d5ae6a0be27 \
-                    rmd160  f95c8a0aac9ef1d0a011fc2cfc151f62bf400a6c \
-                    sha256  fe396c91cb52de4219281f4d9223156338fc03670d34700281e86d1399b80a72
+distname            ${gname}-${version}
 
-patchfiles \
-        geoclue-0.12.99-gpsd.patch
+use_xz              yes
 
+checksums           rmd160  19fee4e09a1999f0a9e63d35cf3aa149772523ea \
+                    sha256  4a82f184e55a163d86e0ad69bbe1bba9960bb5094220fe1f01350bceda8c67a1
+
 depends_build   \
         port:pkgconfig
 
@@ -39,5 +40,6 @@
 }
 
 livecheck.type      regex
+livecheck.name      ${gname}
 livecheck.url       ${master_sites}
-livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
+livecheck.regex     ${gname}-(\[\\d.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131213/3ecb5999/attachment-0001.html>


More information about the macports-changes mailing list