From owner-svn-ports-head@FreeBSD.ORG Sun Feb 16 20:12:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EEAB55FE; Sun, 16 Feb 2014 20:12:07 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BFE901A99; Sun, 16 Feb 2014 20:12:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1GKC7RA022359; Sun, 16 Feb 2014 20:12:07 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1GKC7CQ022355; Sun, 16 Feb 2014 20:12:07 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201402162012.s1GKC7CQ022355@svn.freebsd.org> From: Koop Mast Date: Sun, 16 Feb 2014 20:12:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344627 - head/devel/goffice010 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Feb 2014 20:12:08 -0000 Author: kwm Date: Sun Feb 16 20:12:06 2014 New Revision: 344627 URL: http://svnweb.freebsd.org/changeset/ports/344627 QAT: https://qat.redports.org/buildarchive/r344627/ Log: Update to 0.10.11. Switch to USES=libtool. Modified: head/devel/goffice010/Makefile head/devel/goffice010/distinfo head/devel/goffice010/pkg-plist Modified: head/devel/goffice010/Makefile ============================================================================== --- head/devel/goffice010/Makefile Sun Feb 16 19:55:16 2014 (r344626) +++ head/devel/goffice010/Makefile Sun Feb 16 20:12:06 2014 (r344627) @@ -3,7 +3,7 @@ # $MCom: ports/trunk/devel/goffice/Makefile 18385 2013-04-22 12:56:25Z kwm $ PORTNAME= goffice -PORTVERSION= 0.10.9 +PORTVERSION= 0.10.11 CATEGORIES= devel gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 010 @@ -15,20 +15,21 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USE_XZ= yes -USE_GNOME= gnomeprefix gtk30 intlhack libgsf librsvg2 ltverhack -USES= gettext gmake pathfix pkgconfig +USE_GNOME= gnomeprefix gtk30 intlhack libgsf librsvg2 +USES= gettext gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip CONFIGURE_ARGS= --with-lasem=no --with-config-backend=gsettings +CONFIGURE_ARGS+=--enable-compile-warnings=no -PLIST_SUB= VERSION=${PORTVERSION} SHORT_VER=${SHORT_VER} +PLIST_SUB= VERSION=${PORTVERSION} SHORT_VER=${SHORT_VER} \ + LIBVERSION=10.0.11 SHORT_VER= 0.10 post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/goffice/${SHORT_VER}/plugins - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoffice-0.10.so.10 - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/goffice/*/plugins/*/*.so .include Modified: head/devel/goffice010/distinfo ============================================================================== --- head/devel/goffice010/distinfo Sun Feb 16 19:55:16 2014 (r344626) +++ head/devel/goffice010/distinfo Sun Feb 16 20:12:06 2014 (r344627) @@ -1,2 +1,2 @@ -SHA256 (goffice-0.10.9.tar.xz) = 8f21cc656645dfe9da518a672350f5a5a5710b20278fa6a7a5af4d583d148875 -SIZE (goffice-0.10.9.tar.xz) = 2214120 +SHA256 (goffice-0.10.11.tar.xz) = 43f419aff4ecdfff8c201e2cac884050e6906dc679e6bbac9c6647c6c706ff24 +SIZE (goffice-0.10.11.tar.xz) = 2228656 Modified: head/devel/goffice010/pkg-plist ============================================================================== --- head/devel/goffice010/pkg-plist Sun Feb 16 19:55:16 2014 (r344626) +++ head/devel/goffice010/pkg-plist Sun Feb 16 20:12:06 2014 (r344627) @@ -200,6 +200,7 @@ lib/goffice/%%VERSION%%/plugins/smoothin lib/libgoffice-%%SHORT_VER%%.la lib/libgoffice-%%SHORT_VER%%.so lib/libgoffice-%%SHORT_VER%%.so.10 +lib/libgoffice-%%SHORT_VER%%.so.%%LIBVERSION%% libdata/pkgconfig/libgoffice-%%SHORT_VER%%.pc share/doc/goffice-%%SHORT_VER%%/GOArrow.html share/doc/goffice-%%SHORT_VER%%/GOBezierSpline.html