graphics/libspiro: Update to 20200505
ChangeLog: https://github.com/fontforge/libspiro/releases/tag/20200505 PR: 252344 Submitted by: cyberbotx@cyberbotx.com (maintainer)
This commit is contained in:
parent
fa5b604278
commit
f93be2af33
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560250
4 changed files with 9 additions and 16 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libspiro
|
||||
DISTVERSION= 20190731
|
||||
DISTVERSION= 20200505
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue