Date: Sun, 28 Dec 2014 14:53:30 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375727 - in head: graphics/gegl graphics/libspiro print/fontforge Message-ID: <201412281453.sBSErUcj098912@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Sun Dec 28 14:53:29 2014 New Revision: 375727 URL: https://svnweb.freebsd.org/changeset/ports/375727 QAT: https://qat.redports.org/buildarchive/r375727/ Log: - Update graphics/libspiro to 0.2.20131203 PR: 196202 Submitted by: cyberbotx@cyberbotx.com(maintainer) Modified: head/graphics/gegl/Makefile head/graphics/libspiro/Makefile head/graphics/libspiro/distinfo head/graphics/libspiro/pkg-plist head/print/fontforge/Makefile Modified: head/graphics/gegl/Makefile ============================================================================== --- head/graphics/gegl/Makefile Sun Dec 28 14:49:42 2014 (r375726) +++ head/graphics/gegl/Makefile Sun Dec 28 14:53:29 2014 (r375727) @@ -3,7 +3,7 @@ PORTNAME= gegl PORTVERSION= 0.2.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= GIMP Modified: head/graphics/libspiro/Makefile ============================================================================== --- head/graphics/libspiro/Makefile Sun Dec 28 14:49:42 2014 (r375726) +++ head/graphics/libspiro/Makefile Sun Dec 28 14:53:29 2014 (r375727) @@ -2,19 +2,20 @@ # $FreeBSD$ PORTNAME= libspiro -DISTVERSION= 20071029 -PORTREVISION= 2 +DISTVERSION= 0.2.20131203 +PORTEPOCH= 1 CATEGORIES= graphics -MASTER_SITES= SF -DISTNAME= ${PORTNAME}_src-${PORTVERSION} MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Library to convert clothoid splines into Bezier splines -USES= gmake libtool tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= fontforge +GH_COMMIT= 15fdb23 + +USES= gmake libtool autoreconf GNU_CONFIGURE= yes USE_LDCONFIG= yes - -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} +INSTALL_TARGET= install-strip .include <bsd.port.mk> Modified: head/graphics/libspiro/distinfo ============================================================================== --- head/graphics/libspiro/distinfo Sun Dec 28 14:49:42 2014 (r375726) +++ head/graphics/libspiro/distinfo Sun Dec 28 14:53:29 2014 (r375727) @@ -1,2 +1,2 @@ -SHA256 (libspiro_src-20071029.tar.bz2) = 1efeb1527bd48f8787281e8be1d0e8ff2e584d4c1994a0bc2f6859be2ffad4cf -SIZE (libspiro_src-20071029.tar.bz2) = 172484 +SHA256 (libspiro-0.2.20131203.tar.gz) = 396e20d90ebc807e9e6adc75116f1eee4b55b8d7030d07aca4e20aee24fc16e6 +SIZE (libspiro-0.2.20131203.tar.gz) = 77833 Modified: head/graphics/libspiro/pkg-plist ============================================================================== --- head/graphics/libspiro/pkg-plist Sun Dec 28 14:49:42 2014 (r375726) +++ head/graphics/libspiro/pkg-plist Sun Dec 28 14:53:29 2014 (r375727) @@ -2,6 +2,7 @@ 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.1 +lib/libspiro.so.0.0.2 Modified: head/print/fontforge/Makefile ============================================================================== --- head/print/fontforge/Makefile Sun Dec 28 14:49:42 2014 (r375726) +++ head/print/fontforge/Makefile Sun Dec 28 14:53:29 2014 (r375727) @@ -3,7 +3,7 @@ PORTNAME= fontforge DISTVERSION= 20120731-b -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= print MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source \ SF/freetype/${PORTNAME}/${PORTVERSION}:freetype \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412281453.sBSErUcj098912>