1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to 1.3.1

PR:		170133
Submitted by:	Ports Fury
This commit is contained in:
Martin Wilke 2012-08-05 04:37:54 +00:00
parent 71c253f763
commit e2ff5c6b85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302045
2 changed files with 7 additions and 8 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= viking
PORTVERSION= 1.3
PORTREVISION= 1
PORTVERSION= 1.3.1
CATEGORIES= astro
MASTER_SITES= SF
@ -16,8 +15,8 @@ COMMENT= Program to manage GPS data (tracks, waypoints, etc)
LICENSE= GPLv2 # (or later)
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \
expat.6:${PORTSDIR}/textproc/expat2
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
expat:${PORTSDIR}/textproc/expat2
RUN_DEPENDS= gpsbabel:${PORTSDIR}/astro/gpsbabel
OPTIONS_DEFINE= GEOTAR GPSD
@ -40,13 +39,13 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGEOTAG}
LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif
LIB_DEPENDS+= exif:${PORTSDIR}/graphics/libexif
.else
CONFIGURE_ARGS+= --disable-geotag
.endif
.if ${PORT_OPTIONS:MGPSD}
LIB_DEPENDS+= gps.20:${PORTSDIR}/astro/gpsd
LIB_DEPENDS+= gps:${PORTSDIR}/astro/gpsd
.else
CONFIGURE_ARGS+= --disable-realtime-gps-tracking
.endif

View File

@ -1,2 +1,2 @@
SHA256 (viking-1.3.tar.gz) = 54dc43b0136722118b8402d51ac8d78180ad59cc37e37ddf3fb6a7ee6bf04fdf
SIZE (viking-1.3.tar.gz) = 1116537
SHA256 (viking-1.3.1.tar.gz) = d6511059eb554426dd6f5c76dd7d30913429a0445bddef63647fc9458c5c0920
SIZE (viking-1.3.1.tar.gz) = 1094445