Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2019 18:50:18 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509300 - in head/graphics/libspiro: . files
Message-ID:  <201908191850.x7JIoIst030621@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Aug 19 18:50:18 2019
New Revision: 509300
URL: https://svnweb.freebsd.org/changeset/ports/509300

Log:
  graphics/libspiro: upgrade 0.5.20150702 -> 20190731
  
  - MASTER_SITE moved from SF to github
  
  PR:		239951
  Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
  Relnotes:	https://github.com/fontforge/libspiro/blob/master/ChangeLog

Modified:
  head/graphics/libspiro/Makefile
  head/graphics/libspiro/distinfo
  head/graphics/libspiro/files/patch-Makefile.am
  head/graphics/libspiro/pkg-descr
  head/graphics/libspiro/pkg-plist

Modified: head/graphics/libspiro/Makefile
==============================================================================
--- head/graphics/libspiro/Makefile	Mon Aug 19 17:59:30 2019	(r509299)
+++ head/graphics/libspiro/Makefile	Mon Aug 19 18:50:18 2019	(r509300)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libspiro
-DISTVERSION=	0.5.20150702
+DISTVERSION=	20190731
 PORTEPOCH=	1
 CATEGORIES=	graphics
 
@@ -12,10 +12,11 @@ COMMENT=	Library to convert clothoid splines into Bezi
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		autoreconf gmake libtool pathfix
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	fontforge
 
-USES=		autoreconf gmake libtool pathfix
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip

Modified: head/graphics/libspiro/distinfo
==============================================================================
--- head/graphics/libspiro/distinfo	Mon Aug 19 17:59:30 2019	(r509299)
+++ head/graphics/libspiro/distinfo	Mon Aug 19 18:50:18 2019	(r509300)
@@ -1,2 +1,3 @@
-SHA256 (fontforge-libspiro-0.5.20150702_GH0.tar.gz) = 14f761d83c7fa6be31c4e0317251ed1201b367dc5b2a8678e2da179d74938fc7
-SIZE (fontforge-libspiro-0.5.20150702_GH0.tar.gz) = 82909
+TIMESTAMP = 1566151460
+SHA256 (fontforge-libspiro-20190731_GH0.tar.gz) = 25678f69416115c9d5f909de4013f7a5a44a3f7ca901f912bb6de566cbb70e89
+SIZE (fontforge-libspiro-20190731_GH0.tar.gz) = 96096

Modified: head/graphics/libspiro/files/patch-Makefile.am
==============================================================================
--- head/graphics/libspiro/files/patch-Makefile.am	Mon Aug 19 17:59:30 2019	(r509299)
+++ head/graphics/libspiro/files/patch-Makefile.am	Mon Aug 19 18:50:18 2019	(r509300)
@@ -1,4 +1,4 @@
---- Makefile.am.orig	2016-10-03 14:37:13 UTC
+--- Makefile.am.orig	2019-07-31 14:22:46 UTC
 +++ Makefile.am
 @@ -1,6 +1,6 @@
  # Makefile.am - Top level automakefile for libspiro
@@ -6,33 +6,36 @@
 -SUBDIRS = . tests
 +SUBDIRS = .
  
- pkgconfigdir = $(prefix)/libdata/pkgconfig
- pkgconfig_DATA = libspiro.pc
-@@ -13,7 +13,7 @@ AM_LDFLAGS = $(WLSLIB) $(LS_LIB) -no-und
+ test_programs = call-test0 call-test1 call-test2 call-test3 call-test4 \
+ 		call-test5 call-test6 call-test7 call-test8 call-test9 \
+@@ -18,7 +18,7 @@ AM_LDFLAGS = $(WLSLIB) $(LS_LIB) -no-undefined --mode=
  LIBTOOL_DEPS = @LIBTOOL_DEPS@
  
  DISTCLEANFILES = libspiro.pc
--DISTCHECK_CONFIGURE_FLAGS = --enable-verbose_lib --enable-test_inputs
-+DISTCHECK_CONFIGURE_FLAGS = --enable-verbose_lib --disable-test_inputs
+-DISTCHECK_CONFIGURE_FLAGS = --enable-verbose_lib --enable-test_inputs --enable-test-a-lot
++DISTCHECK_CONFIGURE_FLAGS = --enable-verbose_lib --disable-test_inputs --disable-test-a-lot
  
  lib_LTLIBRARIES = libspiro.la
  
-@@ -26,17 +26,10 @@ EXTRA_DIST = bezctx.md get-spiro-src.sh 
+@@ -31,20 +31,13 @@ EXTRA_DIST = bezctx.md get-spiro-src.sh README-RaphLev
  	java/ShowPlate.java java/Spiro.java java/SpiroBezierContext.java    \
  	java/SpiroCanvas.java java/SpiroCP.java java/SpiroGeneralPath.java  \
  	java/SpiroPointType.java README-GeorgeWilliams fontforge-debug.txt  \
--	fontforge.sh m4/ax_check_compile_flag.m4 tests/call-test.c
-+	fontforge.sh m4/ax_check_compile_flag.m4
+-	fontforge.sh m4/ax_check_compile_flag.m4 tests/call-test.c	    \
++	fontforge.sh m4/ax_check_compile_flag.m4	    \
+ 	path5.png path6.png
  
  include_HEADERS = bezctx.h bezctx_intf.h spiro.h spiroentrypoints.h
  
  libtool: $(LIBTOOL_DEPS)
  	$(SHELL) ./config.status libtool
- 
+-
 -# test: run all tests in cwd and subdirs
--test:	${TEST_PROGS}
+-test:	$(TEST_PROGS)
 -
 -.PHONY: test
 -# run make test as part of make check
 -check-local: test
--
+ 
+ check-valgrind:
+ if HAVEVALGRIND

Modified: head/graphics/libspiro/pkg-descr
==============================================================================
--- head/graphics/libspiro/pkg-descr	Mon Aug 19 17:59:30 2019	(r509299)
+++ head/graphics/libspiro/pkg-descr	Mon Aug 19 18:50:18 2019	(r509300)
@@ -15,4 +15,4 @@ has come to use beziers.
 
 (Above taken from Introduction on the library's website)
 
-WWW: http://libspiro.sourceforge.net/
+WWW: https://github.com/fontforge/libspiro

Modified: head/graphics/libspiro/pkg-plist
==============================================================================
--- head/graphics/libspiro/pkg-plist	Mon Aug 19 17:59:30 2019	(r509299)
+++ head/graphics/libspiro/pkg-plist	Mon Aug 19 18:50:18 2019	(r509300)
@@ -4,6 +4,6 @@ include/spiro.h
 include/spiroentrypoints.h
 lib/libspiro.a
 lib/libspiro.so
-lib/libspiro.so.0
-lib/libspiro.so.0.0.5
+lib/libspiro.so.1
+lib/libspiro.so.1.0.0
 libdata/pkgconfig/libspiro.pc



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