From owner-svn-ports-all@FreeBSD.ORG Tue Sep 30 16:54:26 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B46B7191; Tue, 30 Sep 2014 16:54:26 +0000 (UTC) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C38F991A; Tue, 30 Sep 2014 16:54:25 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id em10so3980045wid.7 for ; Tue, 30 Sep 2014 09:54:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=5Bkp51TXBku4itRxREMyw/L1qrx+TXFL21jODwEjb40=; b=OjzDVOX1qM25uPkldnPMEfKfhz+/rqtaE31/4pNN8pBqksDjTr4HtsDJ5EC/WjsTk/ XY+L6QpBxTPfDSkSNBdQQU6yIrUlWtMrK+U5wWPrSj5YURoMVV6DAOMTwk2Qkt26BgAo 9OWYtt2Vzi37uqe6UYR8Ys/kaaJyopQNTj4NNfrpEfpD3BnR/W78QcTR6DjGZyRD4nTK 9AN/0nNMwWaIhBVhUSkNFaYX5ddOYEdZXOPstT61JEG615LkJvqz+4ZvCQpHIRncc4Ki bJF3Kq4okrQJrqQky149LCZTRivvKgOVzipdCGsZNUwP3m7+mkJUr2KhCfSN0J6PZlN+ 7V5g== X-Received: by 10.180.84.98 with SMTP id x2mr7282227wiy.18.1412096064134; Tue, 30 Sep 2014 09:54:24 -0700 (PDT) Received: from tuborg (AMarseille-656-1-606-214.w92-158.abo.wanadoo.fr. [92.158.199.214]) by mx.google.com with ESMTPSA id lk6sm19807528wjb.26.2014.09.30.09.54.22 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 30 Sep 2014 09:54:23 -0700 (PDT) Sender: Olivier Duchateau Date: Tue, 30 Sep 2014 18:51:00 +0000 From: Olivier Duchateau To: Koop Mast Subject: Re: svn commit: r369577 - head/devel/goffice010 Message-Id: <20140930185100.1fae006a7a962f5f75fb4685@freebsd.org> In-Reply-To: <201409300902.s8U92Oam066794@svn.freebsd.org> References: <201409300902.s8U92Oam066794@svn.freebsd.org> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.22; i386-portbld-freebsd9.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 30 Sep 2014 16:54:26 -0000 On Tue, 30 Sep 2014 09:02:24 +0000 (UTC) Koop Mast wrote: > Author: kwm > Date: Tue Sep 30 09:02:23 2014 > New Revision: 369577 > URL: http://svnweb.freebsd.org/changeset/ports/369577 > QAT: https://qat.redports.org/buildarchive/r369577/ > > Log: > Revert back to 0.10.11, but keep the improvements. > > The 0.10.18 version needs a newer glib20 version then is in ports, > I accidently tested with a packageset that had a newer version. > No portepoch since it wasn't building. Why not update to 0.10.14? Few months ago I send PR [1] for that. New release (devel/goffice) needs GIR (GObject Introspection) file of devel/libgsf. I allready send PR [2], for previous release, but it's still missing in current port. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188618 [2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188522 > > Submitted by: antoine@ > Pointyhat to: kwm@ > > 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 30 08:39:34 2014 (r369576) > +++ head/devel/goffice010/Makefile Tue Sep 30 09:02:23 2014 (r369577) > @@ -3,7 +3,7 @@ > # $MCom: ports/trunk/devel/goffice/Makefile 18385 2013-04-22 12:56:25Z kwm $ > > PORTNAME= goffice > -PORTVERSION= 0.10.18 > +PORTVERSION= 0.10.11 > CATEGORIES= devel gnome > MASTER_SITES= GNOME > PKGNAMESUFFIX= 010 > > Modified: head/devel/goffice010/distinfo > ============================================================================== > --- head/devel/goffice010/distinfo Tue Sep 30 08:39:34 2014 (r369576) > +++ head/devel/goffice010/distinfo Tue Sep 30 09:02:23 2014 (r369577) > @@ -1,2 +1,2 @@ > -SHA256 (goffice-0.10.18.tar.xz) = 4743a148d4452743f3484ed28285a6889adb4af2a61b72448e0ddfe7d5142c64 > -SIZE (goffice-0.10.18.tar.xz) = 2306320 > +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 Tue Sep 30 08:39:34 2014 (r369576) > +++ head/devel/goffice010/pkg-plist Tue Sep 30 09:02:23 2014 (r369577) > @@ -109,7 +109,6 @@ include/libgoffice-%%SHORT_VER%%/goffice > include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-line-selector.h > include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-locale-sel.h > include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-marker-selector.h > -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-math-editor.h > include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-optionmenu.h > include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-palette.h > include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-pattern-selector.h > @@ -121,7 +120,6 @@ include/libgoffice-%%SHORT_VER%%/goffice > include/libgoffice-%%SHORT_VER%%/goffice/math/go-complex.h > include/libgoffice-%%SHORT_VER%%/goffice/math/go-cspline.h > include/libgoffice-%%SHORT_VER%%/goffice/math/go-distribution.h > -include/libgoffice-%%SHORT_VER%%/goffice/math/go-dtoa.h > include/libgoffice-%%SHORT_VER%%/goffice/math/go-fft.h > include/libgoffice-%%SHORT_VER%%/goffice/math/go-math.h > include/libgoffice-%%SHORT_VER%%/goffice/math/go-matrix.h > @@ -148,7 +146,6 @@ include/libgoffice-%%SHORT_VER%%/goffice > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-line.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-locale.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-marker.h > -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-mml-to-itex.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-pango-extras.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-path.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-pattern.h > @@ -161,7 +158,6 @@ include/libgoffice-%%SHORT_VER%%/goffice > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-styled-object.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-svg.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-undo.h > -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-unit.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-units.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/goffice-utils.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/regutf8.h > @@ -194,7 +190,7 @@ lib/goffice/%%VERSION%%/plugins/smoothin > 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.18 > +lib/libgoffice-%%SHORT_VER%%.so.10.0.11 > libdata/pkgconfig/libgoffice-%%SHORT_VER%%.pc > share/doc/goffice-%%SHORT_VER%%/GOArrow.html > share/doc/goffice-%%SHORT_VER%%/GOBezierSpline.html > @@ -216,7 +212,6 @@ share/doc/goffice-%%SHORT_VER%%/GODocCon > share/doc/goffice-%%SHORT_VER%%/GOEditor.html > share/doc/goffice-%%SHORT_VER%%/GOErrorInfo.html > share/doc/goffice-%%SHORT_VER%%/GOFileSaver.html > -share/doc/goffice-%%SHORT_VER%%/GOFont.html > share/doc/goffice-%%SHORT_VER%%/GOFontSel.html > share/doc/goffice-%%SHORT_VER%%/GOFormat.html > share/doc/goffice-%%SHORT_VER%%/GOFormatSel.html > @@ -319,6 +314,7 @@ share/doc/goffice-%%SHORT_VER%%/goffice- > share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOComplex.html > share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GODataCVector.html > share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOFileOpeners.html > +share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOFont.html > share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOPattern.html > share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOQuad.html > share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GORange.html > @@ -347,24 +343,13 @@ share/doc/goffice-%%SHORT_VER%%/home.png > share/doc/goffice-%%SHORT_VER%%/index.html > share/doc/goffice-%%SHORT_VER%%/index.sgml > share/doc/goffice-%%SHORT_VER%%/left.png > -share/doc/goffice-%%SHORT_VER%%/left-insensitive.png > share/doc/goffice-%%SHORT_VER%%/pt01.html > share/doc/goffice-%%SHORT_VER%%/pt02.html > share/doc/goffice-%%SHORT_VER%%/pt03.html > share/doc/goffice-%%SHORT_VER%%/pt04.html > share/doc/goffice-%%SHORT_VER%%/right.png > -share/doc/goffice-%%SHORT_VER%%/right-insensitive.png > share/doc/goffice-%%SHORT_VER%%/style.css > share/doc/goffice-%%SHORT_VER%%/up.png > -share/doc/goffice-%%SHORT_VER%%/up-insensitive.png > -%%DATADIR%%/%%VERSION%%/mmlitex/README > -%%DATADIR%%/%%VERSION%%/mmlitex/cmarkup.xsl > -%%DATADIR%%/%%VERSION%%/mmlitex/entities.xsl > -%%DATADIR%%/%%VERSION%%/mmlitex/glayout.xsl > -%%DATADIR%%/%%VERSION%%/mmlitex/mmlitex.xsl > -%%DATADIR%%/%%VERSION%%/mmlitex/scripts.xsl > -%%DATADIR%%/%%VERSION%%/mmlitex/tables.xsl > -%%DATADIR%%/%%VERSION%%/mmlitex/tokens.xsl > share/locale/am/LC_MESSAGES/goffice-%%VERSION%%.mo > share/locale/ar/LC_MESSAGES/goffice-%%VERSION%%.mo > share/locale/ast/LC_MESSAGES/goffice-%%VERSION%%.mo > -- olivier