aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-01-22 05:02:11 +0800
committerpav <pav@FreeBSD.org>2004-01-22 05:02:11 +0800
commit56785c60057723493e392925840d41a084688c31 (patch)
tree4adf1e94a99f70aabcdd6ccb8092eef7dc1d733e /comms
parentdbb122dfbcba833286fef0032c3fed33ae8fd6de (diff)
downloadfreebsd-ports-graphics-56785c60057723493e392925840d41a084688c31.tar.gz
freebsd-ports-graphics-56785c60057723493e392925840d41a084688c31.tar.zst
freebsd-ports-graphics-56785c60057723493e392925840d41a084688c31.zip
- Update to 2.0
PR: ports/61670 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Approved by: maintainer
Diffstat (limited to 'comms')
-rw-r--r--comms/garmin-utils/Makefile5
-rw-r--r--comms/garmin-utils/distinfo2
-rw-r--r--comms/garmin-utils/files/patch-Makefile.inc11
-rw-r--r--comms/garmin-utils/pkg-plist2
4 files changed, 15 insertions, 5 deletions
diff --git a/comms/garmin-utils/Makefile b/comms/garmin-utils/Makefile
index bc4565a81f9..b4450bf3524 100644
--- a/comms/garmin-utils/Makefile
+++ b/comms/garmin-utils/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= garmin-utils
-PORTVERSION= 1.93
-PORTREVISION= 1
+PORTVERSION= 2.0
CATEGORIES= comms
MASTER_SITES= ftp://ftp.snafu.org/pub/
@@ -19,4 +18,6 @@ MANCOMPRESSED= yes
MAKE_ARGS+= MANDIR=${MANPREFIX}/man/man \
GPS_SERIAL_PORT=/dev/cuaa0
+PLIST_FILES= bin/gardump bin/garload
+
.include <bsd.port.mk>
diff --git a/comms/garmin-utils/distinfo b/comms/garmin-utils/distinfo
index 18a5ba3fbcb..b5d5d8a8199 100644
--- a/comms/garmin-utils/distinfo
+++ b/comms/garmin-utils/distinfo
@@ -1 +1 @@
-MD5 (garmin-utils-1.93.tar.gz) = c1dfd039ad15c99e8507ccf6b7c5c83b
+MD5 (garmin-utils-2.0.tar.gz) = 3140adf6e25dec58560b00c60ac781b1
diff --git a/comms/garmin-utils/files/patch-Makefile.inc b/comms/garmin-utils/files/patch-Makefile.inc
new file mode 100644
index 00000000000..a0171129a6e
--- /dev/null
+++ b/comms/garmin-utils/files/patch-Makefile.inc
@@ -0,0 +1,11 @@
+--- Makefile.inc.orig Wed Jan 21 10:56:37 2004
++++ Makefile.inc Wed Jan 21 10:56:47 2004
+@@ -27,7 +27,7 @@
+ # C options
+ #
+ CFLAGS+= -g -I${.CURDIR}/../lib
+-CFLAGS+= -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror
++CFLAGS+= -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
+ CFLAGS+= -DDEFAULT_PORT=\"${GPS_SERIAL_PORT}\" ${VERSION} ${SIO_TYPE}
+
+ # Figure out where the library lives for proper dependencies
diff --git a/comms/garmin-utils/pkg-plist b/comms/garmin-utils/pkg-plist
deleted file mode 100644
index 226f060aae3..00000000000
--- a/comms/garmin-utils/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/gardump
-bin/garload