svn commit: r410020 - head/print/harfbuzz

Koop Mast kwm at FreeBSD.org
Thu Mar 3 10:10:13 UTC 2016


Author: kwm
Date: Thu Mar  3 10:10:11 2016
New Revision: 410020
URL: https://svnweb.freebsd.org/changeset/ports/410020

Log:
  Update harfbuzz to 1.2.3.
  
  Enable Gobject introspection.
  
  Assign maintainership to gnome@
  
  PR:		207387 (based on)
  Submitted by:	olivierd@

Modified:
  head/print/harfbuzz/Makefile
  head/print/harfbuzz/distinfo
  head/print/harfbuzz/pkg-plist

Modified: head/print/harfbuzz/Makefile
==============================================================================
--- head/print/harfbuzz/Makefile	Thu Mar  3 10:01:10 2016	(r410019)
+++ head/print/harfbuzz/Makefile	Thu Mar  3 10:10:11 2016	(r410020)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	harfbuzz
-PORTVERSION=	1.1.3
+PORTVERSION=	1.2.3
 CATEGORIES=	print
 MASTER_SITES=	http://www.freedesktop.org/software/harfbuzz/release/
 
-MAINTAINER=	kwm at FreeBSD.org
+MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	OpenType text shaping engine
 
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
@@ -15,12 +15,12 @@ LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/
 
 USE_LDCONFIG=	yes
 USES=		gmake libtool pathfix pkgconfig tar:bzip2
-USE_GNOME=	cairo glib20
+USE_GNOME=	cairo glib20 introspection:build
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-graphite2
+CONFIGURE_ARGS=	--with-graphite2 --with-gobject=yes
 INSTALL_TARGET=	install-strip
 
-PLIST_SUB+=	LIBVER=0.10103.0
+PLIST_SUB+=	LIBVER=0.10200.3
 
 .include <bsd.port.pre.mk>
 

Modified: head/print/harfbuzz/distinfo
==============================================================================
--- head/print/harfbuzz/distinfo	Thu Mar  3 10:01:10 2016	(r410019)
+++ head/print/harfbuzz/distinfo	Thu Mar  3 10:10:11 2016	(r410020)
@@ -1,2 +1,2 @@
-SHA256 (harfbuzz-1.1.3.tar.bz2) = d93d7cb7979c32672e902fdfa884599e63f07f2fa5b06c66147d20c516d4b8f7
-SIZE (harfbuzz-1.1.3.tar.bz2) = 1294579
+SHA256 (harfbuzz-1.2.3.tar.bz2) = 8216d2404aaab7fde87be0365a90d64aa6c55928e104557cfcb37b54a096cb8c
+SIZE (harfbuzz-1.2.3.tar.bz2) = 1337003

Modified: head/print/harfbuzz/pkg-plist
==============================================================================
--- head/print/harfbuzz/pkg-plist	Thu Mar  3 10:01:10 2016	(r410019)
+++ head/print/harfbuzz/pkg-plist	Thu Mar  3 10:10:11 2016	(r410020)
@@ -9,6 +9,9 @@ include/harfbuzz/hb-face.h
 include/harfbuzz/hb-font.h
 include/harfbuzz/hb-ft.h
 include/harfbuzz/hb-glib.h
+include/harfbuzz/hb-gobject-enums.h
+include/harfbuzz/hb-gobject-structs.h
+include/harfbuzz/hb-gobject.h
 include/harfbuzz/hb-graphite2.h
 include/harfbuzz/hb-icu.h
 include/harfbuzz/hb-ot-font.h
@@ -22,14 +25,20 @@ include/harfbuzz/hb-shape.h
 include/harfbuzz/hb-unicode.h
 include/harfbuzz/hb-version.h
 include/harfbuzz/hb.h
+lib/girepository-1.0/HarfBuzz-0.0.typelib
+lib/libharfbuzz-gobject.so
+lib/libharfbuzz-gobject.so.0
+lib/libharfbuzz-gobject.so.%%LIBVER%%
 lib/libharfbuzz-icu.so
 lib/libharfbuzz-icu.so.0
 lib/libharfbuzz-icu.so.%%LIBVER%%
 lib/libharfbuzz.so
 lib/libharfbuzz.so.0
 lib/libharfbuzz.so.%%LIBVER%%
+libdata/pkgconfig/harfbuzz-gobject.pc
 libdata/pkgconfig/harfbuzz-icu.pc
 libdata/pkgconfig/harfbuzz.pc
+share/gir-1.0/HarfBuzz-0.0.gir
 share/gtk-doc/html/harfbuzz/HarfBuzz.png
 share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html
 share/gtk-doc/html/harfbuzz/annotation-glossary.html


More information about the svn-ports-all mailing list