thanks, I've tested/committed, it also needed "make update-patches"
On 2023/07/11 10:27, wen heping wrote: > Hi, ports@: > > Here is a patch for print/pdfarranger to update to 1.10.0, > it build and run well on amd64-current system. > No tests defined and no other ports depnd on it. > > > > Cheers ! > wen > Index: Makefile > =================================================================== > RCS file: /cvs/ports/print/pdfarranger/Makefile,v > retrieving revision 1.15 > diff -u -p -r1.15 Makefile > --- Makefile 24 Apr 2023 11:41:25 -0000 1.15 > +++ Makefile 11 Jul 2023 10:24:27 -0000 > @@ -1,10 +1,9 @@ > COMMENT = GUI tool to rearrange and modify PDF files > > -MODPY_EGG_VERSION = 1.9.2 > +MODPY_EGG_VERSION = 1.10.0 > GH_ACCOUNT = pdfarranger > GH_PROJECT = pdfarranger > GH_TAGNAME = ${MODPY_EGG_VERSION} > -REVISION = 0 > > CATEGORIES = print > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/print/pdfarranger/distinfo,v > retrieving revision 1.7 > diff -u -p -r1.7 distinfo > --- distinfo 28 Nov 2022 11:31:18 -0000 1.7 > +++ distinfo 11 Jul 2023 10:24:27 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (pdfarranger-1.9.2.tar.gz) = > 4OCN3DoyOUDX8FzA6ZZIR3Wtegpsv8GXsHRzxFLEP2Y= > -SIZE (pdfarranger-1.9.2.tar.gz) = 280531 > +SHA256 (pdfarranger-1.10.0.tar.gz) = > yLE2UX8Cd+5chcVNIgwGnxAqKd07Fv0AbDj+gAImCJ4= > +SIZE (pdfarranger-1.10.0.tar.gz) = 303125 > Index: pkg/PLIST > =================================================================== > RCS file: /cvs/ports/print/pdfarranger/pkg/PLIST,v > retrieving revision 1.6 > diff -u -p -r1.6 PLIST > --- pkg/PLIST 19 Sep 2022 08:05:33 -0000 1.6 > +++ pkg/PLIST 11 Jul 2023 10:24:27 -0000 > @@ -18,14 +18,14 @@ lib/python${MODPY_VERSION}/site-packages > > lib/python${MODPY_VERSION}/site-packages/pdfarranger/${MODPY_PYCACHE}config.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/pdfarranger/${MODPY_PYCACHE}core.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} > > lib/python${MODPY_VERSION}/site-packages/pdfarranger/${MODPY_PYCACHE}core.${MODPY_PYC_MAGIC_TAG}pyc > -lib/python${MODPY_VERSION}/site-packages/pdfarranger/${MODPY_PYCACHE}croputils.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} > -lib/python${MODPY_VERSION}/site-packages/pdfarranger/${MODPY_PYCACHE}croputils.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/pdfarranger/${MODPY_PYCACHE}exporter.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} > > lib/python${MODPY_VERSION}/site-packages/pdfarranger/${MODPY_PYCACHE}exporter.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/pdfarranger/${MODPY_PYCACHE}iconview.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} > > lib/python${MODPY_VERSION}/site-packages/pdfarranger/${MODPY_PYCACHE}iconview.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/pdfarranger/${MODPY_PYCACHE}metadata.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} > > lib/python${MODPY_VERSION}/site-packages/pdfarranger/${MODPY_PYCACHE}metadata.${MODPY_PYC_MAGIC_TAG}pyc > +lib/python${MODPY_VERSION}/site-packages/pdfarranger/${MODPY_PYCACHE}pageutils.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} > +lib/python${MODPY_VERSION}/site-packages/pdfarranger/${MODPY_PYCACHE}pageutils.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/pdfarranger/${MODPY_PYCACHE}pdfarranger.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} > > lib/python${MODPY_VERSION}/site-packages/pdfarranger/${MODPY_PYCACHE}pdfarranger.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/pdfarranger/${MODPY_PYCACHE}splitter.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} > @@ -34,10 +34,10 @@ lib/python${MODPY_VERSION}/site-packages > > lib/python${MODPY_VERSION}/site-packages/pdfarranger/${MODPY_PYCACHE}undo.${MODPY_PYC_MAGIC_TAG}pyc > lib/python${MODPY_VERSION}/site-packages/pdfarranger/config.py > lib/python${MODPY_VERSION}/site-packages/pdfarranger/core.py > -lib/python${MODPY_VERSION}/site-packages/pdfarranger/croputils.py > lib/python${MODPY_VERSION}/site-packages/pdfarranger/exporter.py > lib/python${MODPY_VERSION}/site-packages/pdfarranger/iconview.py > lib/python${MODPY_VERSION}/site-packages/pdfarranger/metadata.py > +lib/python${MODPY_VERSION}/site-packages/pdfarranger/pageutils.py > lib/python${MODPY_VERSION}/site-packages/pdfarranger/pdfarranger.py > lib/python${MODPY_VERSION}/site-packages/pdfarranger/splitter.py > lib/python${MODPY_VERSION}/site-packages/pdfarranger/undo.py > @@ -56,6 +56,7 @@ share/locale/da/LC_MESSAGES/pdfarranger. > share/locale/de/LC_MESSAGES/pdfarranger.mo > share/locale/el/LC_MESSAGES/pdfarranger.mo > share/locale/es/LC_MESSAGES/pdfarranger.mo > +share/locale/eu/LC_MESSAGES/pdfarranger.mo > share/locale/fi/LC_MESSAGES/pdfarranger.mo > share/locale/fr/LC_MESSAGES/pdfarranger.mo > share/locale/he/LC_MESSAGES/pdfarranger.mo > @@ -67,6 +68,7 @@ share/locale/it/LC_MESSAGES/pdfarranger. > share/locale/ja/LC_MESSAGES/pdfarranger.mo > share/locale/ko/LC_MESSAGES/pdfarranger.mo > share/locale/nl/LC_MESSAGES/pdfarranger.mo > +share/locale/oc/LC_MESSAGES/pdfarranger.mo > share/locale/pl_PL/ > share/locale/pl_PL/LC_MESSAGES/ > share/locale/pl_PL/LC_MESSAGES/pdfarranger.mo > @@ -77,6 +79,7 @@ share/locale/pt_PT/LC_MESSAGES/pdfarrang > share/locale/ru/LC_MESSAGES/pdfarranger.mo > share/locale/sv/LC_MESSAGES/pdfarranger.mo > share/locale/tr/LC_MESSAGES/pdfarranger.mo > +share/locale/uk/LC_MESSAGES/pdfarranger.mo > share/locale/zh_CN/LC_MESSAGES/pdfarranger.mo > share/locale/zh_TW/LC_MESSAGES/pdfarranger.mo > share/metainfo/