svn commit: r533155 - head/astro/gpstk

Loïc Bartoletti lbartoletti at FreeBSD.org
Mon Apr 27 16:52:19 UTC 2020


Author: lbartoletti
Date: Mon Apr 27 16:52:17 2020
New Revision: 533155
URL: https://svnweb.freebsd.org/changeset/ports/533155

Log:
  astro/gpstk: Update to 3.0.0 and take Maintainer'ship
  
  Changelog:
  
   -  https://github.com/SGL-UT/GPSTk/releases/tag/v3.0.0
  
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D24412

Modified:
  head/astro/gpstk/Makefile
  head/astro/gpstk/distinfo
  head/astro/gpstk/pkg-plist

Modified: head/astro/gpstk/Makefile
==============================================================================
--- head/astro/gpstk/Makefile	Mon Apr 27 16:50:49 2020	(r533154)
+++ head/astro/gpstk/Makefile	Mon Apr 27 16:52:17 2020	(r533155)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	gpstk
-PORTVERSION=	2.12
+PORTVERSION=	3.0.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	astro devel
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	lbartoletti at FreeBSD.org
 COMMENT=	Toolkit for developing GPS applications
 
 LICENSE=	GPLv3 LGPL3
@@ -24,6 +24,9 @@ EXAMPLES=	*
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 OPTIONS_SUB=	yes
+
+PLIST_SUB=	PORTVERSION=${PORTVERSION} \
+		SHLIB_VER=${PORTVERSION:R}
 
 do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/astro/gpstk/distinfo
==============================================================================
--- head/astro/gpstk/distinfo	Mon Apr 27 16:50:49 2020	(r533154)
+++ head/astro/gpstk/distinfo	Mon Apr 27 16:52:17 2020	(r533155)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566490804
-SHA256 (SGL-UT-GPSTk-v2.12_GH0.tar.gz) = 6977b136ff6639c7771c7eb2164bfaef101b7a706ddf281cc203f325ede3fc3c
-SIZE (SGL-UT-GPSTk-v2.12_GH0.tar.gz) = 128885846
+TIMESTAMP = 1586777913
+SHA256 (SGL-UT-GPSTk-v3.0.0_GH0.tar.gz) = fe45c79537d263eb145623c456a0d0bf79acd0ac8dd79136d6b5610aa26055e4
+SIZE (SGL-UT-GPSTk-v3.0.0_GH0.tar.gz) = 128460479

Modified: head/astro/gpstk/pkg-plist
==============================================================================
--- head/astro/gpstk/pkg-plist	Mon Apr 27 16:50:49 2020	(r533154)
+++ head/astro/gpstk/pkg-plist	Mon Apr 27 16:52:17 2020	(r533155)
@@ -246,8 +246,8 @@ include/gpstk/ord.hpp
 include/gpstk/singleton.hpp
 include/gpstk/stl_helpers.hpp
 lib/libgpstk.so
-lib/libgpstk.so.2.12
-lib/libgpstk.so.2.12.0
+lib/libgpstk.so.%%SHLIB_VER%%
+lib/libgpstk.so.%%PORTVERSION%%
 share/cmake/GPSTK/GPSTKConfig.cmake
 share/cmake/GPSTK/GPSTKConfigVersion.cmake
 share/cmake/GPSTK/GPSTKTargets-%%CMAKE_BUILD_TYPE%%.cmake


More information about the svn-ports-all mailing list