diff options
author | Wen Heping <wen@FreeBSD.org> | 2014-12-28 14:53:29 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2014-12-28 14:53:29 +0000 |
commit | ee79638eefe1ff38d924093684e9d21a09351925 (patch) | |
tree | 7cea6683712a0aa691d4ee225591481213278fff | |
parent | 8b54fd0c20483dfce886e6e607475e7a97551014 (diff) | |
download | ports-ee79638eefe1ff38d924093684e9d21a09351925.tar.gz ports-ee79638eefe1ff38d924093684e9d21a09351925.zip |
Notes
-rw-r--r-- | graphics/gegl/Makefile | 2 | ||||
-rw-r--r-- | graphics/libspiro/Makefile | 15 | ||||
-rw-r--r-- | graphics/libspiro/distinfo | 4 | ||||
-rw-r--r-- | graphics/libspiro/pkg-plist | 3 | ||||
-rw-r--r-- | print/fontforge/Makefile | 2 |
5 files changed, 14 insertions, 12 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 4fc1ef0b8531..3c40a8f989a3 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -3,7 +3,7 @@ PORTNAME= gegl PORTVERSION= 0.2.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= GIMP diff --git a/graphics/libspiro/Makefile b/graphics/libspiro/Makefile index 67bb316e374c..12c5c1869202 100644 --- a/graphics/libspiro/Makefile +++ b/graphics/libspiro/Makefile @@ -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> diff --git a/graphics/libspiro/distinfo b/graphics/libspiro/distinfo index 644600e93be9..e59b17cc40b7 100644 --- a/graphics/libspiro/distinfo +++ b/graphics/libspiro/distinfo @@ -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 diff --git a/graphics/libspiro/pkg-plist b/graphics/libspiro/pkg-plist index b8751137d4ad..a82abd701e3d 100644 --- a/graphics/libspiro/pkg-plist +++ b/graphics/libspiro/pkg-plist @@ -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 diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index e0c02bbbdcc3..4a870e7b5305 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -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 \ |