Skip to content

Commit

Permalink
print/py-pypdf2: Move print/py-pdf2 to print/py-pypdf2
Browse files Browse the repository at this point in the history
- Bump PORTREVISION of dependent ports for dependency change
  • Loading branch information
sunpoet committed Aug 27, 2022
1 parent 6010b9c commit 33bd2df
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions MOVED
Expand Up @@ -17536,3 +17536,4 @@ japanese/font-hackgen-nerd|japanese/font-hackgen-nf|2022-08-20|Renamed upstream
x11-themes/adwaita-qt|x11-themes/adwaita-qt5|2022-08-23|Renamed to make space for x11-themes/adwaita-qt6
net/gstreamer1-plugins-libmms||2022-08-26|Microsoft deprecated MMS in 2003
mail/py-email_reply_parser|mail/py-email-reply-parser|2022-08-27|Rename to match upstream naming
print/py-pdf2|print/py-pypdf2|2022-08-27|Rename to match upstream naming
4 changes: 2 additions & 2 deletions finance/odoo/Makefile
@@ -1,6 +1,6 @@
PORTNAME= odoo
PORTVERSION= 14.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= finance www
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

Expand Down Expand Up @@ -48,7 +48,7 @@ RUN_DEPENDS= wkhtmltopdf>0:converters/wkhtmltopdf \
${PYTHON_PKGNAMEPREFIX}xlwt>=0:textproc/py-xlwt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}XlsxWriter>=0:textproc/py-xlsxwriter@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pdf2>0:print/py-pdf2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pypdf2>0:print/py-pypdf2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}reportlab>0:print/py-reportlab@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}passlib>0:security/py-passlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \
Expand Down
2 changes: 1 addition & 1 deletion print/Makefile
Expand Up @@ -182,11 +182,11 @@
SUBDIR += py-glyphsets
SUBDIR += py-glyphtools
SUBDIR += py-pdf
SUBDIR += py-pdf2
SUBDIR += py-pollyreports
SUBDIR += py-preppy
SUBDIR += py-psautohint
SUBDIR += py-pycups
SUBDIR += py-pypdf2
SUBDIR += py-pypdf3
SUBDIR += py-python-ly
SUBDIR += py-relatorio
Expand Down
5 changes: 2 additions & 3 deletions print/py-pdf2/Makefile → print/py-pypdf2/Makefile
@@ -1,9 +1,8 @@
PORTNAME= pdf
PORTNAME= pypdf2
PORTVERSION= 1.27.12
CATEGORIES= print python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 2
DISTNAME= PyPDF2-${PORTVERSION}

MAINTAINER= python@FreeBSD.org
Expand All @@ -13,7 +12,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= python:3.6+
USE_PYTHON= distutils autoplist
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 33bd2df

Please sign in to comment.