From owner-svn-ports-head@freebsd.org Tue Sep 25 20:17:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 055E810BA3B0; Tue, 25 Sep 2018 20:17:32 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A9FF17FEC2; Tue, 25 Sep 2018 20:17:31 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8B78F54A0; Tue, 25 Sep 2018 20:17:31 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8PKHVXa047807; Tue, 25 Sep 2018 20:17:31 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8PKHVHD047805; Tue, 25 Sep 2018 20:17:31 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201809252017.w8PKHVHD047805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 25 Sep 2018 20:17:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480694 - head/devel/goffice010 X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: head/devel/goffice010 X-SVN-Commit-Revision: 480694 X-SVN-Commit-Repository: ports 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.27 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: Tue, 25 Sep 2018 20:17:32 -0000 Author: kwm Date: Tue Sep 25 20:17:30 2018 New Revision: 480694 URL: https://svnweb.freebsd.org/changeset/ports/480694 Log: Update goffice010 to 0.10.43 PR: 221449 (based on) Submitted by: lightside Modified: head/devel/goffice010/Makefile head/devel/goffice010/distinfo head/devel/goffice010/pkg-plist Modified: head/devel/goffice010/Makefile ============================================================================== --- head/devel/goffice010/Makefile Tue Sep 25 20:15:54 2018 (r480693) +++ head/devel/goffice010/Makefile Tue Sep 25 20:17:30 2018 (r480694) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= goffice -PORTVERSION= 0.10.34 +PORTVERSION= 0.10.43 CATEGORIES= devel gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 010 @@ -13,8 +13,11 @@ COMMENT= GLib/GTK+ set of document centric objects and LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_GNOME= gtk30 intlhack introspection:build libgsf librsvg2 libxslt -USES= gettext gmake libtool pathfix pkgconfig tar:xz +LIB_DEPENDS= libspectre.so:print/libspectre \ + libfribidi.so:converters/fribidi + +USES= gettext gmake gnome libtool pathfix perl5 pkgconfig shebangfix tar:xz +USE_GNOME= cairo gtk30 intlhack introspection:build libgsf librsvg2 libxslt USE_XORG= xrender xext GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -24,6 +27,8 @@ INSTALL_TARGET= install-strip CONFIGURE_ARGS= --with-lasem=no --with-config-backend=gsettings \ --enable-compile-warnings=no \ --enable-introspection +USE_PERL5= build +SHEBANG_FILES= ${WRKSRC}/tools/introspection-identifier-filter PLIST_SUB= VERSION=${PORTVERSION} SHORT_VER=${PORTVERSION:R} Modified: head/devel/goffice010/distinfo ============================================================================== --- head/devel/goffice010/distinfo Tue Sep 25 20:15:54 2018 (r480693) +++ head/devel/goffice010/distinfo Tue Sep 25 20:17:30 2018 (r480694) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491081966 -SHA256 (goffice-0.10.34.tar.xz) = 554a75a22b5863b3b17595148bee6462122f2dbf031dfa78b61e941e3c2dd603 -SIZE (goffice-0.10.34.tar.xz) = 2370060 +TIMESTAMP = 1537813735 +SHA256 (goffice-0.10.43.tar.xz) = 550fceefa74622b8fe57dd0b030003e31db50edf7f87068ff5e146365108b64e +SIZE (goffice-0.10.43.tar.xz) = 2381804 Modified: head/devel/goffice010/pkg-plist ============================================================================== --- head/devel/goffice010/pkg-plist Tue Sep 25 20:15:54 2018 (r480693) +++ head/devel/goffice010/pkg-plist Tue Sep 25 20:17:30 2018 (r480694) @@ -196,7 +196,7 @@ lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.so lib/goffice/%%VERSION%%/plugins/smoothing/types.xml lib/libgoffice-%%SHORT_VER%%.so lib/libgoffice-%%SHORT_VER%%.so.10 -lib/libgoffice-%%SHORT_VER%%.so.10.0.34 +lib/libgoffice-%%SHORT_VER%%.so.10.0.43 libdata/pkgconfig/libgoffice-%%SHORT_VER%%.pc share/gir-1.0/GOffice-%%SHORT_VER%%.gir %%DATADIR%%/%%VERSION%%/mmlitex/README