Index: head/graphics/libspiro/Makefile =================================================================== --- head/graphics/libspiro/Makefile (revision 391479) +++ head/graphics/libspiro/Makefile (revision 391480) @@ -1,20 +1,23 @@ # Created by: Naram Qashat # $FreeBSD$ PORTNAME= libspiro -DISTVERSION= 0.3.20150131 +DISTVERSION= 0.5.20150702 PORTEPOCH= 1 CATEGORIES= graphics MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Library to convert clothoid splines into Bezier splines + +LICENSE= GPLv3 # or later +LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= fontforge USES= gmake libtool autoreconf GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip .include Index: head/graphics/libspiro/distinfo =================================================================== --- head/graphics/libspiro/distinfo (revision 391479) +++ head/graphics/libspiro/distinfo (revision 391480) @@ -1,2 +1,2 @@ -SHA256 (fontforge-libspiro-0.3.20150131_GH0.tar.gz) = e39db410e89710bce19542ddfba4efa4b03663fdbd6405c7073fc9d29d04240b -SIZE (fontforge-libspiro-0.3.20150131_GH0.tar.gz) = 78587 +SHA256 (fontforge-libspiro-0.5.20150702_GH0.tar.gz) = 14f761d83c7fa6be31c4e0317251ed1201b367dc5b2a8678e2da179d74938fc7 +SIZE (fontforge-libspiro-0.5.20150702_GH0.tar.gz) = 82909 Index: head/graphics/libspiro/files/patch-tests_Makefile.am =================================================================== --- head/graphics/libspiro/files/patch-tests_Makefile.am (nonexistent) +++ head/graphics/libspiro/files/patch-tests_Makefile.am (revision 391480) @@ -0,0 +1,11 @@ +--- tests/Makefile.am.orig 2015-07-02 13:50:20 UTC ++++ tests/Makefile.am +@@ -1,7 +1,7 @@ + # Common CPPFLAGS + AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) + +-AM_CFLAGS = -I$(top_srcdir) -I$(top_builddir) $(DEP_CFLAGS) $(BABL_CFLAGS) -lm ++AM_CFLAGS = -I$(top_srcdir) -I$(top_builddir) $(DEP_CFLAGS) $(BABL_CFLAGS) -lm -lcompat + + DEPS = $(top_builddir)/.libs/libspiro.la + Property changes on: head/graphics/libspiro/files/patch-tests_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/libspiro/pkg-plist =================================================================== --- head/graphics/libspiro/pkg-plist (revision 391479) +++ head/graphics/libspiro/pkg-plist (revision 391480) @@ -1,9 +1,9 @@ include/bezctx.h include/bezctx_intf.h include/spiro.h include/spiroentrypoints.h lib/libspiro.a lib/libspiro.so lib/libspiro.so.0 -lib/libspiro.so.0.0.3 +lib/libspiro.so.0.0.5 libdata/pkgconfig/libspiro.pc