Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jun 2014 15:48:30 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356916 - in head/graphics/py-poppler-qt4: . files
Message-ID:  <201406071548.s57FmUhN081016@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jun  7 15:48:29 2014
New Revision: 356916
URL: http://svnweb.freebsd.org/changeset/ports/356916
QAT: https://qat.redports.org/buildarchive/r356916/

Log:
  - Update to 0.18.1
  - Unbreak and undeprecate
  
  PR:		ports/190748
  Submitted by:	maintainer

Deleted:
  head/graphics/py-poppler-qt4/files/
  head/graphics/py-poppler-qt4/pkg-plist
Modified:
  head/graphics/py-poppler-qt4/Makefile
  head/graphics/py-poppler-qt4/distinfo
  head/graphics/py-poppler-qt4/pkg-descr

Modified: head/graphics/py-poppler-qt4/Makefile
==============================================================================
--- head/graphics/py-poppler-qt4/Makefile	Sat Jun  7 15:44:40 2014	(r356915)
+++ head/graphics/py-poppler-qt4/Makefile	Sat Jun  7 15:48:29 2014	(r356916)
@@ -1,16 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	poppler-qt4
-PORTVERSION=	0.16.3
-PORTREVISION=	3
+PORTVERSION=	0.18.1
 CATEGORIES=	graphics python
-MASTER_SITES=	GOOGLE_CODE
-PROJECTHOST=	python-poppler-qt4
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	python-${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	martin.dieringer@gmx.de
-COMMENT=	Python bindings for poppler-qt4
+COMMENT=	Python bindings for the Poppler-Qt4 PDF rendering library
 
 LICENSE=	LGPL21 LGPL3
 LICENSE_COMB=	dual
@@ -22,15 +20,9 @@ LIB_DEPENDS=	libpoppler-qt4.so:${PORTSDI
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui \
 		${PYTHON_PKGNAMEPREFIX}qt4-xml>=0:${PORTSDIR}/textproc/py-qt4-xml
 
-BROKEN=		Doesn't build with current poppler API
-DEPRECATED=	Broken for more than 5 months
-EXPIRATION_DATE=	2014-06-30
-
+USES=		pkgconfig
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYEASYINSTALL_ARCHDEP=	yes
-PYDISTUTILS_PKGNAME=	python_poppler_qt4
-CFLAGS+=	-I${LOCALBASE}/include
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/graphics/py-poppler-qt4/distinfo
==============================================================================
--- head/graphics/py-poppler-qt4/distinfo	Sat Jun  7 15:44:40 2014	(r356915)
+++ head/graphics/py-poppler-qt4/distinfo	Sat Jun  7 15:48:29 2014	(r356916)
@@ -1,2 +1,2 @@
-SHA256 (python-poppler-qt4-0.16.3.tar.gz) = 52232383b273038027a881db7e46879b73cccf690d393f677e7496e19cfb59aa
-SIZE (python-poppler-qt4-0.16.3.tar.gz) = 15345
+SHA256 (python-poppler-qt4-0.18.1.tar.gz) = 00e3f89f4e23a844844d082918a89c2cbb1e8231ecb011b81d592e7e3c33a74c
+SIZE (python-poppler-qt4-0.18.1.tar.gz) = 15523

Modified: head/graphics/py-poppler-qt4/pkg-descr
==============================================================================
--- head/graphics/py-poppler-qt4/pkg-descr	Sat Jun  7 15:44:40 2014	(r356915)
+++ head/graphics/py-poppler-qt4/pkg-descr	Sat Jun  7 15:48:29 2014	(r356916)
@@ -1,3 +1,3 @@
-Python bindings for poppler-qt4.
+Python bindings for graphics/poppler-qt4.
 
-WWW: http://python-poppler-qt4.googlecode.com
+WWW: https://pypi.python.org/pypi/python-poppler-qt4/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406071548.s57FmUhN081016>