Date: Tue, 25 Sep 2018 20:17:31 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480694 - head/devel/goffice010 Message-ID: <201809252017.w8PKHVHD047805@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <lightside@gmx.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809252017.w8PKHVHD047805>