Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2014 22:09:03 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341893 - head/astro/foxtrotgps
Message-ID:  <201401302209.s0UM93Pb058329@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401302209.s0UM93Pb058329>