Date: Mon, 2 Jul 2018 06:27:48 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473708 - in head: devel/m17n-lib editors/emacs editors/emacs-devel print/libotf Message-ID: <201807020627.w626RnrL005291@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Jul 2 06:27:48 2018 New Revision: 473708 URL: https://svnweb.freebsd.org/changeset/ports/473708 Log: print/libotf: Update 0.9.13 -> 0.9.16 Port changes: * Add LICENSE/LICENSE_FILE * Add to USE_XORG * Remove CPPFLAGS PR: 228647 Submitted by: thierry Approved by: nikola.lecic@anthesphoria.net (maintainer's timeout; 30 days) Modified: head/devel/m17n-lib/Makefile head/editors/emacs-devel/Makefile head/editors/emacs/Makefile head/print/libotf/Makefile head/print/libotf/distinfo head/print/libotf/pkg-plist Modified: head/devel/m17n-lib/Makefile ============================================================================== --- head/devel/m17n-lib/Makefile Mon Jul 2 06:05:05 2018 (r473707) +++ head/devel/m17n-lib/Makefile Mon Jul 2 06:27:48 2018 (r473708) @@ -3,7 +3,7 @@ PORTNAME= m17n-lib PORTVERSION= 1.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel textproc MASTER_SITES= SAVANNAH/m17n Modified: head/editors/emacs-devel/Makefile ============================================================================== --- head/editors/emacs-devel/Makefile Mon Jul 2 06:05:05 2018 (r473707) +++ head/editors/emacs-devel/Makefile Mon Jul 2 06:27:48 2018 (r473708) @@ -3,6 +3,7 @@ PORTNAME= emacs DISTVERSION= ${EMACS_VER}.${EMACS_REV} +PORTREVISON= 1 PORTEPOCH= 2 CATEGORIES= editors ipv6 PKGNAMESUFFIX= -devel Modified: head/editors/emacs/Makefile ============================================================================== --- head/editors/emacs/Makefile Mon Jul 2 06:05:05 2018 (r473707) +++ head/editors/emacs/Makefile Mon Jul 2 06:27:48 2018 (r473708) @@ -3,7 +3,7 @@ PORTNAME= emacs DISTVERSION= ${EMACS_VER} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= editors ipv6 MASTER_SITES= GNU Modified: head/print/libotf/Makefile ============================================================================== --- head/print/libotf/Makefile Mon Jul 2 06:05:05 2018 (r473707) +++ head/print/libotf/Makefile Mon Jul 2 06:27:48 2018 (r473708) @@ -2,21 +2,22 @@ # $FreeBSD$ PORTNAME= libotf -PORTVERSION= 0.9.13 -PORTREVISION= 2 +DISTVERSION= 0.9.16 CATEGORIES= print devel textproc MASTER_SITES= SAVANNAH/m17n MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Library for handling OpenType fonts +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libfreetype.so:print/freetype2 USES= pathfix pkgconfig libtool:keepla -USE_XORG= x11 xt xaw xmu GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include +USE_XORG= ice sm x11 xaw xt xmu INSTALL_TARGET= install-strip +USE_LDCONFIG= yes .include <bsd.port.mk> Modified: head/print/libotf/distinfo ============================================================================== --- head/print/libotf/distinfo Mon Jul 2 06:05:05 2018 (r473707) +++ head/print/libotf/distinfo Mon Jul 2 06:27:48 2018 (r473708) @@ -1,2 +1,3 @@ -SHA256 (libotf-0.9.13.tar.gz) = 7bc466ba50425f95b52de12b4ad35320acefcef13ce67bf33edc14abdcfe6908 -SIZE (libotf-0.9.13.tar.gz) = 388832 +TIMESTAMP = 1527784888 +SHA256 (libotf-0.9.16.tar.gz) = 68db0ca3cda2d46a663a92ec26e6eb5adc392ea5191bcda74268f0aefa78066b +SIZE (libotf-0.9.16.tar.gz) = 423979 Modified: head/print/libotf/pkg-plist ============================================================================== --- head/print/libotf/pkg-plist Mon Jul 2 06:05:05 2018 (r473707) +++ head/print/libotf/pkg-plist Mon Jul 2 06:27:48 2018 (r473708) @@ -2,11 +2,10 @@ bin/libotf-config bin/otfdump bin/otflist bin/otftobdf -bin/otfview include/otf.h lib/libotf.a lib/libotf.la lib/libotf.so -lib/libotf.so.0 -lib/libotf.so.0.0.0 +lib/libotf.so.1 +lib/libotf.so.1.0.0 libdata/pkgconfig/libotf.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807020627.w626RnrL005291>