[arch-commits] Commit in gpsd/trunk (PKGBUILD gpsd gpsd.conf.d)

Andrea Scarpino andrea at archlinux.org
Sat Aug 20 16:11:39 UTC 2011


    Date: Saturday, August 20, 2011 @ 12:11:39
  Author: andrea
Revision: 135939

upgpkg: gpsd 3.0-3
Keep old variables names

Modified:
  gpsd/trunk/PKGBUILD
  gpsd/trunk/gpsd
  gpsd/trunk/gpsd.conf.d

-------------+
 PKGBUILD    |    6 +++---
 gpsd        |    2 +-
 gpsd.conf.d |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-20 15:20:11 UTC (rev 135938)
+++ PKGBUILD	2011-08-20 16:11:39 UTC (rev 135939)
@@ -6,7 +6,7 @@
 
 pkgname=gpsd
 pkgver=3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="GPS daemon and library to support USB/serial GPS devices"
 arch=('i686' 'x86_64')
 url="http://gpsd.berlios.de"
@@ -21,8 +21,8 @@
 source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.gz"
         'gpsd' 'gpsd.conf.d')
 md5sums=('c63d41a26868e9bdd48d9e311a9cc42c'
-         'ffa9325cb53bf900b76d064b03ff71b7'
-         '5ebad060285f400fd202aef8fd5ed2a9')
+         '1f3402f8e33a7032b9ae6dfd077234f7'
+         '3e963df3f9f7ef3572ecc648ae829315')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: gpsd
===================================================================
--- gpsd	2011-08-20 15:20:11 UTC (rev 135938)
+++ gpsd	2011-08-20 16:11:39 UTC (rev 135939)
@@ -13,7 +13,7 @@
    start)
 	stat_busy "Starting $NAME"
 	[ ! -d /var/run/$NAME ] && install -d /var/run/$NAME
-	[ -z "$PID" ] && "$DAEMON" -P $PIDFILE -F /var/run/$NAME/$NAME.sock ${OPTIONS} ${DEVICE}
+	[ -z "$PID" ] && "$DAEMON" -P $PIDFILE -F /var/run/$NAME/$NAME.sock ${GPSD_OPTIONS} ${DEVICES}
 	if [ $? -gt 0 ]; then
 		stat_fail
 	else

Modified: gpsd.conf.d
===================================================================
--- gpsd.conf.d	2011-08-20 15:20:11 UTC (rev 135938)
+++ gpsd.conf.d	2011-08-20 16:11:39 UTC (rev 135939)
@@ -1,5 +1,5 @@
 # Default settings for gpsd.
 START_DAEMON="true"
-OPTIONS=""
-DEVICE=""
+GPSD_OPTIONS=""
+DEVICES=""
 USBAUTO="true"




More information about the arch-commits mailing list