Date: Thu, 23 Nov 2006 21:56:23 +0100 (CET) From: trasz <trasz@pin.if.uz.zgora.pl> To: FreeBSD-gnats-submit@FreeBSD.org Cc: toxa@toxahost.ru Subject: ports/105801: [PATCH] astro/gpsd: update to 2.33 Message-ID: <20061123205623.B109E39DB8@pin.if.uz.zgora.pl> Resent-Message-ID: <200611232100.kANL0eVK057502@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105801 >Category: ports >Synopsis: [PATCH] astro/gpsd: update to 2.33 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 23 21:00:39 GMT 2006 >Closed-Date: >Last-Modified: >Originator: trasz >Release: FreeBSD 6.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006 >Description: Update to 2.33 and fix some portlint warnings. Port maintainer (toxa@toxahost.ru) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- gpsd-2.33.patch begins here --- diff -ruN --exclude=CVS /usr/ports/astro/gpsd/Makefile /home/trasz/gpsd/Makefile --- /usr/ports/astro/gpsd/Makefile Thu Mar 30 18:45:31 2006 +++ /home/trasz/gpsd/Makefile Thu Nov 23 21:55:01 2006 @@ -6,9 +6,10 @@ # PORTNAME= gpsd -PORTVERSION= 2.32 +PORTVERSION= 2.33 CATEGORIES= astro -MASTER_SITES= http://download.berlios.de/${PORTNAME}/ +MASTER_SITES= ${MASTER_SITE_BERLIOS} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= toxa@toxahost.ru COMMENT= Daemon that monitors one or more GPSes attached to a host computer @@ -16,7 +17,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" -MAN1= gps.1 gpsfake.1 gpsflash.1 gpspipe.1 gpsprof.1 rtcmdecode.1 sirfmon.1 +MAN1= gps.1 gpsfake.1 gpsflash.1 gpspipe.1 gpsprof.1 rtcmdecode.1 sirfmon.1 \ + xgps.1 xgpsspeed.1 cgps.1 cgpxlogger.1 MAN3= libgps.3 libgpsd.3 libgpsmm.3 MAN5= rtcm-104.5 srec.5 MAN8= gpsd.8 @@ -43,7 +45,7 @@ SUB_FILES= pkg-message CONFIGURE_ARGS+=--disable-garmin -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .if defined(WITH_XGPS) CONFIGURE_ARGS+=--with-x diff -ruN --exclude=CVS /usr/ports/astro/gpsd/distinfo /home/trasz/gpsd/distinfo --- /usr/ports/astro/gpsd/distinfo Thu Mar 30 18:45:31 2006 +++ /home/trasz/gpsd/distinfo Thu Nov 23 21:55:01 2006 @@ -1,3 +1,3 @@ -MD5 (gpsd-2.32.tar.gz) = 4bb9b0c1642d36265c807a04da3d6f60 -SHA256 (gpsd-2.32.tar.gz) = 95bee94daaf0168387152223fac186ba40d7b02657bfc0336c90edc5ea15bf10 -SIZE (gpsd-2.32.tar.gz) = 617947 +MD5 (gpsd-2.33.tar.gz) = 03b57754091e4a34e27c78e1dc35c55e +SHA256 (gpsd-2.33.tar.gz) = e6a055689ad05f6adba7dbb9490891a18a240d1a30e34424b3a034f4152f2c28 +SIZE (gpsd-2.33.tar.gz) = 639348 --- gpsd-2.33.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061123205623.B109E39DB8>