diff options
Diffstat (limited to 'devel')
37 files changed, 167 insertions, 109 deletions
diff --git a/devel/Makefile b/devel/Makefile index 549d7c2f48f6..ecbe7c24dc9f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -324,6 +324,7 @@ SUBDIR += bloomberg-bde SUBDIR += blueprint-compiler SUBDIR += bmake + SUBDIR += bmk SUBDIR += bmkdep SUBDIR += bnf SUBDIR += boehm-gc diff --git a/devel/bmake/Makefile b/devel/bmake/Makefile index 5216d150072a..f25ffeb33628 100644 --- a/devel/bmake/Makefile +++ b/devel/bmake/Makefile @@ -10,6 +10,9 @@ WWW= https://www.crufty.net/help/sjg/bmake.html LICENSE= BSD3CLAUSE +DEPRECATED= Outdated and redundant +EXPIRATION_DATE=2025-06-30 + PORTSCOUT= skipv:200910007 WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/devel/bmk/Makefile b/devel/bmk/Makefile new file mode 100644 index 000000000000..bd6e36fae994 --- /dev/null +++ b/devel/bmk/Makefile @@ -0,0 +1,22 @@ +PORTNAME= bmk +DISTVERSION= 0.1 +CATEGORIES= devel + +MAINTAINER= fuz@FreeBSD.org +COMMENT= Successor to make(1) + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= realchonk +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --mandir=${PREFIX}/share/man + +PLIST_FILES= bin/mk \ + share/man/man1/mk.1.gz + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mk + +.include <bsd.port.mk> diff --git a/devel/bmk/distinfo b/devel/bmk/distinfo new file mode 100644 index 000000000000..843979ebad2f --- /dev/null +++ b/devel/bmk/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1747409521 +SHA256 (realchonk-bmk-0.1_GH0.tar.gz) = 91286d0caf8a8e304603e126783b3cf59ace130f74380423ffca082bdd5f7578 +SIZE (realchonk-bmk-0.1_GH0.tar.gz) = 34961 diff --git a/devel/bmk/pkg-descr b/devel/bmk/pkg-descr new file mode 100644 index 000000000000..888519ed286f --- /dev/null +++ b/devel/bmk/pkg-descr @@ -0,0 +1,5 @@ +bmk is a build tool of the make family. +It supports building projects made of multiple +directories by treating included makefiles as +modules integrated into the build, avoiding the +recursive make pattern. diff --git a/devel/bmkdep/Makefile b/devel/bmkdep/Makefile index 3ae8dcec0471..172f9016ce44 100644 --- a/devel/bmkdep/Makefile +++ b/devel/bmkdep/Makefile @@ -9,6 +9,9 @@ WWW= https://netbsd.org LICENSE= BSD2CLAUSE +DEPRECATED= Outdated and redundant +EXPIRATION_DATE=2025-06-30 + USE_GITHUB= yes GH_ACCOUNT= trociny diff --git a/devel/cgilib/Makefile b/devel/cgilib/Makefile index d85c7efb22a0..bbd0afdcca76 100644 --- a/devel/cgilib/Makefile +++ b/devel/cgilib/Makefile @@ -11,6 +11,9 @@ WWW= https://www.infodrom.org/projects/cgilib/ LICENSE= GPLv2 +DEPRECATED= Last upstream release in 2009, last upstream activity in 2017 and no consumers in tree +EXPIRATION_DATE=2025-06-30 + USES= uidfix USE_LDCONFIG= yes diff --git a/devel/cirrus-cli/Makefile b/devel/cirrus-cli/Makefile index 8db5f3d20a07..d1a9883bd0a7 100644 --- a/devel/cirrus-cli/Makefile +++ b/devel/cirrus-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= cirrus-cli DISTVERSIONPREFIX= v -DISTVERSION= 0.131.2 +DISTVERSION= 0.132.0 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/cirrus-cli/distinfo b/devel/cirrus-cli/distinfo index a026f8b1d0e5..5ee845eb84bf 100644 --- a/devel/cirrus-cli/distinfo +++ b/devel/cirrus-cli/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1747217072 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.131.2/v0.131.2.mod) = 4c57cb388bf0476e369fbf2c9cf5cb4ad0485ab9c6d1dfc029c9f54c49acc0c2 -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.131.2/v0.131.2.mod) = 10858 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.131.2/v0.131.2.zip) = 058f4bef8dbcda9bb71648690ca6400715b44ef178954af49a6d96d8f2b644a5 -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.131.2/v0.131.2.zip) = 1315773 +TIMESTAMP = 1747591860 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.132.0/v0.132.0.mod) = 4176a8972f255ac76b65a3a29e4255d81717d22159da748c8aa910bdb7d598a1 +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.132.0/v0.132.0.mod) = 10858 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.132.0/v0.132.0.zip) = ffc85b49c3ca162420b93b044894b8b3bf1740e5a07021fb65cdb669c17a19e8 +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.132.0/v0.132.0.zip) = 1317411 diff --git a/devel/cons/Makefile b/devel/cons/Makefile index ae9507ac7491..39af4ccdb9fc 100644 --- a/devel/cons/Makefile +++ b/devel/cons/Makefile @@ -11,6 +11,9 @@ MAINTAINER= rv@gnu.org COMMENT= Perl-based Make Replacement WWW= http://www.dsmit.com/cons/ +DEPRECATED= Upstream development seems to have stopped over 20 years ago +EXPIRATION_DATE=2025-06-30 + USES= perl5 tar:tgz NO_BUILD= yes PLIST_SUB= CONS_VER=${PORTVERSION} diff --git a/devel/csmith/Makefile b/devel/csmith/Makefile index 15e8a896c2a1..4d62c42ae389 100644 --- a/devel/csmith/Makefile +++ b/devel/csmith/Makefile @@ -1,38 +1,26 @@ PORTNAME= csmith -PORTVERSION= 2.3.0 +DISTVERSIONPREFIX= csmith- +DISTVERSION= 2.3.0-79 +DISTVERSIONSUFFIX= -g0ec6f1b CATEGORIES= devel -MASTER_SITES= http://embed.cs.utah.edu/csmith/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fuz@FreeBSD.org COMMENT= Generates random C programs that conform to the C99 standard -WWW= https://embed.cs.utah.edu/csmith/ LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Unfetchable -DEPRECATED= Unmaintained for years -EXPIRATION_DATE=2025-06-30 - -USES= gmake libtool localbase perl5 shebangfix +USES= cmake libtool localbase perl5 shebangfix USE_CXXSTD= c++11 +USE_GITHUB= yes +GH_ACCOUNT= csmith-project USE_LDCONFIG= yes USE_PERL5= run SHEBANG_FILES= scripts/compiler_test.pl scripts/launchn.pl - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --docdir=${DOCSDIR} - -INSTALL_TARGET= install-strip - +CXXFLAGS+= -Wno-enum-constexpr-conversion PLIST_SUB= PKGNAME="${PKGNAME}" OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD -CPPFLAGS+= -Wno-error=enum-constexpr-conversion -.endif - .include <bsd.port.mk> diff --git a/devel/csmith/distinfo b/devel/csmith/distinfo index 19ec2352a1fc..a103183a8e2c 100644 --- a/devel/csmith/distinfo +++ b/devel/csmith/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1498294369 -SHA256 (csmith-2.3.0.tar.gz) = f247cc0aede5f8a0746271b40a5092b5b5a2d034e5e8f7a836c879dde3fb65d5 -SIZE (csmith-2.3.0.tar.gz) = 637381 +TIMESTAMP = 1747309204 +SHA256 (csmith-project-csmith-csmith-2.3.0-79-g0ec6f1b_GH0.tar.gz) = fba590ba3f8a37e8c9a3613653379590ddda88516172d48fac8b3db288f4ae96 +SIZE (csmith-project-csmith-csmith-2.3.0-79-g0ec6f1b_GH0.tar.gz) = 322529 diff --git a/devel/csmith/pkg-plist b/devel/csmith/pkg-plist index 4191f8185f10..2651af4c9cfe 100644 --- a/devel/csmith/pkg-plist +++ b/devel/csmith/pkg-plist @@ -2,25 +2,25 @@ bin/compiler_test.in bin/compiler_test.pl bin/csmith bin/launchn.pl -include/%%PKGNAME%%/csmith.h -include/%%PKGNAME%%/csmith_minimal.h -include/%%PKGNAME%%/custom_limits.h -include/%%PKGNAME%%/custom_stdint_x86.h -include/%%PKGNAME%%/platform_avr.h -include/%%PKGNAME%%/platform_generic.h -include/%%PKGNAME%%/platform_msp430.h -include/%%PKGNAME%%/random_inc.h -include/%%PKGNAME%%/safe_abbrev.h -include/%%PKGNAME%%/safe_math.h -include/%%PKGNAME%%/safe_math_macros.h -include/%%PKGNAME%%/safe_math_macros_notmp.h -include/%%PKGNAME%%/stdint_avr.h -include/%%PKGNAME%%/stdint_ia32.h -include/%%PKGNAME%%/stdint_ia64.h -include/%%PKGNAME%%/stdint_msp430.h -include/%%PKGNAME%%/volatile_runtime.c -include/%%PKGNAME%%/volatile_runtime.h -include/%%PKGNAME%%/windows/stdint.h +include/csmith.h +include/csmith_minimal.h +include/custom_limits.h +include/custom_stdint_x86.h +include/platform_avr.h +include/platform_generic.h +include/platform_msp430.h +include/random_inc.h +include/safe_abbrev.h +include/safe_math.h +include/safe_math_macros.h +include/safe_math_macros_notmp.h +include/stdint_avr.h +include/stdint_ia32.h +include/stdint_ia64.h +include/stdint_msp430.h +include/volatile_runtime.c +include/volatile_runtime.h +include/windows/stdint.h lib/libcsmith.a lib/libcsmith.so lib/libcsmith.so.0 diff --git a/devel/dfuife-curses/Makefile b/devel/dfuife-curses/Makefile index 95eccc593c34..9c5d1668665a 100644 --- a/devel/dfuife-curses/Makefile +++ b/devel/dfuife-curses/Makefile @@ -9,6 +9,9 @@ COMMENT= DFUI curses frontend LICENSE= BSD3CLAUSE +DEPRECATED= Depends on deprecated port devel/libaura +EXPIRATION_DATE=2025-06-30 + LIB_DEPENDS= libaura3.so:devel/libaura \ libdfui4.so:devel/libdfui diff --git a/devel/exercisix/Makefile b/devel/exercisix/Makefile index cf9db3e71ba9..a691b9379e96 100644 --- a/devel/exercisix/Makefile +++ b/devel/exercisix/Makefile @@ -8,6 +8,10 @@ MAINTAINER= exercisix@alexanderchuranov.com COMMENT= Innovative lightweight unit-test framework for C++ WWW= http://alexanderchuranov.com/software/exercisix +BROKEN= Unfetchable +DEPRECATED= Abandonware, upstream is gone and last release 10+ years ago +EXPIRATION_DATE=2025-06-30 + USES= tar:bzip2 OPTIONS_DEFINE= EXAMPLES diff --git a/devel/go-tools/Makefile b/devel/go-tools/Makefile index 7af3022f86f6..a85b0ca71f60 100644 --- a/devel/go-tools/Makefile +++ b/devel/go-tools/Makefile @@ -1,6 +1,6 @@ PORTNAME= tools DISTVERSIONPREFIX= v -DISTVERSION= 0.32.0 +DISTVERSION= 0.33.0 PORTEPOCH= 1 CATEGORIES= devel PKGNAMEPREFIX= go- @@ -14,10 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules,1.23 GO_MODULE= golang.org/x/tools -GO_TARGET= ./cmd/auth/cookieauth \ - ./cmd/auth/gitauth \ - ./cmd/auth/netrcauth \ - ./cmd/bisect \ +GO_TARGET= ./cmd/bisect \ ./cmd/bundle \ ./cmd/callgraph \ ./cmd/compilebench \ @@ -52,7 +49,6 @@ PLIST_FILES= ${GO_TARGET:T:S,^,bin/,} OPTIONS_DEFINE= RARE RARE_DESC= install rarely used tools RARE_VARS= GO_TARGET+=" \ - ./cmd/auth/authtest \ ./cmd/benchcmp .include <bsd.port.mk> diff --git a/devel/go-tools/distinfo b/devel/go-tools/distinfo index f3e2200d57c6..d39ab8014d24 100644 --- a/devel/go-tools/distinfo +++ b/devel/go-tools/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1744476617 -SHA256 (go/devel_go-tools/tools-v0.32.0/v0.32.0.mod) = 4fa3f3fcd7c18fc9ee29aa942ab9d27ec1d88faa932d32a68652bbb4dc20dcd9 -SIZE (go/devel_go-tools/tools-v0.32.0/v0.32.0.mod) = 301 -SHA256 (go/devel_go-tools/tools-v0.32.0/v0.32.0.zip) = 4f2121e1aa83a88263a804f06c0e69252385640033f2d733c8105012c4ef439b -SIZE (go/devel_go-tools/tools-v0.32.0/v0.32.0.zip) = 3323015 +TIMESTAMP = 1746713300 +SHA256 (go/devel_go-tools/tools-v0.33.0/v0.33.0.mod) = 428571a10aab7586a67da2c9375e8ae480def8d2fa11de8c6fff28a696b9591f +SIZE (go/devel_go-tools/tools-v0.33.0/v0.33.0.mod) = 301 +SHA256 (go/devel_go-tools/tools-v0.33.0/v0.33.0.zip) = da7a76d9db0956f30dd7f9957eead7aab5aa132dbca78a6d578436f94fdfee84 +SIZE (go/devel_go-tools/tools-v0.33.0/v0.33.0.zip) = 3450399 diff --git a/devel/hs-hlint/Makefile b/devel/hs-hlint/Makefile index 793184c6ef3b..6ccd08f8a922 100644 --- a/devel/hs-hlint/Makefile +++ b/devel/hs-hlint/Makefile @@ -95,4 +95,7 @@ USE_CABAL= OneTuple-0.4.2_1 \ witherable-0.5_1 \ yaml-0.11.11.2_2 +post-patch: + ${REINPLACE_CMD} 's|jobs: 1|jobs: 2|' ${CABAL_HOME}/.cabal/config + .include <bsd.port.mk> diff --git a/devel/ksql/Makefile b/devel/ksql/Makefile index 724986d4e26d..ca4e2c415944 100644 --- a/devel/ksql/Makefile +++ b/devel/ksql/Makefile @@ -10,6 +10,9 @@ WWW= https://kristaps.bsd.lv/ksql/ LICENSE= ISCL +DEPRECATED= Last activity upstream 7 years ago, unmaintained in tree for several years and no consumers +EXPIRATION_DATE=2025-06-30 + USES= localbase:ldflags sqlite HAS_CONFIGURE= yes diff --git a/devel/kyra/Makefile b/devel/kyra/Makefile index 04d14fc98eb5..53d5a72f6306 100644 --- a/devel/kyra/Makefile +++ b/devel/kyra/Makefile @@ -11,6 +11,9 @@ WWW= https://www.grinninglizard.com/kyra/ LICENSE= GPLv2 +DEPRECATED= Abandonware, last release in 2006 and depdends on deprecated libraries +EXPIRATION_DATE=2025-06-30 + LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff diff --git a/devel/libPropList/Makefile b/devel/libPropList/Makefile index a7cbbea4e0ec..a8f02729a6bc 100644 --- a/devel/libPropList/Makefile +++ b/devel/libPropList/Makefile @@ -8,6 +8,9 @@ DISTNAME= libPropList-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Property library for gnome and Window Maker +DEPRECATED= Deprecated and unsupported upstream +EXPIRATION_DATE=2025-06-30 + GNU_CONFIGURE= yes USES= libtool USE_LDCONFIG= yes diff --git a/devel/libaura/Makefile b/devel/libaura/Makefile index 6d608f08baeb..0ebde2bee412 100644 --- a/devel/libaura/Makefile +++ b/devel/libaura/Makefile @@ -7,6 +7,9 @@ MASTER_SITES= LOCAL/philip MAINTAINER= rodrigo@FreeBSD.org COMMENT= Library of Assorted Useful Reusable Abstractions +DEPRECATED= Abandonware, upstream is gone and last release in 2005 +EXPIRATION_DATE=2025-06-30 + USES= tar:bzip2 USE_LDCONFIG= yes diff --git a/devel/libcli/Makefile b/devel/libcli/Makefile index 6cda2c7ed01f..30628e908590 100644 --- a/devel/libcli/Makefile +++ b/devel/libcli/Makefile @@ -10,6 +10,9 @@ WWW= https://github.com/dparrish/libcli/ LICENSE= LGPL21 +DEPRECATED= Outdated and unmaintained in tree for years +EXPIRATION_DATE=2025-06-30 + USES= alias gmake USE_LDCONFIG= yes USE_GITHUB= yes diff --git a/devel/libdfui/Makefile b/devel/libdfui/Makefile index 373f8de99897..a4370a091206 100644 --- a/devel/libdfui/Makefile +++ b/devel/libdfui/Makefile @@ -8,6 +8,9 @@ COMMENT= Abstract user interface protocol library LICENSE= BSD3CLAUSE +DEPRECATED= Depends on deprecated port devel/libaura +EXPIRATION_DATE=2025-06-30 + LIB_DEPENDS= libaura3.so:devel/libaura USES= tar:bzip2 diff --git a/devel/libdnsres/Makefile b/devel/libdnsres/Makefile index 1df946c74707..ce77758cfd9b 100644 --- a/devel/libdnsres/Makefile +++ b/devel/libdnsres/Makefile @@ -11,6 +11,9 @@ WWW= https://www.monkey.org/~provos/libdnsres/ LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= No consumers in tree, last release in 2005 by upstream +EXPIRATION_DATE=2025-06-30 + BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:devel/libevent USES= libtool diff --git a/devel/libflatarray/Makefile b/devel/libflatarray/Makefile index 27502c56c061..7d631aacbbd3 100644 --- a/devel/libflatarray/Makefile +++ b/devel/libflatarray/Makefile @@ -11,7 +11,10 @@ WWW= http://www.libgeodecomp.org/libflatarray.html LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_armv7= test/estimate_optimum_short_vec_type_test.cpp:71:22: error: redefinition of 'expected_arity_for_double' +#BROKEN_armv7= test/estimate_optimum_short_vec_type_test.cpp:71:22: error: redefinition of 'expected_arity_for_double' +BROKEN= Unfetchable +DEPRECATED= Last activity from upstream 5 years ago and last release in 2016 +EXPIRATION_DATE=2025-06-30 BUILD_DEPENDS= boost-libs>=1.48:devel/boost-libs diff --git a/devel/libmimedir/Makefile b/devel/libmimedir/Makefile index f2c070c181d1..346b1b6d1b04 100644 --- a/devel/libmimedir/Makefile +++ b/devel/libmimedir/Makefile @@ -10,6 +10,9 @@ COMMENT= Library for parsing RFC2425 MIME Directory Profile information LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Last release in 2008, no consumers in tree and unmaintained for years +EXPIRATION_DATE=2025-06-30 + USES= cpe desthack libtool CPE_VENDOR= ${PORTNAME}_project GNU_CONFIGURE= yes diff --git a/devel/protoc-gen-go-grpc/Makefile b/devel/protoc-gen-go-grpc/Makefile index 1a59ba7faccd..64301aad7960 100644 --- a/devel/protoc-gen-go-grpc/Makefile +++ b/devel/protoc-gen-go-grpc/Makefile @@ -1,6 +1,6 @@ PORTNAME= protoc-gen-go-grpc DISTVERSIONPREFIX= v -DISTVERSION= 1.72.0 +DISTVERSION= 1.72.1 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org @@ -23,12 +23,8 @@ GH_TUPLE= \ open-telemetry:opentelemetry-go:v1.34.0:open_telemetry_opentelemetry_go/vendor/go.opentelemetry.io/otel \ protocolbuffers:protobuf-go:v1.36.5:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf -#GO_MODULE= google.golang.org/grpc GO_TARGET= ./cmd/protoc-gen-go-grpc PLIST_FILES= bin/protoc-gen-go-grpc -#post-patch: -# @${CP} -R ${WRKDIR}/grpc-go-${DISTVERSION}/cmd ${WRKSRC}/ - .include <bsd.port.mk> diff --git a/devel/protoc-gen-go-grpc/distinfo b/devel/protoc-gen-go-grpc/distinfo index cfb4062fbf5c..eb63a75fe7c6 100644 --- a/devel/protoc-gen-go-grpc/distinfo +++ b/devel/protoc-gen-go-grpc/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1746316897 -SHA256 (grpc-grpc-go-v1.72.0_GH0.tar.gz) = bfd9b72523f56391aa568b464775a1241f5f38fba8d7f5f1edc1f1d8cde3d2f4 -SIZE (grpc-grpc-go-v1.72.0_GH0.tar.gz) = 2410705 +TIMESTAMP = 1747592888 +SHA256 (grpc-grpc-go-v1.72.1_GH0.tar.gz) = 1b40636aaefd7afd74abd6e9796cfd7b1419a0c4d9846f0c7d5a5c0b1ae51f84 +SIZE (grpc-grpc-go-v1.72.1_GH0.tar.gz) = 2412814 SHA256 (golang-net-v0.34.0_GH0.tar.gz) = 3d5ec65e81b6f1d9530a3008f35722e9cf6d4905b20c19a7126f58aae515996c SIZE (golang-net-v0.34.0_GH0.tar.gz) = 1466242 SHA256 (golang-sys-v0.29.0_GH0.tar.gz) = 7bac3e0a686a05d0e86ca110917b45f60553d6c146dba8a4cdafb911486428e7 diff --git a/devel/py-aiortc/Makefile b/devel/py-aiortc/Makefile index 32b5b9a0bc14..63a346282e2f 100644 --- a/devel/py-aiortc/Makefile +++ b/devel/py-aiortc/Makefile @@ -1,6 +1,5 @@ PORTNAME= aiortc -DISTVERSION= 1.11.0 -PORTREVISION= 1 +DISTVERSION= 1.12.0 CATEGORIES= devel multimedia python www MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,21 +12,21 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -LIB_DEPENDS= libopus.so:audio/opus \ - libvpx.so:multimedia/libvpx + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \ + ${PY_SETUPTOOLS} RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}aioice>=0.9.0:devel/py-aioice@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}av>=9.0.0:multimedia/py-av@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}aioice>=0.10.1:devel/py-aioice@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}av>=14.0.0:multimedia/py-av@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-crc32c>=1.1:devel/py-google-crc32c@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}openssl>=23.1.0:security/py-openssl@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyee>=9.0.0:devel/py-pyee@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pylibsrtp>=0.5.6:devel/py-pylibsrtp@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}openssl>=25.0.0:security/py-openssl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyee>=13.0.0:devel/py-pyee@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pylibsrtp>=0.10.0:devel/py-pylibsrtp@${PY_FLAVOR} USES= localbase python -USE_PYTHON= autoplist concurrent cryptography distutils +USE_PYTHON= autoplist concurrent cryptography pep517 -post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/codecs/*.so +post-patch: + @${REINPLACE_CMD} -e 's|^license = "BSD-3-Clause"|license = { text = "BSD-3-Clause" }|' \ + ${WRKSRC}/pyproject.toml .include <bsd.port.mk> diff --git a/devel/py-aiortc/distinfo b/devel/py-aiortc/distinfo index 021511b546ff..94275c35a4aa 100644 --- a/devel/py-aiortc/distinfo +++ b/devel/py-aiortc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743439480 -SHA256 (aiortc-1.11.0.tar.gz) = 50b9d86f6cba87d95ce7c6b051949208b48f8062b231837aed8f049045f11a28 -SIZE (aiortc-1.11.0.tar.gz) = 1179206 +TIMESTAMP = 1747593181 +SHA256 (aiortc-1.12.0.tar.gz) = c99d89a60a473074532020329de7ee23253bac17606d85ba4aab4c6148e94b39 +SIZE (aiortc-1.12.0.tar.gz) = 1175343 diff --git a/devel/py-buildbot-pkg/Makefile b/devel/py-buildbot-pkg/Makefile index 938b9f25f450..528e21f6a274 100644 --- a/devel/py-buildbot-pkg/Makefile +++ b/devel/py-buildbot-pkg/Makefile @@ -1,5 +1,5 @@ PORTNAME= buildbot-pkg -DISTVERSION= 4.2.1 +DISTVERSION= 4.3.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-buildbot-pkg/distinfo b/devel/py-buildbot-pkg/distinfo index 4788b29f37f1..4595990f03fd 100644 --- a/devel/py-buildbot-pkg/distinfo +++ b/devel/py-buildbot-pkg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746273569 -SHA256 (buildbot_pkg-4.2.1.tar.gz) = 9687b343918c704f69264115d164b97bf9cce636cb0d49f380d7bafb1fa6f884 -SIZE (buildbot_pkg-4.2.1.tar.gz) = 5147 +TIMESTAMP = 1747219343 +SHA256 (buildbot_pkg-4.3.0.tar.gz) = 42933a779e508c0e2ed62708cfc5d23b78ba456436268d8ddbfd51786abdf57e +SIZE (buildbot_pkg-4.3.0.tar.gz) = 5132 diff --git a/devel/py-tox/Makefile b/devel/py-tox/Makefile index 7306df513a3a..5bf01f11d229 100644 --- a/devel/py-tox/Makefile +++ b/devel/py-tox/Makefile @@ -1,6 +1,5 @@ PORTNAME= tox -DISTVERSION= 4.25.0 -PORTREVISION= 1 +DISTVERSION= 4.26.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,17 +12,18 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0.4:devel/py-hatch-vcs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}hatchling>=1.21:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cachetools>=5.3.2:devel/py-cachetools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>=1.27:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cachetools>=5.5.1:devel/py-cachetools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>=5.2:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.4.6:devel/py-colorama@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}filelock>=3.13.1:sysutils/py-filelock@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}packaging>=23.2:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}platformdirs>=4.1:devel/py-platformdirs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pluggy>=1.3:devel/py-pluggy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyproject-api>=1.6.1:devel/py-pyproject-api@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}filelock>=3.16.1:sysutils/py-filelock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=24.2:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}platformdirs>=4.3.6:devel/py-platformdirs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pluggy>=1.5:devel/py-pluggy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyproject-api>=1.8:devel/py-pyproject-api@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv>=20.25:devel/py-virtualenv@${PY_FLAVOR} \ - ${PY_TOMLI} + ${PY_TOMLI} \ + ${PY_TYPING_EXTENSIONS} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-tox/distinfo b/devel/py-tox/distinfo index 10f60eb15733..a4ba3a1c1b79 100644 --- a/devel/py-tox/distinfo +++ b/devel/py-tox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743156581 -SHA256 (tox-4.25.0.tar.gz) = dd67f030317b80722cf52b246ff42aafd3ed27ddf331c415612d084304cf5e52 -SIZE (tox-4.25.0.tar.gz) = 196255 +TIMESTAMP = 1747595879 +SHA256 (tox-4.26.0.tar.gz) = a83b3b67b0159fa58e44e646505079e35a43317a62d2ae94725e0586266faeca +SIZE (tox-4.26.0.tar.gz) = 197260 diff --git a/devel/universal-ctags/Makefile b/devel/universal-ctags/Makefile index d21d930978f2..b0ce28d92bc0 100644 --- a/devel/universal-ctags/Makefile +++ b/devel/universal-ctags/Makefile @@ -1,5 +1,5 @@ PORTNAME= universal-ctags -PORTVERSION= p6.1.20250330.0 +PORTVERSION= p6.1.20250518.0 CATEGORIES= devel MAINTAINER= dereks@lifeofadishwasher.com @@ -13,9 +13,8 @@ USES= autoreconf gmake pkgconfig python:test USE_GITHUB= yes GH_PROJECT= ctags -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -CONFIGURE_ARGS= --program-prefix=u +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --program-prefix=u TEST_TARGET= check diff --git a/devel/universal-ctags/distinfo b/devel/universal-ctags/distinfo index 16e51093bbfb..b91911e14870 100644 --- a/devel/universal-ctags/distinfo +++ b/devel/universal-ctags/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743369000 -SHA256 (universal-ctags-ctags-p6.1.20250330.0_GH0.tar.gz) = 11003d66de23e91add9059da2f82ddf2193834839d00300bb676927357b4d837 -SIZE (universal-ctags-ctags-p6.1.20250330.0_GH0.tar.gz) = 3247341 +TIMESTAMP = 1747604444 +SHA256 (universal-ctags-ctags-p6.1.20250518.0_GH0.tar.gz) = 176e7f2cc0f1751831679f8731c9f54902563df5c99aa2379e218d378338c43e +SIZE (universal-ctags-ctags-p6.1.20250518.0_GH0.tar.gz) = 3271151 |