diff options
-rw-r--r-- | astro/gpsbabel/Makefile | 6 | ||||
-rw-r--r-- | astro/gpsbabel/distinfo | 6 | ||||
-rw-r--r-- | astro/gpsbabel/files/patch-Makefile | 13 |
3 files changed, 7 insertions, 18 deletions
diff --git a/astro/gpsbabel/Makefile b/astro/gpsbabel/Makefile index 0fee5a3b7944..528223898402 100644 --- a/astro/gpsbabel/Makefile +++ b/astro/gpsbabel/Makefile @@ -5,10 +5,10 @@ # $FreeBSD$ PORTNAME= gpsbabel -PORTVERSION= 1.2.7 +PORTVERSION= 1.3.3 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR=${PORTNAME} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lrntct@gmail.com COMMENT= A gps file translating tool @@ -16,6 +16,8 @@ COMMENT= A gps file translating tool LIB_DEPENDS= usb:${PORTSDIR}/devel/libusb \ expat:${PORTSDIR}/textproc/expat2 +GNU_CONFIGURE= yes + PLIST_FILES= bin/gpsbabel .include <bsd.port.mk> diff --git a/astro/gpsbabel/distinfo b/astro/gpsbabel/distinfo index 847486cd44be..cb77d7403cd0 100644 --- a/astro/gpsbabel/distinfo +++ b/astro/gpsbabel/distinfo @@ -1,3 +1,3 @@ -MD5 (gpsbabel-1.2.7.tar.gz) = 535da9798714e53a9584e22ac7d651d3 -SHA256 (gpsbabel-1.2.7.tar.gz) = 08a28e8fb6e04eab170c8983da1601a2636a2a27f4d9aca90e3048c3e15f9d02 -SIZE (gpsbabel-1.2.7.tar.gz) = 1643528 +MD5 (gpsbabel-1.3.3.tar.gz) = 0ba7f4c623518e6bfe8da12d0691fb96 +SHA256 (gpsbabel-1.3.3.tar.gz) = b5d1021b0ea755d6b3bee57b0720a22021b6c8bad88acbda314874987f7fc1a6 +SIZE (gpsbabel-1.3.3.tar.gz) = 3305532 diff --git a/astro/gpsbabel/files/patch-Makefile b/astro/gpsbabel/files/patch-Makefile deleted file mode 100644 index d50c2dc41a44..000000000000 --- a/astro/gpsbabel/files/patch-Makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- work/gpsbabel-1.2.7/Makefile Fri Aug 26 19:59:24 2005 -+++ ../gpsbabel-1.2.7/Makefile Fri Apr 28 20:41:30 2006 -@@ -27,8 +27,8 @@ - OPTIMIZATION=-O $(EXTRA_OPTIMIZATION) - DEBUGGING=-g $(EXTRA_DEBUGGING) - # add -DDEBUG_MEM to turn on memory allocation logging --CFLAGS=$(EXTRA_CFLAGS) $(DEBUGGING) -Icoldsync $(INHIBIT_EXPAT) $(INHIBIT_USB) $(OPTIMIZATION) --INSTALL_TARGETDIR=/usr/local/ -+CFLAGS=$(EXTRA_CFLAGS) $(DEBUGGING) -Icoldsync $(INHIBIT_EXPAT) $(INHIBIT_USB) $(OPTIMIZATION) -I$(PREFIX)/include -L$(PREFIX)/lib -+INSTALL_TARGETDIR=$(PREFIX) - - FMTS=magproto.o gpx.o geo.o mapsend.o mapsource.o garmin_tables.o \ - gpsutil.o pcx.o cetus.o copilot.o gpspilot.o magnav.o \ |