svn commit: r483895 - head/astro/foxtrotgps

Baptiste Daroussin bapt at FreeBSD.org
Sat Nov 3 14:09:57 UTC 2018


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


More information about the svn-ports-all mailing list