diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-19 16:58:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-19 16:58:37 +0800 |
commit | cedafdd846e6a6c87e09a9a80a5a7f0f14b7ea1c (patch) | |
tree | 6f3b90454fab04ddb4570c4bc1acb6e3d466182d /astro | |
parent | 67c32497fc272ca9cd781944a204380e852e6ec7 (diff) | |
download | freebsd-ports-gnome-cedafdd846e6a6c87e09a9a80a5a7f0f14b7ea1c.tar.gz freebsd-ports-gnome-cedafdd846e6a6c87e09a9a80a5a7f0f14b7ea1c.tar.zst freebsd-ports-gnome-cedafdd846e6a6c87e09a9a80a5a7f0f14b7ea1c.zip |
- Update to 1.1.1
- While I'm here, pet portlint by removing ABI version number from LIB_DEPENDS
Changes: http://www.foxtrotgps.org/branches/foxtrotgps-dev/NEWS
PR: ports/169233
Submitted by: Craig R. Whipp <crwhipp@gmail.com> (maintainer)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/foxtrotgps/Makefile | 13 | ||||
-rw-r--r-- | astro/foxtrotgps/distinfo | 4 |
2 files changed, 8 insertions, 9 deletions
diff --git a/astro/foxtrotgps/Makefile b/astro/foxtrotgps/Makefile index 7c7e96a4c9c1..e33fad7bd5ac 100644 --- a/astro/foxtrotgps/Makefile +++ b/astro/foxtrotgps/Makefile @@ -6,18 +6,17 @@ # PORTNAME= foxtrotgps -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.1.1 CATEGORIES= astro geography MASTER_SITES= http://www.foxtrotgps.org/releases/ MAINTAINER= crwhipp@gmail.com COMMENT= A lightweight opensource gps moving map application -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ - exif.12:${PORTSDIR}/graphics/libexif \ - soup-2.4.1:${PORTSDIR}/devel/libsoup \ - gps.20:${PORTSDIR}/astro/gpsd +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ + exif:${PORTSDIR}/graphics/libexif \ + soup-2.4:${PORTSDIR}/devel/libsoup \ + gps:${PORTSDIR}/astro/gpsd USE_AUTOTOOLS= automake aclocal libtool autoconf ACLOCAL_ARGS= --force @@ -29,7 +28,7 @@ USE_GNOME= gtk20 gconf2 libxml2 intltool pkgconfig libglade2 USE_SQLITE= 3 INSTALLS_ICONS= yes -GCONF_SCHEMAS= apps_foxtrotgps.schemas +GCONF_SCHEMAS= apps_foxtrotgps.schemas MAN1= foxtrotgps.1 convert2gpx.1 convert2osm.1 diff --git a/astro/foxtrotgps/distinfo b/astro/foxtrotgps/distinfo index 4427729fc540..e92b3ab1010b 100644 --- a/astro/foxtrotgps/distinfo +++ b/astro/foxtrotgps/distinfo @@ -1,2 +1,2 @@ -SHA256 (foxtrotgps-1.1.0.tar.gz) = 2d0d66d3e6d3c6ca1c8e5d82129182a49691b9622067b7c5edf82d808ebf1a77 -SIZE (foxtrotgps-1.1.0.tar.gz) = 584889 +SHA256 (foxtrotgps-1.1.1.tar.gz) = ae9706285510554cc0813ac92522e0d1672b0ddb065307bfacfcff3c328f6adb +SIZE (foxtrotgps-1.1.1.tar.gz) = 589091 |