svn commit: r440244 - in head/print: . py-pdf2
Martin Wilke
miwi at FreeBSD.org
Sat May 6 08:24:44 UTC 2017
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 at 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 at FreeBSD.org
+MAINTAINER= m.tsatsenko at gmail.com
COMMENT= Pure-Python PDF toolkit
-USES= python
+USES= python:2.7+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
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/
More information about the svn-ports-head
mailing list