Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 2020 17:13:54 +0000 (UTC)
From:      =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540980 - in head/databases/sfcgal: . files
Message-ID:  <202007011713.061HDs4U058647@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lbartoletti
Date: Wed Jul  1 17:13:54 2020
New Revision: 540980
URL: https://svnweb.freebsd.org/changeset/ports/540980

Log:
  databases/sfcgal: Update to 1.3.8
  
  Changelog:
    - https://github.com/Oslandia/SFCGAL/blob/master/NEWS#L1-L19
  
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D25507

Deleted:
  head/databases/sfcgal/files/
Modified:
  head/databases/sfcgal/Makefile
  head/databases/sfcgal/distinfo
  head/databases/sfcgal/pkg-plist

Modified: head/databases/sfcgal/Makefile
==============================================================================
--- head/databases/sfcgal/Makefile	Wed Jul  1 17:12:10 2020	(r540979)
+++ head/databases/sfcgal/Makefile	Wed Jul  1 17:13:54 2020	(r540980)
@@ -3,8 +3,7 @@
 
 PORTNAME=	sfcgal
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.3.7
-PORTREVISION=	3
+DISTVERSION=	1.3.8
 CATEGORIES=	databases math graphics
 
 MAINTAINER=	lbartoletti@FreeBSD.org
@@ -18,7 +17,7 @@ LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr
 
-USES=		cmake compiler:c++14-lang libtool
+USES=		cmake compiler:c++14-lang
 USE_GITHUB=	yes
 GH_ACCOUNT=	Oslandia
 GH_PROJECT=	SFCGAL

Modified: head/databases/sfcgal/distinfo
==============================================================================
--- head/databases/sfcgal/distinfo	Wed Jul  1 17:12:10 2020	(r540979)
+++ head/databases/sfcgal/distinfo	Wed Jul  1 17:13:54 2020	(r540980)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1563903428
-SHA256 (Oslandia-SFCGAL-v1.3.7_GH0.tar.gz) = 30ea1af26cb2f572c628aae08dd1953d80a69d15e1cac225390904d91fce031b
-SIZE (Oslandia-SFCGAL-v1.3.7_GH0.tar.gz) = 2473776
+TIMESTAMP = 1593440266
+SHA256 (Oslandia-SFCGAL-v1.3.8_GH0.tar.gz) = 5154bfc67a5e99d95cb653d70d2b9d9293d3deb3c8f18b938a33d68fec488a6d
+SIZE (Oslandia-SFCGAL-v1.3.8_GH0.tar.gz) = 2480730

Modified: head/databases/sfcgal/pkg-plist
==============================================================================
--- head/databases/sfcgal/pkg-plist	Wed Jul  1 17:12:10 2020	(r540979)
+++ head/databases/sfcgal/pkg-plist	Wed Jul  1 17:13:54 2020	(r540980)
@@ -42,6 +42,7 @@ include/SFCGAL/algorithm/intersection.h
 include/SFCGAL/algorithm/intersects.h
 include/SFCGAL/algorithm/isValid.h
 include/SFCGAL/algorithm/length.h
+include/SFCGAL/algorithm/lineSubstring.h
 include/SFCGAL/algorithm/minkowskiSum.h
 include/SFCGAL/algorithm/normal.h
 include/SFCGAL/algorithm/offset.h
@@ -107,3 +108,4 @@ include/SFCGAL/version.h
 lib/libSFCGAL.so
 lib/libSFCGAL.so.%%SHL1%%
 lib/libSFCGAL.so.%%SHL3%%
+libdata/pkgconfig/sfcgal.pc



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