From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 10 16:20:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6FE6B40D for ; Mon, 10 Dec 2012 16:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 37DF48FC12 for ; Mon, 10 Dec 2012 16:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAGK0e7090905 for ; Mon, 10 Dec 2012 16:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBAGK0KL090904; Mon, 10 Dec 2012 16:20:00 GMT (envelope-from gnats) Date: Mon, 10 Dec 2012 16:20:00 GMT Message-Id: <201212101620.qBAGK0KL090904@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Martin Dieringer Subject: Re: ports/174155: [MAINTAINER] graphics/py27-poppler-qt4: update to0.16.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Martin Dieringer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 16:20:01 -0000 The following reply was made to PR ports/174155; it has been noted by GNATS. From: Martin Dieringer To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174155: [MAINTAINER] graphics/py27-poppler-qt4: update to0.16.3 Date: Mon, 10 Dec 2012 17:18:16 +0100 (CET) use this patch instead please --- py27-poppler-qt4-0.16.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/graphics/py-poppler-qt4/Makefile ./Makefile --- /usr/ports/graphics/py-poppler-qt4/Makefile 2012-11-17 06:58:20.000000000 +0100 +++ ./Makefile 2012-12-10 10:17:17.780975530 +0100 @@ -1,7 +1,7 @@ # $FreeBSD: ports/graphics/py-poppler-qt4/Makefile,v 1.2 2012/11/17 05:58:20 svnexp Exp $ PORTNAME= poppler-qt4 -PORTVERSION= 0.16.2 +PORTVERSION= 0.16.3 CATEGORIES= graphics python MASTER_SITES= GOOGLE_CODE PROJECTHOST= python-poppler-qt4 @@ -17,10 +17,9 @@ LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_EGGINFO= python_poppler_qt4-${PORTVERSION}-py${PYTHON_VER}.egg-info - -PLIST_FILES= ${PYTHON_SITELIBDIR:S;${PREFIX}/;;}/popplerqt4.so +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install +PYEASYINSTALL_ARCHDEP= yes +PYDISTUTILS_PKGNAME= python_poppler_qt4 .include diff -ruN --exclude=CVS /usr/ports/graphics/py-poppler-qt4/distinfo ./distinfo --- /usr/ports/graphics/py-poppler-qt4/distinfo 2012-09-06 16:01:54.000000000 +0200 +++ ./distinfo 2012-12-05 18:34:36.635977195 +0100 @@ -1,2 +1,2 @@ -SHA256 (python-poppler-qt4-0.16.2.tar.gz) = a37cf5f946633cf1d513d9f3c96d40fbc7e069f8d0ffe191e09196fb774efca5 -SIZE (python-poppler-qt4-0.16.2.tar.gz) = 13513 +SHA256 (python-poppler-qt4-0.16.3.tar.gz) = 52232383b273038027a881db7e46879b73cccf690d393f677e7496e19cfb59aa +SIZE (python-poppler-qt4-0.16.3.tar.gz) = 15345 --- py27-poppler-qt4-0.16.3.patch ends here ---