Bug 95038 - port update: astro/gpsd
Summary: port update: astro/gpsd
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-28 12:40 UTC by Anton Karpov
Modified: 2006-03-30 17:45 UTC (History)
0 users

See Also:


Attachments
gpsd.diff (1.39 KB, patch)
2006-03-28 12:40 UTC, Anton Karpov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Karpov 2006-03-28 12:40:20 UTC
There is a new version of gpsd: 2.32

Fix: the diff is attached
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2006-03-28 13:22:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 2 Anton Karpov 2006-03-28 13:39:24 UTC
oops, sorry, it's cgpxlogger, not cgpslogger
the new diff is provided

diff -ruN gpsd.orig/Makefile gpsd/Makefile
--- gpsd.orig/Makefile  Tue Mar 28 14:29:34 2006
+++ gpsd/Makefile       Tue Mar 28 14:43:52 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      gpsd
-PORTVERSION=   2.30
+PORTVERSION=   2.32
 CATEGORIES=    astro
 MASTER_SITES=  http://download.berlios.de/${PORTNAME}/
 
@@ -16,7 +16,7 @@
 GNU_CONFIGURE= yes
 CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
                LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
-MAN1=  gpsfake.1 gpsflash.1 gpspipe.1 gpsprof.1 rtcmdecode.1 sirfmon.1 xgps.1
+MAN1=  gps.1 gpsfake.1 gpsflash.1 gpspipe.1 gpsprof.1 rtcmdecode.1 sirfmon.1
 MAN3=  libgps.3 libgpsd.3 libgpsmm.3
 MAN5=  rtcm-104.5 srec.5
 MAN8=  gpsd.8
diff -ruN gpsd.orig/distinfo gpsd/distinfo
--- gpsd.orig/distinfo  Tue Mar 28 14:29:34 2006
+++ gpsd/distinfo       Tue Mar 28 14:29:52 2006
@@ -1,3 +1,3 @@
-MD5 (gpsd-2.30.tar.gz) = dde177174878e8ae6db15f8010da46dd
-SHA256 (gpsd-2.30.tar.gz) = 9ae74f2ed87a457b53ae1b0150ec44a82e8bd453b26653249f9cf95e622026e2
-SIZE (gpsd-2.30.tar.gz) = 605997
+MD5 (gpsd-2.32.tar.gz) = 4bb9b0c1642d36265c807a04da3d6f60
+SHA256 (gpsd-2.32.tar.gz) = 95bee94daaf0168387152223fac186ba40d7b02657bfc0336c90edc5ea15bf10
+SIZE (gpsd-2.32.tar.gz) = 617947
diff -ruN gpsd.orig/pkg-plist gpsd/pkg-plist
--- gpsd.orig/pkg-plist Tue Mar 28 14:29:34 2006
+++ gpsd/pkg-plist      Tue Mar 28 16:25:35 2006
@@ -2,6 +2,7 @@
 %%X11%%bin/xgps
 sbin/gpsd
 bin/cgps
+bin/cgpxlogger
 bin/gpsflash
 bin/gpsprof
 bin/sirfmon


-- 
Anton A. Karpov

WWW:  http://www.toxahost.ru
PGP Key ID: A21386F2
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
A: Because it messes up the order in which people
   normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2006-03-30 17:45:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!