From owner-svn-ports-all@FreeBSD.ORG Tue Jun 17 15:44:09 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1065DA5C; Tue, 17 Jun 2014 15:44:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1D4C2CF1; Tue, 17 Jun 2014 15:44:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5HFi8p8047588; Tue, 17 Jun 2014 15:44:08 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5HFi86J047586; Tue, 17 Jun 2014 15:44:08 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201406171544.s5HFi86J047586@svn.freebsd.org> From: Martin Wilke Date: Tue, 17 Jun 2014 15:44:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358132 - head/print/libotf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2014 15:44:09 -0000 Author: miwi Date: Tue Jun 17 15:44:08 2014 New Revision: 358132 URL: http://svnweb.freebsd.org/changeset/ports/358132 QAT: https://qat.redports.org/buildarchive/r358132/ Log: - Strip binary - Update categroies - USES=libtools PR: 191109 Modified: head/print/libotf/Makefile head/print/libotf/pkg-plist Modified: head/print/libotf/Makefile ============================================================================== --- head/print/libotf/Makefile Tue Jun 17 15:42:45 2014 (r358131) +++ head/print/libotf/Makefile Tue Jun 17 15:44:08 2014 (r358132) @@ -3,8 +3,8 @@ PORTNAME= libotf PORTVERSION= 0.9.13 -PORTREVISION= 1 -CATEGORIES= print devel +PORTREVISION= 2 +CATEGORIES= print devel textproc MASTER_SITES= ${MASTER_SITE_SAVANNAH}:m17n MASTER_SITE_SUBDIR= m17n @@ -13,10 +13,11 @@ COMMENT= Library for handling OpenType f LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 -USES= pathfix pkgconfig +USES= pathfix pkgconfig libtool:keepla USE_XORG= x11 xt xaw xmu GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include +INSTALL_TARGET= install-strip .include Modified: head/print/libotf/pkg-plist ============================================================================== --- head/print/libotf/pkg-plist Tue Jun 17 15:42:45 2014 (r358131) +++ head/print/libotf/pkg-plist Tue Jun 17 15:44:08 2014 (r358132) @@ -8,4 +8,5 @@ lib/libotf.a lib/libotf.la lib/libotf.so lib/libotf.so.0 +lib/libotf.so.0.0.0 libdata/pkgconfig/libotf.pc