diff options
Diffstat (limited to 'converters')
| -rw-r--r-- | converters/bibtexconv/Makefile | 5 | ||||
| -rw-r--r-- | converters/bibtexconv/distinfo | 6 | ||||
| -rw-r--r-- | converters/py-gotenberg-client/Makefile | 10 | ||||
| -rw-r--r-- | converters/py-gotenberg-client/distinfo | 6 | ||||
| -rw-r--r-- | converters/py-gotenberg-client/files/patch-pyproject.toml | 11 | ||||
| -rw-r--r-- | converters/rubygem-iconv/Makefile | 4 | ||||
| -rw-r--r-- | converters/rubygem-iconv/distinfo | 6 | ||||
| -rw-r--r-- | converters/simdutf/Makefile | 2 | ||||
| -rw-r--r-- | converters/simdutf/distinfo | 6 | ||||
| -rw-r--r-- | converters/simdutf/pkg-plist | 4 | ||||
| -rw-r--r-- | converters/yj-bruceadams/Makefile | 2 |
11 files changed, 25 insertions, 37 deletions
diff --git a/converters/bibtexconv/Makefile b/converters/bibtexconv/Makefile index bfe5ddc60a1b..4866b7547cc8 100644 --- a/converters/bibtexconv/Makefile +++ b/converters/bibtexconv/Makefile @@ -1,6 +1,5 @@ PORTNAME= bibtexconv -DISTVERSION= 2.0.5 -PORTREVISION= 1 +DISTVERSION= 2.1.0 CATEGORIES= converters MASTER_SITES= https://www.nntb.no/~dreibh/bibtexconv/download/ @@ -15,7 +14,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl RUN_DEPENDS= pdfinfo:graphics/poppler-utils \ zip:archivers/zip -USES= bison cmake python shebangfix ssl tar:xz +USES= bison cmake python:3.9+ shebangfix ssl tar:xz SHEBANG_FILES= src/get-author-url src/ietf2bibtex diff --git a/converters/bibtexconv/distinfo b/converters/bibtexconv/distinfo index 9c6fc204d86b..e3abe69539f8 100644 --- a/converters/bibtexconv/distinfo +++ b/converters/bibtexconv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761303764 -SHA256 (bibtexconv-2.0.5.tar.xz) = 148c254449475027ac32f5e4451f084c51224da72fcb4d4d0a716979f274625a -SIZE (bibtexconv-2.0.5.tar.xz) = 359036 +TIMESTAMP = 1765304684 +SHA256 (bibtexconv-2.1.0.tar.xz) = a649b352f5ceb666ceb93871635cb8f2887579af3f976dbb4ee8a5de7b8a7d79 +SIZE (bibtexconv-2.1.0.tar.xz) = 361768 diff --git a/converters/py-gotenberg-client/Makefile b/converters/py-gotenberg-client/Makefile index 698d816f886c..9e6e5271043d 100644 --- a/converters/py-gotenberg-client/Makefile +++ b/converters/py-gotenberg-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= gotenberg-client -PORTVERSION= 0.13.0 +PORTVERSION= 0.13.1 CATEGORIES= converters python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,10 @@ WWW= https://gotenberg.dev/docs/getting-started/clients LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.21.0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.26:www/py-httpx@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.9.0:devel/py-typing-extensions@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-magic>=0.4.27:devel/py-python-magic@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.27.0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.27:www/py-httpx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-magic>0:devel/py-python-magic@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-httpx>=0:devel/py-pytest-httpx@${PY_FLAVOR} diff --git a/converters/py-gotenberg-client/distinfo b/converters/py-gotenberg-client/distinfo index 8e7a2c1021d3..64716351fee9 100644 --- a/converters/py-gotenberg-client/distinfo +++ b/converters/py-gotenberg-client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763568406 -SHA256 (gotenberg_client-0.13.0.tar.gz) = 0fb2425d0e1e4f143285ecde90f7687f4d234d2b23316f5d42015337d336a4ab -SIZE (gotenberg_client-0.13.0.tar.gz) = 1211055 +TIMESTAMP = 1765718710 +SHA256 (gotenberg_client-0.13.1.tar.gz) = cdd6bbb535cd739b87446cd1b4f6347ed7f9af6a0d4b19baf7c064b75528ee54 +SIZE (gotenberg_client-0.13.1.tar.gz) = 1211143 diff --git a/converters/py-gotenberg-client/files/patch-pyproject.toml b/converters/py-gotenberg-client/files/patch-pyproject.toml deleted file mode 100644 index 1a8a36ca9fa9..000000000000 --- a/converters/py-gotenberg-client/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2025-12-03 09:15:17 UTC -+++ pyproject.toml -@@ -5,7 +5,7 @@ build-backend = "hatchling.build" - [build-system] - build-backend = "hatchling.build" - --requires = [ "hatchling~=1.27.0" ] -+requires = [ "hatchling>=1.27.0" ] - - [project] - name = "gotenberg-client" diff --git a/converters/rubygem-iconv/Makefile b/converters/rubygem-iconv/Makefile index 5816a1826893..ff04ac672b96 100644 --- a/converters/rubygem-iconv/Makefile +++ b/converters/rubygem-iconv/Makefile @@ -1,5 +1,5 @@ PORTNAME= iconv -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= converters rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ WWW= https://github.com/ruby/iconv LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL -LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt +LICENSE_FILE_RUBY= ${WRKSRC}/COPYING USES= gem iconv diff --git a/converters/rubygem-iconv/distinfo b/converters/rubygem-iconv/distinfo index 225c54fe6835..7552162c7e80 100644 --- a/converters/rubygem-iconv/distinfo +++ b/converters/rubygem-iconv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726741003 -SHA256 (rubygem/iconv-1.1.0.gem) = 8ad7d9ce53aa186efe9cc867d9559b1fc4c3f4f4af29bccad07793523f6720e8 -SIZE (rubygem/iconv-1.1.0.gem) = 21504 +TIMESTAMP = 1765032842 +SHA256 (rubygem/iconv-1.1.1.gem) = 6ac2b9e060d1ed3a18f4cd1ef262f90d3700d3151ead875ffc664180f968350d +SIZE (rubygem/iconv-1.1.1.gem) = 22016 diff --git a/converters/simdutf/Makefile b/converters/simdutf/Makefile index f2ae151f1995..b7c9df6c2d16 100644 --- a/converters/simdutf/Makefile +++ b/converters/simdutf/Makefile @@ -1,6 +1,6 @@ PORTNAME= simdutf DISTVERSIONPREFIX= v -DISTVERSION= 7.6.0 +DISTVERSION= 7.7.0 CATEGORIES= converters textproc MAINTAINER= fuz@FreeBSD.org diff --git a/converters/simdutf/distinfo b/converters/simdutf/distinfo index add9a2586846..d44f68dac66e 100644 --- a/converters/simdutf/distinfo +++ b/converters/simdutf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763494564 -SHA256 (simdutf-simdutf-v7.6.0_GH0.tar.gz) = ce8c57ea0c417f721e5f0b4ba5e295de38bbd0086bc16dc9c9b1c099926576c7 -SIZE (simdutf-simdutf-v7.6.0_GH0.tar.gz) = 2230418 +TIMESTAMP = 1763896945 +SHA256 (simdutf-simdutf-v7.7.0_GH0.tar.gz) = 0180de81a1dd48a87b8c0442ffa81734f3db91a7350914107a449935124e3c6f +SIZE (simdutf-simdutf-v7.7.0_GH0.tar.gz) = 2231692 diff --git a/converters/simdutf/pkg-plist b/converters/simdutf/pkg-plist index 1a780c9b1fd8..bd1995456340 100644 --- a/converters/simdutf/pkg-plist +++ b/converters/simdutf/pkg-plist @@ -14,7 +14,7 @@ lib/cmake/simdutf/simdutf-config-version.cmake lib/cmake/simdutf/simdutf-config.cmake lib/cmake/simdutf/simdutfTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/simdutf/simdutfTargets.cmake -lib/libsimdutf.so.28.0.0 -lib/libsimdutf.so.28 +lib/libsimdutf.so.29.0.0 +lib/libsimdutf.so.29 lib/libsimdutf.so libdata/pkgconfig/simdutf.pc diff --git a/converters/yj-bruceadams/Makefile b/converters/yj-bruceadams/Makefile index b353cf2147fe..4c9abebb85bb 100644 --- a/converters/yj-bruceadams/Makefile +++ b/converters/yj-bruceadams/Makefile @@ -1,6 +1,6 @@ PORTNAME= yj DISTVERSION= 1.2.0 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= converters textproc PKGNAMESUFFIX= -${GH_ACCOUNT} |
