From owner-svn-ports-all@freebsd.org Mon Aug 10 23:41:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01DA799E777; Mon, 10 Aug 2015 23:41:35 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.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 C86E2922; Mon, 10 Aug 2015 23:41:35 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7ANfZMZ003681; Mon, 10 Aug 2015 23:41:35 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7ANfZW6003678; Mon, 10 Aug 2015 23:41:35 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201508102341.t7ANfZW6003678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Mon, 10 Aug 2015 23:41:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393926 - head/graphics/libetonyek01 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.20 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: Mon, 10 Aug 2015 23:41:36 -0000 Author: jkim Date: Mon Aug 10 23:41:34 2015 New Revision: 393926 URL: https://svnweb.freebsd.org/changeset/ports/393926 Log: Update to 0.1.3. Modified: head/graphics/libetonyek01/Makefile head/graphics/libetonyek01/distinfo head/graphics/libetonyek01/pkg-plist Modified: head/graphics/libetonyek01/Makefile ============================================================================== --- head/graphics/libetonyek01/Makefile Mon Aug 10 23:39:24 2015 (r393925) +++ head/graphics/libetonyek01/Makefile Mon Aug 10 23:41:34 2015 (r393926) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libetonyek -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.3 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ @@ -13,6 +13,8 @@ COMMENT= Library to interpret and import LICENSE= LGPL21 MPL LICENSE_COMB= dual +BUILD_DEPENDS= mdds>=0.12.1_1:${PORTSDIR}/devel/mdds \ + ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ librevenge-0.0.so:${PORTSDIR}/textproc/librevenge \ libxml2.so:${PORTSDIR}/textproc/libxml2 @@ -23,7 +25,7 @@ CONFIGURE_ARGS= --disable-werror --witho CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= gmake gperf libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lang gmake libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/graphics/libetonyek01/distinfo ============================================================================== --- head/graphics/libetonyek01/distinfo Mon Aug 10 23:39:24 2015 (r393925) +++ head/graphics/libetonyek01/distinfo Mon Aug 10 23:41:34 2015 (r393926) @@ -1,2 +1,2 @@ -SHA256 (libetonyek-0.1.1.tar.xz) = 9c6a5a0f15ae6cc6e2dfb2272b664dedda7918ed46f3756f9f29a72589d8c83e -SIZE (libetonyek-0.1.1.tar.xz) = 338396 +SHA256 (libetonyek-0.1.3.tar.xz) = fe12276a62bd5f5ca4f5bfbd4938a74d097084e1f9fe173e521f63203f56f055 +SIZE (libetonyek-0.1.3.tar.xz) = 372884 Modified: head/graphics/libetonyek01/pkg-plist ============================================================================== --- head/graphics/libetonyek01/pkg-plist Mon Aug 10 23:39:24 2015 (r393925) +++ head/graphics/libetonyek01/pkg-plist Mon Aug 10 23:41:34 2015 (r393926) @@ -11,5 +11,5 @@ include/libetonyek-0.1/libetonyek/Etonye include/libetonyek-0.1/libetonyek/libetonyek.h lib/libetonyek-0.1.so lib/libetonyek-0.1.so.1 -lib/libetonyek-0.1.so.1.0.1 +lib/libetonyek-0.1.so.1.0.3 libdata/pkgconfig/libetonyek-0.1.pc