pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/harfbuzz Bump PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/662c38c755a5
branches:  trunk
changeset: 624946:662c38c755a5
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Oct 04 14:34:53 2013 +0000

description:
Bump PKGREVISION.

* Enable icu option by default. It is used for libreoffice4.

diffstat:

 fonts/harfbuzz/Makefile   |  3 ++-
 fonts/harfbuzz/options.mk |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 00c0c196a759 -r 662c38c755a5 fonts/harfbuzz/Makefile
--- a/fonts/harfbuzz/Makefile   Fri Oct 04 10:46:37 2013 +0000
+++ b/fonts/harfbuzz/Makefile   Fri Oct 04 14:34:53 2013 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2013/09/30 18:25:27 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2013/10/04 14:34:53 ryoon Exp $
 
 DISTNAME=      harfbuzz-0.9.21
+PKGREVISION=   1
 CATEGORIES=    fonts
 MASTER_SITES=  http://www.freedesktop.org/software/harfbuzz/release/
 EXTRACT_SUFX=  .tar.bz2
diff -r 00c0c196a759 -r 662c38c755a5 fonts/harfbuzz/options.mk
--- a/fonts/harfbuzz/options.mk Fri Oct 04 10:46:37 2013 +0000
+++ b/fonts/harfbuzz/options.mk Fri Oct 04 14:34:53 2013 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2013/08/31 22:20:24 adam Exp $
+# $NetBSD: options.mk,v 1.3 2013/10/04 14:34:53 ryoon Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.harfbuzz
 PKG_SUPPORTED_OPTIONS+= icu
+PKG_SUGGESTED_OPTIONS= icu
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index