Date: Sat, 3 Nov 2018 14:09:56 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483895 - head/astro/foxtrotgps Message-ID: <201811031409.wA3E9uOt086484@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Nov 3 14:09:55 2018 New Revision: 483895 URL: https://svnweb.freebsd.org/changeset/ports/483895 Log: Properly register info files Modified: head/astro/foxtrotgps/Makefile head/astro/foxtrotgps/pkg-plist Modified: head/astro/foxtrotgps/Makefile ============================================================================== --- head/astro/foxtrotgps/Makefile Sat Nov 3 14:08:35 2018 (r483894) +++ head/astro/foxtrotgps/Makefile Sat Nov 3 14:09:55 2018 (r483895) @@ -3,7 +3,7 @@ PORTNAME= foxtrotgps PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro geography MASTER_SITES= http://www.foxtrotgps.org/releases/ @@ -20,6 +20,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libsoup-2.4.so:devel/libsoup \ libgps.so:astro/gpsd +INFO= foxtrotgps GNU_CONFIGURE= yes CONFIGURE_ENV= DATADIRNAME=share CONFIGURE_ARGS= --disable-schemas-install Modified: head/astro/foxtrotgps/pkg-plist ============================================================================== --- head/astro/foxtrotgps/pkg-plist Sat Nov 3 14:08:35 2018 (r483894) +++ head/astro/foxtrotgps/pkg-plist Sat Nov 3 14:09:55 2018 (r483895) @@ -5,7 +5,6 @@ bin/georss2foxtrotgps-poi bin/gpx2osm bin/osb2foxtrot bin/poi2osm -info/foxtrotgps.info share/locale/bg/LC_MESSAGES/foxtrotgps.mo share/locale/cs/LC_MESSAGES/foxtrotgps.mo share/locale/de/LC_MESSAGES/foxtrotgps.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811031409.wA3E9uOt086484>