Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2017 13:29:27 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r454951 - branches/2017Q4/astro/gpstk
Message-ID:  <201711271329.vARDTRm6052722@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Nov 27 13:29:27 2017
New Revision: 454951
URL: https://svnweb.freebsd.org/changeset/ports/454951

Log:
  MFH: r451468
  
  astro/gpstk: drop unused dependencies
  
  Reviewed by:	pi
  Differential Revision:	https://reviews.freebsd.org/D12617
  Approved by:	ports-secteam (swills)

Modified:
  branches/2017Q4/astro/gpstk/Makefile
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/astro/gpstk/Makefile
==============================================================================
--- branches/2017Q4/astro/gpstk/Makefile	Mon Nov 27 13:25:32 2017	(r454950)
+++ branches/2017Q4/astro/gpstk/Makefile	Mon Nov 27 13:29:27 2017	(r454951)
@@ -3,8 +3,8 @@
 
 PORTNAME=	gpstk
 PORTVERSION=	2.9
-PORTREVISION=	1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	2
 CATEGORIES=	astro devel
 
 MAINTAINER=	ports@FreeBSD.org
@@ -12,8 +12,7 @@ COMMENT=	Toolkit for developing GPS applications
 
 LICENSE=	LGPL3
 
-USES=		cmake:outsource python:run
-USE_GCC=	yes
+USES=		cmake:outsource
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes



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