[92635] trunk/dports/net/gpsd

ryandesign at macports.org ryandesign at macports.org
Wed May 2 14:49:59 PDT 2012


Revision: 92635
          https://trac.macports.org/changeset/92635
Author:   ryandesign at macports.org
Date:     2012-05-02 14:49:58 -0700 (Wed, 02 May 2012)
Log Message:
-----------
gpsd: update to 3.5; fix livecheck

Modified Paths:
--------------
    trunk/dports/net/gpsd/Portfile
    trunk/dports/net/gpsd/files/SConstruct.patch

Modified: trunk/dports/net/gpsd/Portfile
===================================================================
--- trunk/dports/net/gpsd/Portfile	2012-05-02 21:42:57 UTC (rev 92634)
+++ trunk/dports/net/gpsd/Portfile	2012-05-02 21:49:58 UTC (rev 92635)
@@ -8,7 +8,7 @@
 }
 
 name                    gpsd
-version                 3.4
+version                 3.5
 license                 BSD
 categories              net
 maintainers             nomaintainer
@@ -23,8 +23,8 @@
 homepage                http://www.catb.org/${name}/
 master_sites            savannah
 
-checksums               rmd160 f7cddc018b5b6834a097bbefbddb2b0a3844b203 \
-                        sha256 79f7de9ead63c7f5d2c9a92e85b5f82e53323c4d451ef8e27ea265ac3ef9a70f
+checksums               rmd160  5d79e9bae1fa9d96c6104ebbec4386fbe1102a9a \
+                        sha256  5ebb0b00c49421eb8fbead81342e5ce63e82065e5ff27da586f10e342b999171
 
 depends_lib-append      port:ncurses port:python27
 depends_build-append    port:scons
@@ -65,5 +65,5 @@
 }
 
 livecheck.type          regex
-livecheck.url           [lindex ${master_sites} 0]
+livecheck.url           http://download.savannah.gnu.org/releases-noredirect/gpsd
 livecheck.regex         "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

Modified: trunk/dports/net/gpsd/files/SConstruct.patch
===================================================================
--- trunk/dports/net/gpsd/files/SConstruct.patch	2012-05-02 21:42:57 UTC (rev 92634)
+++ trunk/dports/net/gpsd/files/SConstruct.patch	2012-05-02 21:49:58 UTC (rev 92635)
@@ -1,6 +1,6 @@
---- SConstruct.orig	2012-01-13 03:41:41.000000000 +1100
-+++ SConstruct	2012-01-25 18:50:00.000000000 +1100
-@@ -398,7 +399,7 @@
+--- SConstruct.orig	2012-04-14 08:36:18.000000000 -0500
++++ SConstruct	2012-05-02 16:46:09.000000000 -0500
+@@ -397,7 +397,7 @@
      # use chrpath to edit this out of RPATH.
      if env["shared"]:
          env.Prepend(RPATH=[os.path.realpath(os.curdir)])
@@ -9,7 +9,7 @@
      print "chrpath is not available, forcing static linking."
      env["shared"] = False
  
-@@ -1140,7 +1141,7 @@
+@@ -1147,7 +1147,7 @@
      binaryinstall.append(LibraryInstall(qt_env, installdir('libdir'), compiled_qgpsmmlib))
  
  # We don't use installdir here in order to avoid having DESTDIR affect the rpath
@@ -18,12 +18,3 @@
      env.AddPostAction(binaryinstall, '$CHRPATH -r "%s" "$TARGET"' \
                        % (installdir('libdir', False), ))
  
-@@ -1154,7 +1155,7 @@
-     python_module_dir = python_lib_dir + os.sep + 'gps'
-     python_extensions_install = python_env.Install( DESTDIR + python_module_dir,
-                                                     python_built_extensions)
--    if not env['debug'] or env['profiling']:
-+    if not env['debug'] and not env['profiling'] and env['strip']:
-         python_env.AddPostAction(python_extensions_install, '$STRIP $TARGET')
- 
-     python_modules_install = python_env.Install( DESTDIR + python_module_dir,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120502/fbc16337/attachment-0001.html>


More information about the macports-changes mailing list