From owner-svn-ports-all@freebsd.org Sat May 6 08:24:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D5E3D5F692; Sat, 6 May 2017 08:24:44 +0000 (UTC) (envelope-from miwi@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 mx1.freebsd.org (Postfix) with ESMTPS id 3DCD112D0; Sat, 6 May 2017 08:24:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v468OhMl041389; Sat, 6 May 2017 08:24:43 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v468Og52041385; Sat, 6 May 2017 08:24:42 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060824.v468Og52041385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 08:24:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440244 - in head/print: . py-pdf2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 08:24:44 -0000 Author: miwi Date: Sat May 6 08:24:42 2017 New Revision: 440244 URL: https://svnweb.freebsd.org/changeset/ports/440244 Log: - Repocopy from print/py-pdf -> print/py-pdf2 - Update to 1.26.0 - Update WWW PR: 208624 Submitted by: m.tsatsenko@gmail.com Added: head/print/py-pdf2/ - copied from r439862, head/print/py-pdf/ Modified: head/print/Makefile head/print/py-pdf2/Makefile head/print/py-pdf2/distinfo head/print/py-pdf2/pkg-descr Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Sat May 6 07:46:12 2017 (r440243) +++ head/print/Makefile Sat May 6 08:24:42 2017 (r440244) @@ -192,6 +192,7 @@ SUBDIR += py-fonttools SUBDIR += py-fpdf SUBDIR += py-pdf + SUBDIR += py-pdf2 SUBDIR += py-pollyreports SUBDIR += py-preppy SUBDIR += py-pycups Modified: head/print/py-pdf2/Makefile ============================================================================== --- head/print/py-pdf/Makefile Mon May 1 09:00:10 2017 (r439862) +++ head/print/py-pdf2/Makefile Sat May 6 08:24:42 2017 (r440244) @@ -2,17 +2,17 @@ # $FreeBSD$ PORTNAME= pdf -PORTVERSION= 1.13 -PORTREVISION= 1 +PORTVERSION= 1.26.0 CATEGORIES= print python -MASTER_SITES= http://pybrary.net/pyPdf/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pyPdf-${PORTVERSION} +DISTNAME= PyPDF2-${PORTVERSION} +PKGNAMESUFFIX= 2 -MAINTAINER= jlaffaye@FreeBSD.org +MAINTAINER= m.tsatsenko@gmail.com COMMENT= Pure-Python PDF toolkit -USES= python +USES= python:2.7+ USE_PYTHON= distutils autoplist .include Modified: head/print/py-pdf2/distinfo ============================================================================== --- head/print/py-pdf/distinfo Mon May 1 09:00:10 2017 (r439862) +++ head/print/py-pdf2/distinfo Sat May 6 08:24:42 2017 (r440244) @@ -1,2 +1,3 @@ -SHA256 (pyPdf-1.13.tar.gz) = 3aede4c3c9c6ad07c98f059f90db0b09ed383f7c791c46100f649e1cabda0e3b -SIZE (pyPdf-1.13.tar.gz) = 35699 +TIMESTAMP = 1494057615 +SHA256 (PyPDF2-1.26.0.tar.gz) = e28f902f2f0a1603ea95ebe21dff311ef09be3d0f0ef29a3e44a932729564385 +SIZE (PyPDF2-1.26.0.tar.gz) = 77556 Modified: head/print/py-pdf2/pkg-descr ============================================================================== --- head/print/py-pdf/pkg-descr Mon May 1 09:00:10 2017 (r439862) +++ head/print/py-pdf2/pkg-descr Sat May 6 08:24:42 2017 (r440244) @@ -7,4 +7,4 @@ PyPdf isaA Pure-Python library built as - merging multiple pages into a single page, - encrypting and decrypting PDF files. -WWW: http://pybrary.net/pyPdf/ +WWW: https://mstamy2.github.io/PyPDF2/