svn commit: r364659 - head/devel/py-pykde4

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Aug 11 20:32:08 UTC 2014


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.
  
  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}


More information about the svn-ports-all mailing list