Date: Sun, 16 Feb 2014 20:12:07 +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: r344627 - head/devel/goffice010 Message-ID: <201402162012.s1GKC7CQ022355@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402162012.s1GKC7CQ022355>