From owner-svn-ports-head@FreeBSD.ORG Thu Jan 30 22:09:03 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E66D944F; Thu, 30 Jan 2014 22:09:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D29161B0E; Thu, 30 Jan 2014 22:09:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0UM930G058331; Thu, 30 Jan 2014 22:09:03 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0UM93Pb058329; Thu, 30 Jan 2014 22:09:03 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201401302209.s0UM93Pb058329@svn.freebsd.org> From: Antoine Brodin Date: Thu, 30 Jan 2014 22:09:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341893 - head/astro/foxtrotgps X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2014 22:09:04 -0000 Author: antoine Date: Thu Jan 30 22:09:03 2014 New Revision: 341893 URL: http://svnweb.freebsd.org/changeset/ports/341893 QAT: https://qat.redports.org/buildarchive/r341893/ Log: - Stage support - Fix LIB_DEPENDS Modified: head/astro/foxtrotgps/Makefile head/astro/foxtrotgps/pkg-plist Modified: head/astro/foxtrotgps/Makefile ============================================================================== --- head/astro/foxtrotgps/Makefile Thu Jan 30 22:05:06 2014 (r341892) +++ head/astro/foxtrotgps/Makefile Thu Jan 30 22:09:03 2014 (r341893) @@ -12,11 +12,11 @@ COMMENT= Lightweight opensource gps movi LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libexif.so:${PORTSDIR}/graphics/libexif \ - libsoup-2.so:${PORTSDIR}/devel/libsoup \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ libgps.so:${PORTSDIR}/astro/gpsd GNU_CONFIGURE= yes -NO_STAGE= yes +CONFIGURE_ARGS= --disable-schemas-install USES= gettext gmake pkgconfig shebangfix SHEBANG_FILES= contrib/convert2gpx \ contrib/convert2osm \ @@ -28,6 +28,4 @@ INSTALLS_ICONS= yes GCONF_SCHEMAS= apps_foxtrotgps.schemas -MAN1= foxtrotgps.1 convert2gpx.1 convert2osm.1 - .include Modified: head/astro/foxtrotgps/pkg-plist ============================================================================== --- head/astro/foxtrotgps/pkg-plist Thu Jan 30 22:05:06 2014 (r341892) +++ head/astro/foxtrotgps/pkg-plist Thu Jan 30 22:09:03 2014 (r341893) @@ -16,6 +16,9 @@ lib/locale/ru/LC_MESSAGES/foxtrotgps.mo lib/locale/sk/LC_MESSAGES/foxtrotgps.mo lib/locale/ja/LC_MESSAGES/foxtrotgps.mo lib/locale/sr/LC_MESSAGES/foxtrotgps.mo +man/man1/convert2gpx.1.gz +man/man1/convert2osm.1.gz +man/man1/foxtrotgps.1.gz share/applications/foxtrotgps.desktop %%DOCSDIR%%/AUTHORS %%DOCSDIR%%/COPYING