From owner-svn-ports-head@freebsd.org Mon Sep 23 20:59:05 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EB402FFF1D; Mon, 23 Sep 2019 20:59:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46ccBK6085z4XBV; Mon, 23 Sep 2019 20:59:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AC7851C970; Mon, 23 Sep 2019 20:59:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8NKx54Q084525; Mon, 23 Sep 2019 20:59:05 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8NKx5Sk084523; Mon, 23 Sep 2019 20:59:05 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201909232059.x8NKx5Sk084523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 23 Sep 2019 20:59:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512676 - in head/graphics/py-python-poppler-qt5: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/graphics/py-python-poppler-qt5: . files X-SVN-Commit-Revision: 512676 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 23 Sep 2019 20:59:06 -0000 Author: swills Date: Mon Sep 23 20:59:04 2019 New Revision: 512676 URL: https://svnweb.freebsd.org/changeset/ports/512676 Log: graphics/py-python-poppler-qt5: Update to 0.74.0 PR: 240677 Submitted by: m.ne@gmx.net Deleted: head/graphics/py-python-poppler-qt5/files/ Modified: head/graphics/py-python-poppler-qt5/Makefile (contents, props changed) head/graphics/py-python-poppler-qt5/distinfo (contents, props changed) Modified: head/graphics/py-python-poppler-qt5/Makefile ============================================================================== --- head/graphics/py-python-poppler-qt5/Makefile Mon Sep 23 20:42:02 2019 (r512675) +++ head/graphics/py-python-poppler-qt5/Makefile Mon Sep 23 20:59:04 2019 (r512676) @@ -2,8 +2,7 @@ PORTNAME= python-poppler-qt5 DISTVERSIONPREFIX= v -DISTVERSION= 0.24.2 -PORTREVISION= 6 +DISTVERSION= 0.74.0 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,11 +16,14 @@ LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 USES= compiler:c++11-lang pkgconfig pyqt:5 python:3.4+ qmake qt:5 USE_PYQT= gui xml sip_build -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils USE_GITHUB= yes GH_ACCOUNT= wbsoft PYDISTUTILS_BUILD_TARGET= build_ext -PYDISTUTILS_BUILDARGS+= --pyqt-sip-dir=${PYQT_SIPDIR} +PYDISTUTILS_BUILDARGS+= --pyqt-sip-dir=${PYQT_SIPDIR} + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/popplerqt5.so .include Modified: head/graphics/py-python-poppler-qt5/distinfo ============================================================================== --- head/graphics/py-python-poppler-qt5/distinfo Mon Sep 23 20:42:02 2019 (r512675) +++ head/graphics/py-python-poppler-qt5/distinfo Mon Sep 23 20:59:04 2019 (r512676) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545059766 -SHA256 (wbsoft-python-poppler-qt5-v0.24.2_GH0.tar.gz) = 542b5ab183e95debd4e05642425da6914e1b5c5a98a8c94752833d5b5ca7289b -SIZE (wbsoft-python-poppler-qt5-v0.24.2_GH0.tar.gz) = 19858 +TIMESTAMP = 1568875323 +SHA256 (wbsoft-python-poppler-qt5-v0.74.0_GH0.tar.gz) = 8e073ec496a1c39bbe14b53d70c0a8628b7ec3fe0f8db0709440a6a6b553109f +SIZE (wbsoft-python-poppler-qt5-v0.74.0_GH0.tar.gz) = 23243