From owner-svn-ports-head@FreeBSD.ORG Tue Aug 12 07:51:39 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 98AB9489; Tue, 12 Aug 2014 07:51:39 +0000 (UTC) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.issp.ac.ru", Issuer "relay.issp.ac.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1BA21255E; Tue, 12 Aug 2014 07:51:38 +0000 (UTC) Received: from mercury.issp.ac.ru [77.236.34.155:23410] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id s7C7ppWk013770 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Tue, 12 Aug 2014 11:51:51 +0400 (MSK) X-Authentication-Warning: mail.issp.ac.ru: Host mercury.issp.ac.ru [77.236.34.155] claimed to be mercury.ph.man.ac.uk From: Max Brazhnikov To: Raphael Kubo da Costa Subject: Re: svn commit: r364659 - head/devel/py-pykde4 Date: Tue, 12 Aug 2014 07:51:27 +0000 Message-ID: <3028943.FnFUXpJ3DU@mercury.ph.man.ac.uk> User-Agent: KMail/4.12.5 (FreeBSD/9.3-PRERELEASE; KDE/4.12.5; amd64; ; ) In-Reply-To: <53e92847.2a5b.6c48e1f8@svn.freebsd.org> References: <53e92847.2a5b.6c48e1f8@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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, 12 Aug 2014 07:51:39 -0000 On Mon, 11 Aug 2014 20:32:07 +0000Mon Aug 11 20:32:07 2014 Raphael Kubo da Costa wrote: > Author: rakuco > Date: Mon Aug 11 20:32:07 2014 > New Revision: 364659 > URL: http://svnweb.freebsd.org/changeset/ports/364659 > QAT: https://qat.redports.org/buildarchive/r364659/ > > Log: > Bump PORTREVISION to force a rebuild after r362721. > > The SIP/PyQt4 update in r362721 requires PyKDE4 to be rebuilt, otherwise the > generated shared libraries will still mention a SIP API version that is > older than the one currently defined by SIP. PyKDE4 is not the only subjected to this problem, besides sometimes the problem reveals itself at runtime (i.e. software built with older SIP/PyQt fails to run after upgrading SIP). For this reason I did portrevision bump for all ports that depends on SIP/PyQt. > PR: 192524 > > Modified: > head/devel/py-pykde4/Makefile > > Modified: head/devel/py-pykde4/Makefile > ============================================================================== > --- head/devel/py-pykde4/Makefile Mon Aug 11 20:29:45 2014 (r364658) > +++ head/devel/py-pykde4/Makefile Mon Aug 11 20:32:07 2014 (r364659) > @@ -2,7 +2,7 @@ > > PORTNAME= pykde4 > PORTVERSION= ${KDE4_VERSION} > -PORTREVISION= 1 > +PORTREVISION= 2 > CATEGORIES= devel kde python > MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >