svn commit: r560250 - in head/graphics/libspiro: . files

Fernando Apesteguía fernape at FreeBSD.org
Sun Jan 3 23:01:56 UTC 2021


Author: fernape
Date: Sun Jan  3 23:01:55 2021
New Revision: 560250
URL: https://svnweb.freebsd.org/changeset/ports/560250

Log:
  graphics/libspiro: Update to 20200505
  
  ChangeLog: https://github.com/fontforge/libspiro/releases/tag/20200505
  
  PR:	252344
  Submitted by:	cyberbotx at cyberbotx.com (maintainer)

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

Modified: head/graphics/libspiro/Makefile
==============================================================================
--- head/graphics/libspiro/Makefile	Sun Jan  3 23:00:48 2021	(r560249)
+++ head/graphics/libspiro/Makefile	Sun Jan  3 23:01:55 2021	(r560250)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libspiro
-DISTVERSION=	20190731
+DISTVERSION=	20200505
 PORTEPOCH=	1
 CATEGORIES=	graphics
 

Modified: head/graphics/libspiro/distinfo
==============================================================================
--- head/graphics/libspiro/distinfo	Sun Jan  3 23:00:48 2021	(r560249)
+++ head/graphics/libspiro/distinfo	Sun Jan  3 23:01:55 2021	(r560250)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566151460
-SHA256 (fontforge-libspiro-20190731_GH0.tar.gz) = 25678f69416115c9d5f909de4013f7a5a44a3f7ca901f912bb6de566cbb70e89
-SIZE (fontforge-libspiro-20190731_GH0.tar.gz) = 96096
+TIMESTAMP = 1609565019
+SHA256 (fontforge-libspiro-20200505_GH0.tar.gz) = 00be530b5c0ea9274baadf6c05521f0b192d4c3c1db636ac8b08efd44aaea8f5
+SIZE (fontforge-libspiro-20200505_GH0.tar.gz) = 98636

Modified: head/graphics/libspiro/files/patch-Makefile.am
==============================================================================
--- head/graphics/libspiro/files/patch-Makefile.am	Sun Jan  3 23:00:48 2021	(r560249)
+++ head/graphics/libspiro/files/patch-Makefile.am	Sun Jan  3 23:01:55 2021	(r560250)
@@ -1,4 +1,4 @@
---- Makefile.am.orig	2019-07-31 14:22:46 UTC
+--- Makefile.am.orig	2020-05-05 07:46:37 UTC
 +++ Makefile.am
 @@ -1,6 +1,6 @@
  # Makefile.am - Top level automakefile for libspiro
@@ -8,7 +8,7 @@
  
  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=
+@@ -19,7 +19,7 @@ AM_LDFLAGS = $(WLSLIB) $(LS_LIB) -no-undefined --mode=
  LIBTOOL_DEPS = @LIBTOOL_DEPS@
  
  DISTCLEANFILES = libspiro.pc
@@ -17,15 +17,7 @@
  
  lib_LTLIBRARIES = libspiro.la
  
-@@ -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	    \
- 	path5.png path6.png
- 
- include_HEADERS = bezctx.h bezctx_intf.h spiro.h spiroentrypoints.h
+@@ -39,13 +39,6 @@ man_MANS = libspiro.3
  
  libtool: $(LIBTOOL_DEPS)
  	$(SHELL) ./config.status libtool

Modified: head/graphics/libspiro/pkg-plist
==============================================================================
--- head/graphics/libspiro/pkg-plist	Sun Jan  3 23:00:48 2021	(r560249)
+++ head/graphics/libspiro/pkg-plist	Sun Jan  3 23:01:55 2021	(r560250)
@@ -5,5 +5,6 @@ include/spiroentrypoints.h
 lib/libspiro.a
 lib/libspiro.so
 lib/libspiro.so.1
-lib/libspiro.so.1.0.0
+lib/libspiro.so.1.0.1
 libdata/pkgconfig/libspiro.pc
+man/man3/libspiro.3.gz


More information about the svn-ports-all mailing list