[113516] trunk/dports/graphics/osm-gps-map

devans at macports.org devans at macports.org
Mon Nov 18 14:06:39 PST 2013


Revision: 113516
          https://trac.macports.org/changeset/113516
Author:   devans at macports.org
Date:     2013-11-18 14:06:39 -0800 (Mon, 18 Nov 2013)
Log Message:
-----------
osm-gps-map: update to version 1.0.1, now supports gtk3 and introspection.

Modified Paths:
--------------
    trunk/dports/graphics/osm-gps-map/Portfile

Added Paths:
-----------
    trunk/dports/graphics/osm-gps-map/files/patch-Makefile.am.diff

Removed Paths:
-------------
    trunk/dports/graphics/osm-gps-map/files/patch-Makefile.in.diff

Modified: trunk/dports/graphics/osm-gps-map/Portfile
===================================================================
--- trunk/dports/graphics/osm-gps-map/Portfile	2013-11-18 21:21:50 UTC (rev 113515)
+++ trunk/dports/graphics/osm-gps-map/Portfile	2013-11-18 22:06:39 UTC (rev 113516)
@@ -2,37 +2,38 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       github 1.0
 
-name            osm-gps-map
-version         0.7.3
+github.setup    nzjrs osm-gps-map 1.0.1
 license         GPL-3
 categories      graphics
 maintainers     devans openmaintainer
 platforms       darwin
 homepage        http://nzjrs.github.com/${name}/
-master_sites    http://www.johnstowers.co.nz/files/${name}
 
-description \
-    A Gtk+ widget for displaying OpenStreetMap tiles.
+description     A GTK+ 3 widget for displaying OpenStreetMap tiles.
 
 long_description \
-    A Gtk+ widget (and Python bindings) that when given GPS co-ordinates, \
-    draws a GPS track, and points of interest on a moving map display. \
-    Downloads map data from a number of websites, including openstreetmap.org.
+                A GTK+ 3 widget that when given GPS co-ordinates, \
+                draws a GPS track, and points of interest on a moving map display. \
+                Downloads map data from a number of websites, including openstreetmap.org.
 
-checksums       rmd160  98b275f255f763eaf5f3591a4e4b47a4495714ab \
-                sha256  5967db2e911fc81297c7c035ddfe1f225ee708398f1083d7f0d1f7630afcd1a8
+checksums       rmd160  3d03f0adbad9bbb95da4a59dd85a1fee4bfb9d35 \
+                sha256  4b96743cf274e4180d7836221033423c3925fbe512874c48c61acb4a54c49394
 
-depends_build   port:pkgconfig
+depends_build   port:pkgconfig \
+                port:autoconf \
+                port:automake \
+                port:libtool \
+                port:gnome-common \
+                port:gtk-doc
 
-depends_lib     port:libsoup \
-                port:gtk2
+depends_lib     port:gtk3 \
+                port:libsoup \
+                port:gobject-introspection
 
-patchfiles      patch-Makefile.in.diff
+patchfiles      patch-Makefile.am.diff
 
-configure.args  --enable-introspection=no \
-                --disable-silent-rules
+configure.cmd   ./autogen.sh
 
-livecheck.type  regex
-livecheck.url   https://github.com/nzjrs/osm-gps-map/tags
-livecheck.regex "(\\d+(?:\\.\\d+)*)${extract.suffix}"
+configure.args  --disable-silent-rules

Added: trunk/dports/graphics/osm-gps-map/files/patch-Makefile.am.diff
===================================================================
--- trunk/dports/graphics/osm-gps-map/files/patch-Makefile.am.diff	                        (rev 0)
+++ trunk/dports/graphics/osm-gps-map/files/patch-Makefile.am.diff	2013-11-18 22:06:39 UTC (rev 113516)
@@ -0,0 +1,11 @@
+--- Makefile.am.orig	2013-11-18 10:17:30.000000000 -0800
++++ Makefile.am	2013-11-18 10:18:53.000000000 -0800
+@@ -7,7 +7,7 @@
+ 
+ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+ 
+-osm_gps_mapdocdir = ${prefix}/doc/osm-gps-map
++osm_gps_mapdocdir = ${prefix}/share/doc/osm-gps-map
+ osm_gps_mapdoc_DATA =                           \
+ 	README                                      \
+ 	COPYING                                     \

Deleted: trunk/dports/graphics/osm-gps-map/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/graphics/osm-gps-map/files/patch-Makefile.in.diff	2013-11-18 21:21:50 UTC (rev 113515)
+++ trunk/dports/graphics/osm-gps-map/files/patch-Makefile.in.diff	2013-11-18 22:06:39 UTC (rev 113516)
@@ -1,11 +0,0 @@
---- Makefile.in.orig	2012-03-18 14:30:10.000000000 -0700
-+++ Makefile.in	2012-03-18 14:30:43.000000000 -0700
-@@ -288,7 +288,7 @@
-     --enable-maintainer-flags
- 
- ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
--osm_gps_mapdocdir = ${prefix}/doc/osm-gps-map
-+osm_gps_mapdocdir = ${prefix}/share/doc/osm-gps-map
- osm_gps_mapdoc_DATA = \
- 	README                                      \
- 	COPYING                                     \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131118/d33f3e6c/attachment.html>


More information about the macports-changes mailing list