*/*: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2022-07-20 10:03:36 +02:00
parent b1e013f08e
commit 0b7c229222
135 changed files with 912 additions and 2129 deletions

View file

@ -1,7 +1,7 @@
PORTNAME= artyfx
DISTVERSIONPREFIX= release-
DISTVERSION= 1.3-24
DISTVERSIONSUFFIX= -g6010d1a
DISTVERSION= 1.3.1
PORTEPOCH= 1
CATEGORIES= audio
PKGNAMESUFFIX= -lv2
@ -15,11 +15,12 @@ BUILD_DEPENDS= lv2>0:audio/lv2
LIB_DEPENDS= libsndfile.so:audio/libsndfile
USES= cmake compiler:c++11-lang gnome localbase:ldflags pkgconfig xorg
USE_GNOME= cairo
USE_XORG= x11
USE_GITHUB= yes
GH_ACCOUNT= openAVproductions
GH_PROJECT= openAV-ArtyFX
USE_GNOME= cairo
USE_XORG= x11
OPTIONS_DEFINE_amd64= SSE
OPTIONS_DEFINE_i386= SSE

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1602569668
SHA256 (openAVproductions-openAV-ArtyFX-release-1.3-24-g6010d1a_GH0.tar.gz) = 92758ffd36df6dac36304e662e09fe96a5637088de9a29fcb0bdb3c921c98349
SIZE (openAVproductions-openAV-ArtyFX-release-1.3-24-g6010d1a_GH0.tar.gz) = 642658
TIMESTAMP = 1658285598
SHA256 (openAVproductions-openAV-ArtyFX-release-1.3.1_GH0.tar.gz) = abdf69d07c26931f970bd9f301bf92b65f1457b4e1f099994925f79d5a20f5eb
SIZE (openAVproductions-openAV-ArtyFX-release-1.3.1_GH0.tar.gz) = 642816

View file

@ -9,7 +9,7 @@ COMMENT= Sympathetic string resonator LV2 plugin
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_aarch64= fatal error: 'linux/auxvec.h' file not found
ONLY_FOR_ARCHS= amd64 i386 powerpc64le powerpc64 powerpc # same as in sysutils/libcpuid because libcpuid is bundled in ssr
BUILD_DEPENDS= lv2>0:audio/lv2 \
bash:shells/bash

View file

@ -1,5 +1,6 @@
PORTNAME= strawberry
DISTVERSION= 1.0.6
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://github.com/strawberrymusicplayer/${PORTNAME}/releases/download/${DISTVERSION}/ \
https://files.jkvinge.net/packages/strawberry/
@ -16,22 +17,24 @@ LIB_DEPENDS= libgnutls.so:security/gnutls \
libtag.so:audio/taglib
TEST_DEPENDS= googletest>=0:devel/googletest
USES= compiler:c++11-lang cmake desktop-file-utils gnome \
gettext-runtime gettext-tools gstreamer iconv pkgconfig \
qt:5 sqlite pkgconfig tar:xz xorg
USES= cmake compiler:c++11-lang desktop-file-utils gettext-runtime \
gettext-tools gnome gstreamer iconv:translit pkgconfig qt:5 \
sqlite tar:xz xorg
USE_GNOME= glib20
USE_QT= buildtools_build concurrent core dbus gui network \
linguisttools qmake_build sql sql-sqlite3 testlib_build \
widgets x11extras
USE_QT= concurrent core dbus gui linguisttools network sql sql-sqlite3 \
widgets x11extras buildtools_build qmake_build testlib_build
USE_XORG= ice sm x11 xcb xext
CMAKE_ARGS= -DUSE_SYSTEM_TAGLIB=ON -DENABLE_UDISKS2=OFF \
-DENABLE_GSTREAMER:BOOL=true \
-DENABLE_TRANSLATIONS:BOOL=true
CMAKE_ARGS= -DENABLE_GSTREAMER:BOOL=true \
-DENABLE_TRANSLATIONS:BOOL=true \
-DENABLE_UDISKS2=OFF \
-DUSE_SYSTEM_TAGLIB=ON
TEST_TARGET= strawberry_test
SUB_FILES= pkg-message
# NLS is not optional, as of 0.6.11,
# src/core/utilities.cpp always includes iconv.h and calls iconv_*().
@ -40,8 +43,7 @@ TEST_TARGET= strawberry_test
# error: member initializer 'transcode_dialog_' does not name a non-static data member or base class
# transcode_dialog_([=]() {
OPTIONS_DEFINE= AUDIOCD IPOD MOODBAR MTPDEV MUSICBRAINZ \
SUBSONIC TIDAL VLC
OPTIONS_DEFINE= AUDIOCD IPOD MOODBAR MTPDEV MUSICBRAINZ SUBSONIC TIDAL VLC
OPTIONS_DEFAULT= ALSA MOODBAR
@ -74,7 +76,7 @@ MTPDEV_LIB_DEPENDS= libmtp.so:multimedia/libmtp
MOODBAR_CMAKE_BOOL= ENABLE_MOODBAR
MOODBAR_LIB_DEPENDS= libfftw3.so:math/fftw3
MUSICBRAINZ_CMAKE_BOOL= ENABLE_CHROMAPRINT
MUSICBRAINZ_CMAKE_BOOL= ENABLE_CHROMAPRINT
MUSICBRAINZ_LIB_DEPENDS= libchromaprint.so:audio/chromaprint
PULSEAUDIO_CMAKE_BOOL= ENABLE_LIBPULSE
@ -87,6 +89,4 @@ TIDAL_CMAKE_BOOL= ENABLE_TIDAL
VLC_CMAKE_BOOL= ENABLE_VLC
VLC_LIB_DEPENDS= libvlc.so:multimedia/vlc
SUB_FILES= pkg-message
.include <bsd.port.mk>

View file

@ -1,19 +1,19 @@
PORTNAME= pysam
DISTVERSION= 0.19.1
PORTREVISION= 1
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PATCH_SITES= https://github.com/pysam-developers/pysam/commit/
PATCHFILES= 064c8024395a15024fd590bd90f55f918e15545f.patch:-p1 # backport of symbols failure fix for arm and risc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python module for reading, manipulating and writing genomic data sets
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
# see https://github.com/pysam-developers/pysam/issues/1121 for below failures
BROKEN_aarch64= conflicting symbol (libchtslib libcsamtools ...) : $d.6
BROKEN_riscv6= conflicting symbol (libchtslib libcsamtools ...): .Lline_table_start0
USES= gmake python:3.6-3.9
USE_PYTHON= autoplist distutils cython cython_run

View file

@ -1,3 +1,5 @@
TIMESTAMP = 1653951817
TIMESTAMP = 1658245018
SHA256 (pysam-0.19.1.tar.gz) = dee403cbdf232170c1e11cc24c76e7dd748fc672ad38eb0414f3b9d569b1448f
SIZE (pysam-0.19.1.tar.gz) = 3857553
SHA256 (064c8024395a15024fd590bd90f55f918e15545f.patch) = e4655d70d0debe00f7937b9b3f18318acbcb8ae832165542c1531233320c6df7
SIZE (064c8024395a15024fd590bd90f55f918e15545f.patch) = 1237

View file

@ -1,5 +1,5 @@
PORTNAME= alembic
PORTVERSION= 1.8.0
PORTVERSION= 1.8.1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1654111622
SHA256 (alembic-1.8.0.tar.gz) = a2d4d90da70b30e70352cd9455e35873a255a31402a438fe24815758d7a0e5e1
SIZE (alembic-1.8.0.tar.gz) = 1252636
TIMESTAMP = 1658234539
SHA256 (alembic-1.8.1.tar.gz) = cd0b5e45b14b706426b833f06369b9a6d5ee03f826ec3238723ce8caaf6e5ffa
SIZE (alembic-1.8.1.tar.gz) = 1255927

View file

@ -1,6 +1,5 @@
PORTNAME= cirrus-cli
PORTVERSION= 0.79.0
PORTREVISION= 1
PORTVERSION= 0.82.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
@ -14,15 +13,19 @@ USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= cirruslabs
GH_TUPLE= \
Azure:go-ansiterm:d6e3b3328b78:azure_go_ansiterm/vendor/github.com/Azure/go-ansiterm \
Microsoft:go-winio:v0.5.1:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \
Microsoft:hcsshim:v0.8.18:microsoft_hcsshim/vendor/github.com/Microsoft/hcsshim \
PaesslerAG:gval:v1.1.0:paesslerag_gval/vendor/github.com/PaesslerAG/gval \
ProtonMail:go-crypto:a4f6767435ab:protonmail_go_crypto/vendor/github.com/ProtonMail/go-crypto \
acomagu:bufpipe:v1.0.3:acomagu_bufpipe/vendor/github.com/acomagu/bufpipe \
agext:levenshtein:v1.2.3:agext_levenshtein/vendor/github.com/agext/levenshtein \
antihax:optional:v1.0.0:antihax_optional/vendor/github.com/antihax/optional \
avast:retry-go:v3.0.0:avast_retry_go/vendor/github.com/avast/retry-go \
beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \
certifi:gocertifi:431795d63e8d:certifi_gocertifi/vendor/github.com/certifi/gocertifi \
cirruslabs:cirrus-ci-agent:v1.78.0:cirruslabs_cirrus_ci_agent/vendor/github.com/cirruslabs/cirrus-ci-agent \
cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \
cirruslabs:cirrus-ci-agent:v1.80.0:cirruslabs_cirrus_ci_agent/vendor/github.com/cirruslabs/cirrus-ci-agent \
cirruslabs:echelon:v1.7.0:cirruslabs_echelon/vendor/github.com/cirruslabs/echelon \
cirruslabs:go-java-glob:v0.1.0:cirruslabs_go_java_glob/vendor/github.com/cirruslabs/go-java-glob \
cirruslabs:podmanapi:v0.2.0:cirruslabs_podmanapi/vendor/github.com/cirruslabs/podmanapi \
@ -36,10 +39,13 @@ GH_TUPLE= \
docker:cli:v20.10.7:docker_cli/vendor/github.com/docker/cli \
docker:distribution:v2.7.1:docker_distribution/vendor/github.com/docker/distribution \
docker:go-connections:v0.4.0:docker_go_connections/vendor/github.com/docker/go-connections \
docker:go-metrics:v0.0.1:docker_go_metrics/vendor/github.com/docker/go-metrics \
docker:go-units:v0.4.0:docker_go_units/vendor/github.com/docker/go-units \
docker:go:d30aec9fd63c:docker_go/vendor/github.com/docker/go \
dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \
emirpasic:gods:v1.12.0:emirpasic_gods/vendor/github.com/emirpasic/gods \
fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
fvbommel:sortorder:v1.0.2:fvbommel_sortorder/vendor/github.com/fvbommel/sortorder \
go-git:gcfg:v1.5.0:go_git_gcfg/vendor/github.com/go-git/gcfg \
go-git:go-billy:v5.3.1:go_git_go_billy_v5/vendor/github.com/go-git/go-billy/v5 \
go-git:go-git:a5bbcd278ab1:go_git_go_git_v5/vendor/github.com/go-git/go-git/v5 \
@ -56,6 +62,7 @@ GH_TUPLE= \
golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \
golang:sync:036812b2e83c:golang_sync/vendor/golang.org/x/sync \
golang:sys:1d35b9e2eb4e:golang_sys/vendor/golang.org/x/sys \
golang:term:7de9c90e9dd1:golang_term/vendor/golang.org/x/term \
golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \
google:go-genproto:2b146023228c:google_go_genproto/vendor/google.golang.org/genproto \
google:go-github:v32.1.0:google_go_github_v32/vendor/github.com/google/go-github/v32 \
@ -63,6 +70,7 @@ GH_TUPLE= \
google:shlex:e7afc7fbc510:google_shlex/vendor/github.com/google/shlex \
google:starlark-go:7a1108eaa012:google_starlark_go/vendor/go.starlark.net \
google:uuid:v1.3.0:google_uuid/vendor/github.com/google/uuid \
gorilla:mux:v1.8.0:gorilla_mux/vendor/github.com/gorilla/mux \
grpc-ecosystem:go-grpc-middleware:v1.3.0:grpc_ecosystem_go_grpc_middleware/vendor/github.com/grpc-ecosystem/go-grpc-middleware \
grpc:grpc-go:v1.41.0:grpc_grpc_go/vendor/google.golang.org/grpc \
hashicorp:go-version:v1.3.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \
@ -81,6 +89,8 @@ GH_TUPLE= \
lestrrat-go:pdebug:4d6bd78da58d:lestrrat_go_pdebug/vendor/github.com/lestrrat-go/pdebug \
lestrrat-go:structinfo:acd51874663b:lestrrat_go_structinfo/vendor/github.com/lestrrat-go/structinfo \
magiconair:properties:v1.8.4:magiconair_properties/vendor/github.com/magiconair/properties \
matttproud:golang_protobuf_extensions:c182affec369:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \
miekg:pkcs11:v1.0.3:miekg_pkcs11/vendor/github.com/miekg/pkcs11 \
mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \
mitchellh:go-ps:v1.0.0:mitchellh_go_ps/vendor/github.com/mitchellh/go-ps \
mitchellh:mapstructure:v1.4.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
@ -88,8 +98,10 @@ GH_TUPLE= \
moby:locker:v1.0.1:moby_locker/vendor/github.com/moby/locker \
moby:moby:v0.6.3:moby_moby_1/vendor/github.com/docker/docker-credential-helpers \
moby:moby:v20.10.7:moby_moby/vendor/github.com/docker/docker \
moby:sys:mountinfo/v0.4.1:moby_sys_mountinfo/vendor/github.com/moby/sys \
moby:sys:mount/v0.2.0:moby_sys_mount/vendor/github.com/moby/sys \
moby:sys:mountinfo/v0.4.1:moby_sys_mountinfo \
moby:term:df9cb8a40635:moby_term/vendor/github.com/moby/term \
morikuni:aec:v1.0.0:morikuni_aec/vendor/github.com/morikuni/aec \
natefinch:lumberjack:v2.0.0:natefinch_lumberjack/vendor/gopkg.in/natefinch/lumberjack.v2 \
onsi:ginkgo:v1.14.2:onsi_ginkgo/vendor/github.com/onsi/ginkgo \
opencontainers:go-digest:v1.0.0:opencontainers_go_digest/vendor/github.com/opencontainers/go-digest \
@ -101,6 +113,10 @@ GH_TUPLE= \
pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \
pkg:sftp:v1.12.0:pkg_sftp/vendor/github.com/pkg/sftp \
pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
prometheus:client_golang:v1.7.1:prometheus_client_golang/vendor/github.com/prometheus/client_golang \
prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \
prometheus:common:v0.10.0:prometheus_common/vendor/github.com/prometheus/common \
prometheus:procfs:v0.7.3:prometheus_procfs/vendor/github.com/prometheus/procfs \
protocolbuffers:protobuf-go:v1.27.1:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \
qri-io:starlib:v0.5.0:qri_io_starlib/vendor/github.com/qri-io/starlib \
sergi:go-diff:v1.2.0:sergi_go_diff/vendor/github.com/sergi/go-diff \
@ -114,6 +130,7 @@ GH_TUPLE= \
stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \
subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \
syndtr:gocapability:42c35b437635:syndtr_gocapability/vendor/github.com/syndtr/gocapability \
theupdateframework:notary:v0.7.0:theupdateframework_notary/vendor/github.com/theupdateframework/notary \
xanzy:ssh-agent:v0.3.1:xanzy_ssh_agent/vendor/github.com/xanzy/ssh-agent \
xeipuuv:gojsonpointer:df4f5c81cb3b:xeipuuv_gojsonpointer/vendor/github.com/xeipuuv/gojsonpointer \
xeipuuv:gojsonreference:bd5ef7bd5415:xeipuuv_gojsonreference/vendor/github.com/xeipuuv/gojsonreference \
@ -121,8 +138,13 @@ GH_TUPLE= \
yudai:gojsondiff:v1.0.0:yudai_gojsondiff/vendor/github.com/yudai/gojsondiff \
yudai:golcs:ecda9a501e82:yudai_golcs/vendor/github.com/yudai/golcs \
yudai:pp:v2.0.1:yudai_pp/vendor/github.com/yudai/pp
GO_TARGET= ./cmd/cirrus
PLIST_FILES= bin/cirrus
post-extract:
@${RM} -r ${WRKSRC}/vendor/github.com/moby/sys/mountinfo
@${RLN} ${WRKSRC_moby_sys_mountinfo}/mountinfo ${WRKSRC}/vendor/github.com/moby/sys/mountinfo
.include <bsd.port.mk>

View file

@ -1,8 +1,12 @@
TIMESTAMP = 1654849060
SHA256 (cirruslabs-cirrus-cli-v0.79.0_GH0.tar.gz) = 3541284d02964bd19d2a318fa85ec2210517e54f99e72052fed744eefcb64660
SIZE (cirruslabs-cirrus-cli-v0.79.0_GH0.tar.gz) = 739877
TIMESTAMP = 1658235630
SHA256 (cirruslabs-cirrus-cli-v0.82.0_GH0.tar.gz) = d5edb26586c674fe28db878c24b4dcb6d54791ae22a482eccad7eda35d1e3671
SIZE (cirruslabs-cirrus-cli-v0.82.0_GH0.tar.gz) = 744178
SHA256 (Azure-go-ansiterm-d6e3b3328b78_GH0.tar.gz) = ee1ebe2efef498be1c558bf71e143289db2d21e2d42592503ad2d4a989006821
SIZE (Azure-go-ansiterm-d6e3b3328b78_GH0.tar.gz) = 20946
SHA256 (Microsoft-go-winio-v0.5.1_GH0.tar.gz) = 7d68437cf732590f4c3002d8a1b446f3f584387c3538bdd4862ebff5b0b8dda9
SIZE (Microsoft-go-winio-v0.5.1_GH0.tar.gz) = 91153
SHA256 (Microsoft-hcsshim-v0.8.18_GH0.tar.gz) = 075438367b663647ef89bc966944d29bd2c6cc307267374767b0ff24eee044d2
SIZE (Microsoft-hcsshim-v0.8.18_GH0.tar.gz) = 7675182
SHA256 (PaesslerAG-gval-v1.1.0_GH0.tar.gz) = d4b08fbf5a1a05394608ac4ca4e9eb3122766cd1119afa36602a16f14f62545e
SIZE (PaesslerAG-gval-v1.1.0_GH0.tar.gz) = 63813
SHA256 (ProtonMail-go-crypto-a4f6767435ab_GH0.tar.gz) = 418c218a466abea34d3bf18f9db1d87434bcabe7910f23b115a43a957d56edac
@ -15,10 +19,14 @@ SHA256 (antihax-optional-v1.0.0_GH0.tar.gz) = 66bbacae9a6ecdc899c486f2fdfd828186
SIZE (antihax-optional-v1.0.0_GH0.tar.gz) = 2880
SHA256 (avast-retry-go-v3.0.0_GH0.tar.gz) = 29c23aa245946c95616bc067341c09befa27a386d5bda8d9cadb96fd5e4742ee
SIZE (avast-retry-go-v3.0.0_GH0.tar.gz) = 9540
SHA256 (beorn7-perks-v1.0.1_GH0.tar.gz) = 98db84bb0224a26094e6adba91b7ee7a1a7ace28cb648d818f8e779e6a19f825
SIZE (beorn7-perks-v1.0.1_GH0.tar.gz) = 10867
SHA256 (certifi-gocertifi-431795d63e8d_GH0.tar.gz) = 9b8774ff86195095e4446011bb9f2576e348bc4ea7d0cb9951907142aabc4b71
SIZE (certifi-gocertifi-431795d63e8d_GH0.tar.gz) = 121734
SHA256 (cirruslabs-cirrus-ci-agent-v1.78.0_GH0.tar.gz) = a184abf1a9d9b211e15b03366529fd3962d86544152be0700d80b6020b439e94
SIZE (cirruslabs-cirrus-ci-agent-v1.78.0_GH0.tar.gz) = 120987
SHA256 (cespare-xxhash-v2.1.1_GH0.tar.gz) = 0ee31178d2c5a1249be4e26294a2f428008dc4e1ecbbfbe47f74e41026df1148
SIZE (cespare-xxhash-v2.1.1_GH0.tar.gz) = 9292
SHA256 (cirruslabs-cirrus-ci-agent-v1.80.0_GH0.tar.gz) = 13d104a44584a9aac709ea0a6488ede3f500b1e00cde7d421a8ab4ebd22a292d
SIZE (cirruslabs-cirrus-ci-agent-v1.80.0_GH0.tar.gz) = 121058
SHA256 (cirruslabs-echelon-v1.7.0_GH0.tar.gz) = 4acdf5e0c36f37616e343d5e68bed482ffcd0f779e3c97f47d6a02171bec977f
SIZE (cirruslabs-echelon-v1.7.0_GH0.tar.gz) = 393868
SHA256 (cirruslabs-go-java-glob-v0.1.0_GH0.tar.gz) = 63ab2ef5b2f629384ab73e6e251709cd81451a2517a915af0b6d5e6d0360b1af
@ -45,14 +53,20 @@ SHA256 (docker-distribution-v2.7.1_GH0.tar.gz) = 4c3609c102351f15c0386f619d48bb5
SIZE (docker-distribution-v2.7.1_GH0.tar.gz) = 1996699
SHA256 (docker-go-connections-v0.4.0_GH0.tar.gz) = e31dfcf72dd9b07bf6dc320671a78a142a1b7c6287a7282c034c8cd463bc8663
SIZE (docker-go-connections-v0.4.0_GH0.tar.gz) = 30770
SHA256 (docker-go-metrics-v0.0.1_GH0.tar.gz) = a8a31fd2f59880f4d771c7de45b7dbcee309468ed94740d960e0c76488f9a60b
SIZE (docker-go-metrics-v0.0.1_GH0.tar.gz) = 19923
SHA256 (docker-go-units-v0.4.0_GH0.tar.gz) = b411f15ca9b419880006f3944b8ec87dc3fe15cbba3beb6e04f2c03f9ea8370b
SIZE (docker-go-units-v0.4.0_GH0.tar.gz) = 11514
SHA256 (docker-go-d30aec9fd63c_GH0.tar.gz) = dad6af009bda55c8231af397933f3a03d80177215625b5be1a8ebc1f162354a2
SIZE (docker-go-d30aec9fd63c_GH0.tar.gz) = 178798
SHA256 (dustin-go-humanize-v1.0.0_GH0.tar.gz) = e4540bd50ac855143b4f2e509313079c50cf5d8774f09cc10dbca5ae9803d8ba
SIZE (dustin-go-humanize-v1.0.0_GH0.tar.gz) = 17260
SHA256 (emirpasic-gods-v1.12.0_GH0.tar.gz) = 889d06b5f88db9e2dae19a799a35324c4f59305aa5e966dcdb4b637e70607ff9
SIZE (emirpasic-gods-v1.12.0_GH0.tar.gz) = 76825
SHA256 (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 4f888b1cb132026227826751d156c0a2958e7d492e5e38386cde8848ef494dcb
SIZE (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 31900
SHA256 (fvbommel-sortorder-v1.0.2_GH0.tar.gz) = c48568cfba92a87289b8cbebb16bf06821c74e0a0e4245ebb3e38cd6bfd643f4
SIZE (fvbommel-sortorder-v1.0.2_GH0.tar.gz) = 3611
SHA256 (go-git-gcfg-v1.5.0_GH0.tar.gz) = 662e46a93aba5ffe383e55597ce5749447e5c8e9409b1452f5790bfd6e1f8a11
SIZE (go-git-gcfg-v1.5.0_GH0.tar.gz) = 28522
SHA256 (go-git-go-billy-v5.3.1_GH0.tar.gz) = 7d715d7cf11f731dc0466bf93903ba7fe6ac70d086bb862fc24e718d9ddc209e
@ -85,6 +99,8 @@ SHA256 (golang-sync-036812b2e83c_GH0.tar.gz) = 75ac8fc16bdceb2496c4a9cc98584b70c
SIZE (golang-sync-036812b2e83c_GH0.tar.gz) = 18752
SHA256 (golang-sys-1d35b9e2eb4e_GH0.tar.gz) = cb599b1befb8f0b8550a528272ac5ebdba968676702bc4adbc8f5122243ede5f
SIZE (golang-sys-1d35b9e2eb4e_GH0.tar.gz) = 1255687
SHA256 (golang-term-7de9c90e9dd1_GH0.tar.gz) = 73603eaab2ab2bfe05061d64ad09f8ed7469de6964a672398f7bf82cffb4b1da
SIZE (golang-term-7de9c90e9dd1_GH0.tar.gz) = 15239
SHA256 (golang-text-v0.3.7_GH0.tar.gz) = 7cab2f6c3133ac1d422edd952b0dd2082fa55a73c2663fb2defd9bf83d649b26
SIZE (golang-text-v0.3.7_GH0.tar.gz) = 8354718
SHA256 (google-go-genproto-2b146023228c_GH0.tar.gz) = fd66924f808fb19edf35eaebe2ff1c7d5ce15b5401dd8ea6106c0dc5013c3f03
@ -99,6 +115,8 @@ SHA256 (google-starlark-go-7a1108eaa012_GH0.tar.gz) = 3eec4623af1c5feb5765207ae3
SIZE (google-starlark-go-7a1108eaa012_GH0.tar.gz) = 267872
SHA256 (google-uuid-v1.3.0_GH0.tar.gz) = 7f7f37c47980e0afcc178a9ffc390bec29ed2371919b4c07658eb01791a7f921
SIZE (google-uuid-v1.3.0_GH0.tar.gz) = 16210
SHA256 (gorilla-mux-v1.8.0_GH0.tar.gz) = ea2639259d2ce6f402636655e91eb93ba69c139e3cbf80b044ee393ada53757b
SIZE (gorilla-mux-v1.8.0_GH0.tar.gz) = 45517
SHA256 (grpc-ecosystem-go-grpc-middleware-v1.3.0_GH0.tar.gz) = c9b908202c05a7f821b03ee49cd678e7e71469519054629770e0565d78275cbc
SIZE (grpc-ecosystem-go-grpc-middleware-v1.3.0_GH0.tar.gz) = 103780
SHA256 (grpc-grpc-go-v1.41.0_GH0.tar.gz) = f8f254844c4d00cba447457bb26acaa30bafe15be88cb148971c8b48ac40e639
@ -135,6 +153,10 @@ SHA256 (lestrrat-go-structinfo-acd51874663b_GH0.tar.gz) = 06f930eca0606636c3a0d2
SIZE (lestrrat-go-structinfo-acd51874663b_GH0.tar.gz) = 2664
SHA256 (magiconair-properties-v1.8.4_GH0.tar.gz) = 60d3dffd986f08b9e838a6a230b24895d3a67a666359d506572d693b491fea4d
SIZE (magiconair-properties-v1.8.4_GH0.tar.gz) = 30378
SHA256 (matttproud-golang_protobuf_extensions-c182affec369_GH0.tar.gz) = 66a6911e621bfd8823078568688b5683d66ce0b8f85da7b1288d3533d2724735
SIZE (matttproud-golang_protobuf_extensions-c182affec369_GH0.tar.gz) = 37518
SHA256 (miekg-pkcs11-v1.0.3_GH0.tar.gz) = c9cafb5135a6bac16fa757e62bc48fd93e84d23ba5b3b8cb43fe6bef796b0426
SIZE (miekg-pkcs11-v1.0.3_GH0.tar.gz) = 60103
SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600
SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362
SHA256 (mitchellh-go-ps-v1.0.0_GH0.tar.gz) = c3ad0af6733915a83b54300427e6bca2a124bf16a5732c3f630b3ef53e4eef43
@ -149,10 +171,14 @@ SHA256 (moby-moby-v0.6.3_GH0.tar.gz) = 1dff143b70ab18e575dc43576cec9b05f5d316803
SIZE (moby-moby-v0.6.3_GH0.tar.gz) = 2276109
SHA256 (moby-moby-v20.10.7_GH0.tar.gz) = b80142035de46904605fb7b8f18075cd94154f8c3d67ff346ea554d1e9d579b9
SIZE (moby-moby-v20.10.7_GH0.tar.gz) = 11077660
SHA256 (moby-sys-mount-v0.2.0_GH0.tar.gz) = f20ce37b378d04023428af5a4088f0e64065e337cd74570ebbf3a3ffc2b0a309
SIZE (moby-sys-mount-v0.2.0_GH0.tar.gz) = 52419
SHA256 (moby-sys-mountinfo-v0.4.1_GH0.tar.gz) = 04d723215fb80d2453c3bd5f2946f2abe72c76ba0cedd7b445f0ec329037850d
SIZE (moby-sys-mountinfo-v0.4.1_GH0.tar.gz) = 53385
SHA256 (moby-term-df9cb8a40635_GH0.tar.gz) = 29d392e902443adc2807ff5c831f5c14aa183bdc62df6472eb8a99bf19aedf6f
SIZE (moby-term-df9cb8a40635_GH0.tar.gz) = 15173
SHA256 (morikuni-aec-v1.0.0_GH0.tar.gz) = 560235880d23e531fcbf59ab768bdb213ea54d0169452a61ec54187dca393d77
SIZE (morikuni-aec-v1.0.0_GH0.tar.gz) = 55416
SHA256 (natefinch-lumberjack-v2.0.0_GH0.tar.gz) = 5817941b45096eb70b8114d7a4bf392ea47c4fe8030ff383ca54c67dfa0617bd
SIZE (natefinch-lumberjack-v2.0.0_GH0.tar.gz) = 12631
SHA256 (onsi-ginkgo-v1.14.2_GH0.tar.gz) = 53246dc56de75ceb7e144daacb07096083020b58cf4006056ca393f34f68c499
@ -175,6 +201,14 @@ SHA256 (pkg-sftp-v1.12.0_GH0.tar.gz) = 55695625fae4aaf5910c6d86cd5356b289ed1f665
SIZE (pkg-sftp-v1.12.0_GH0.tar.gz) = 78483
SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda
SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
SHA256 (prometheus-client_golang-v1.7.1_GH0.tar.gz) = e61fefe06b7ac561c77435c98336f4ccc8cee60420de3a39db6d09fb7b83e9ed
SIZE (prometheus-client_golang-v1.7.1_GH0.tar.gz) = 160050
SHA256 (prometheus-client_model-v0.2.0_GH0.tar.gz) = 4ab1be9cdfa702d7f49beeb09a256bcc6a2aad55e8a0a37e7732a46934264e12
SIZE (prometheus-client_model-v0.2.0_GH0.tar.gz) = 10986
SHA256 (prometheus-common-v0.10.0_GH0.tar.gz) = 349381082ea8e66637c2d2475f1ae0e74ca04a7b91eb3b96817c261b87668fd3
SIZE (prometheus-common-v0.10.0_GH0.tar.gz) = 107763
SHA256 (prometheus-procfs-v0.7.3_GH0.tar.gz) = 5514e8b18c38b6376a84c623d59735d4eefb61fb3a14eb1f45e0a4c848f14a2b
SIZE (prometheus-procfs-v0.7.3_GH0.tar.gz) = 178957
SHA256 (protocolbuffers-protobuf-go-v1.27.1_GH0.tar.gz) = 3ec41a8324431e72f85e0dc0c2c098cc14c3cb1ee8820996c8f46afca2d65609
SIZE (protocolbuffers-protobuf-go-v1.27.1_GH0.tar.gz) = 1278521
SHA256 (qri-io-starlib-v0.5.0_GH0.tar.gz) = 6f7835c722ac91ac141eb8626cdcd7dff4e4f7529f47288bb668424ad16a759a
@ -201,6 +235,8 @@ SHA256 (subosito-gotenv-v1.2.0_GH0.tar.gz) = 5f6826992c11981018c77377f33dbc56d0b
SIZE (subosito-gotenv-v1.2.0_GH0.tar.gz) = 7359
SHA256 (syndtr-gocapability-42c35b437635_GH0.tar.gz) = 34fa22a30a6a578bb40b08e8a7b02b25a045c4e5ee5b12eb52efb2672b315b69
SIZE (syndtr-gocapability-42c35b437635_GH0.tar.gz) = 10813
SHA256 (theupdateframework-notary-v0.7.0_GH0.tar.gz) = e0853e6b761a4878cde48e36a2a972ffe1103511c670e0a89425afaf0b898bdd
SIZE (theupdateframework-notary-v0.7.0_GH0.tar.gz) = 7146025
SHA256 (xanzy-ssh-agent-v0.3.1_GH0.tar.gz) = 6c2fb46ae13198250d56d4b26cc8fedd46834bfb2a2e653116b012fdbb1c0227
SIZE (xanzy-ssh-agent-v0.3.1_GH0.tar.gz) = 8622
SHA256 (xeipuuv-gojsonpointer-df4f5c81cb3b_GH0.tar.gz) = 95626f84d0da5be2165b134aa7293eb00017c753d8c7045518d03ffff37be355

View file

@ -1,5 +1,5 @@
PORTNAME= jenkins
PORTVERSION= 2.359
PORTVERSION= 2.360
CATEGORIES= devel java
MASTER_SITES= http://mirrors.jenkins.io/war/${PORTVERSION}/
DISTNAME= jenkins

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1657638755
SHA256 (jenkins/2.359/jenkins.war) = e1f96b29e6c51484d635d8799cb52f0a5fc92b107c50ee74c5f79dab482fc928
SIZE (jenkins/2.359/jenkins.war) = 93415210
TIMESTAMP = 1658240640
SHA256 (jenkins/2.360/jenkins.war) = 4a73119d0237df66ec21f33cbd5fb311bdf209ef7286024b0275d99e0b96c699
SIZE (jenkins/2.360/jenkins.war) = 93427972

View file

@ -1,5 +1,5 @@
PORTNAME= oci-cli
DISTVERSION= 3.10.3
DISTVERSION= 3.11.1
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=1.0.0:devel/py-arrow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=3.2.1:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dateutil>=2.5.3:devel/py-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jmespath>=0.10.0:devel/py-jmespath@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oci>=2.71.0:devel/py-oci@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oci>=2.75.1:devel/py-oci@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=19.1.0:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=3.0.29:devel/py-prompt-toolkit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>=2016.10:devel/py-pytz@${PY_FLAVOR} \

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1655273229
SHA256 (oci-cli-3.10.3.tar.gz) = 4a1257637840008569d60a412f98ac4c96c51fb336d65b51386323fd20d725e1
SIZE (oci-cli-3.10.3.tar.gz) = 9962707
TIMESTAMP = 1658295093
SHA256 (oci-cli-3.11.1.tar.gz) = d3bee084f28f9ae98320dc20ef06eb0e745247a650bc378e458705e799b35f8a
SIZE (oci-cli-3.11.1.tar.gz) = 10345279

View file

@ -1,7 +1,7 @@
# Created by: George Hartzell <hartzell@alerce.com>
PORTNAME= Sub-WrapPackages
PORTVERSION= 2.01
PORTVERSION= 2.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1515442674
SHA256 (Sub-WrapPackages-2.01.tar.gz) = 287ee0876fac067a7d0974c0cd66cbcc2aaf9fbf4827d775d47346450ef060b9
SIZE (Sub-WrapPackages-2.01.tar.gz) = 19878
TIMESTAMP = 1658254837
SHA256 (Sub-WrapPackages-2.02.tar.gz) = 83c86be0c6260cab34564947c36005ecdb6925e6e0a57da482c70bce4cbccbd2
SIZE (Sub-WrapPackages-2.02.tar.gz) = 20982

View file

@ -1,2 +1,4 @@
%%PERL5_MAN3%%/Sub::WrapPackages.3.gz
%%PERL5_MAN3%%/Sub::WrapPackages::CallTree.3.gz
%%SITE_PERL%%/Sub/WrapPackages.pm
%%SITE_PERL%%/Sub/WrapPackages/CallTree.pm

View file

@ -1,7 +1,7 @@
# Created by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
PORTNAME= fabric
PORTVERSION= 2.7.0
PORTVERSION= 2.7.1
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
@ -16,19 +16,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}invoke>=1.3,<2.0:devel/py-invoke@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}paramiko>=2.4:security/py-paramiko@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pathlib2>0:devel/py-pathlib2@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=3.2.5:devel/py-pytest@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR}
USES= cpe python:3.6+
CPE_VENDOR= fabfile
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent distutils pytest
CONFLICTS_INSTALL= py*-fabric3 # bin/fab
NO_ARCH= yes
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs \
-k 'not python_dash_m_acts_like_fab'
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1648661511
SHA256 (fabric-2.7.0.tar.gz) = 0bf797a68c4b389720dc4dd6181497a58c41ed762e283d9e3c1b0148b32a9aff
SIZE (fabric-2.7.0.tar.gz) = 166019
TIMESTAMP = 1658255812
SHA256 (fabric-2.7.1.tar.gz) = 76f8fef59cf2061dbd849bbce4fe49bdd820884385004b0ca59136ac3db129e4
SIZE (fabric-2.7.1.tar.gz) = 167922

View file

@ -1,5 +1,5 @@
PORTNAME= launchpadlib
PORTVERSION= 1.10.13
DISTVERSION= 1.10.16
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -10,16 +10,16 @@ COMMENT= Python API for Launchpad
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}keyring>=0:security/py-keyring@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lazr.restfulclient>=0.9.19:devel/py-lazr.restfulclient@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lazr.uri>=0:devel/py-lazr.uri@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}testresources>=0:devel/py-testresources@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wadllib>=0:devel/py-wadllib@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist
USE_PYTHON= autoplist distutils
NO_ARCH= yes

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1592009881
SHA256 (launchpadlib-1.10.13.tar.gz) = 5804d68ec93247194449d17d187e949086da0a4d044f12155fad269ef8515435
SIZE (launchpadlib-1.10.13.tar.gz) = 200770
TIMESTAMP = 1658092642
SHA256 (launchpadlib-1.10.16.tar.gz) = 0df4b13936f988afd0ee485f40fa6922eab783b48c38ca0108cb73c8788fca80
SIZE (launchpadlib-1.10.16.tar.gz) = 208446

View file

@ -1,5 +1,5 @@
PORTNAME= lazr.restfulclient
PORTVERSION= 0.14.3
DISTVERSION= 0.14.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distro>=0:sysutils/py-distro@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wadllib>=1.1.4:devel/py-wadllib@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist
USE_PYTHON= autoplist distutils
NO_ARCH= yes

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1592009791
SHA256 (lazr.restfulclient-0.14.3.tar.gz) = 9f28bbb7c00374159376bd4ce36b4dacde7c6b86a0af625aa5e3ae214651a690
SIZE (lazr.restfulclient-0.14.3.tar.gz) = 59550
TIMESTAMP = 1658092485
SHA256 (lazr.restfulclient-0.14.4.tar.gz) = bf0fd6b2749b3a2d02711f854c9d23704756f7afed21fb5d5b9809d72aa6d087
SIZE (lazr.restfulclient-0.14.4.tar.gz) = 62223

View file

@ -1,5 +1,5 @@
PORTNAME= lazr.uri
PORTVERSION= 1.0.5
DISTVERSION= 1.0.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1623017566
SHA256 (lazr.uri-1.0.5.tar.gz) = f36e7e40d5f8f2cf20ff2c81784a14a546e6c19c216d40a6617ebe0c96c92c49
SIZE (lazr.uri-1.0.5.tar.gz) = 18008
TIMESTAMP = 1658092298
SHA256 (lazr.uri-1.0.6.tar.gz) = 5026853fcbf6f91d5a6b11ea7860a641fe27b36d4172c731f4aa16b900cf8464
SIZE (lazr.uri-1.0.6.tar.gz) = 18213

View file

@ -1,7 +1,7 @@
# Created by: William Grzybowski <wg@FreeBSD.org>
PORTNAME= libzfs
PORTVERSION= 1.1.2022060900
PORTVERSION= 1.1.2022071900
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= truenas
GH_PROJECT= py-libzfs
GH_TAGNAME= d98f5fe
GH_TAGNAME= 18fc26c
HAS_CONFIGURE= yes
USES= compiler:c11 python

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1654807325
SHA256 (truenas-py-libzfs-1.1.2022060900-d98f5fe_GH0.tar.gz) = defc9db7559f4b3760dc4697cc24a00c524562ac0c441f1004b646f26c9b8a30
SIZE (truenas-py-libzfs-1.1.2022060900-d98f5fe_GH0.tar.gz) = 94222
TIMESTAMP = 1658240800
SHA256 (truenas-py-libzfs-1.1.2022071900-18fc26c_GH0.tar.gz) = 2d0fbcfb6a27be5cf36fed935c1e889f6c7b1cd38cbf7e28a52979930ffcece7
SIZE (truenas-py-libzfs-1.1.2022071900-18fc26c_GH0.tar.gz) = 94718

View file

@ -1,7 +1,7 @@
# Created by: Alessando Sagratini <ale_sagra@hotmail.com>
PORTNAME= oci
PORTVERSION= 2.71.0
PORTVERSION= 2.75.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1655273028
SHA256 (oci-2.71.0.tar.gz) = 974ce1612978d78ca2e46532f524c832ae3b135ae7fffbbede73d12df89e26e1
SIZE (oci-2.71.0.tar.gz) = 7279185
TIMESTAMP = 1658255817
SHA256 (oci-2.75.1.tar.gz) = 7d214cba990d5fae0463890c54f1c5a27e24be450062f55a6934816c842c16b8
SIZE (oci-2.75.1.tar.gz) = 7711245

View file

@ -1,5 +1,5 @@
PORTNAME= types-psycopg2
PORTVERSION= 2.9.17
PORTVERSION= 2.9.18
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1657724541
SHA256 (types-psycopg2-2.9.17.tar.gz) = 35090ea646e5b7af5312e8281a23989b298cf1dfaa2bbaba7ffa792e395b0443
SIZE (types-psycopg2-2.9.17.tar.gz) = 16362
TIMESTAMP = 1658231305
SHA256 (types-psycopg2-2.9.18.tar.gz) = 9b0e9e1f097b15cd9fa8aad2596a9e3082fd72f8d9cfe52b190cfa709105b6c0
SIZE (types-psycopg2-2.9.18.tar.gz) = 16413

View file

@ -1,5 +1,5 @@
PORTNAME= types-requests
PORTVERSION= 2.28.1
PORTVERSION= 2.28.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1657799397
SHA256 (types-requests-2.28.1.tar.gz) = acd8ed78509d27bdf04cddcc05f7066dfde4d30dd7dba67b808cdb1141d62ffe
SIZE (types-requests-2.28.1.tar.gz) = 11553
TIMESTAMP = 1658225904
SHA256 (types-requests-2.28.2.tar.gz) = 398f88cd9302c796cb63d1021af2a1fb7ae507741a3d508edf8e0746d8c16a04
SIZE (types-requests-2.28.2.tar.gz) = 11626

View file

@ -1,5 +1,5 @@
PORTNAME= types-xxhash
PORTVERSION= 3.0.2
PORTVERSION= 3.0.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1658169622
SHA256 (types-xxhash-3.0.2.tar.gz) = 5f913c7d1b209fe712556432fcc7cea547c041966578a22ef071ed200f617511
SIZE (types-xxhash-3.0.2.tar.gz) = 2815
TIMESTAMP = 1658231315
SHA256 (types-xxhash-3.0.3.tar.gz) = 90796e8602c67580b884e35f727d9b8a9a229586ba720ace9251af3fee5e7a7c
SIZE (types-xxhash-3.0.3.tar.gz) = 2946

View file

@ -1,5 +1,5 @@
PORTNAME= wadllib
PORTVERSION= 1.3.5
DISTVERSION= 1.3.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -10,11 +10,10 @@ COMMENT= Navigate HTTP resources using WADL files as guides
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING.txt
RUN_DEPENDS= \
${PYTHON_PKGNAMEPREFIX}lazr.uri>=0:devel/py-lazr.uri@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazr.uri>=0:devel/py-lazr.uri@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist
USE_PYTHON= autoplist distutils
NO_ARCH= yes

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1623017837
SHA256 (wadllib-1.3.5.tar.gz) = 84fecbaec2fef5ae2d7717a8115d271f18c6b5441eac861c58be8ca57f63c1d3
SIZE (wadllib-1.3.5.tar.gz) = 62769
TIMESTAMP = 1658092158
SHA256 (wadllib-1.3.6.tar.gz) = acd9ad6a2c1007d34ca208e1da6341bbca1804c0e6850f954db04bdd7666c5fc
SIZE (wadllib-1.3.6.tar.gz) = 62197

View file

@ -1,6 +1,6 @@
PORTNAME= sonarqube
DISTVERSION= 9.5.0.56709
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel security www java
MASTER_SITES= https://binaries.sonarsource.com/Distribution/sonarqube/:m_core \
https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/:m_csharp \
@ -51,7 +51,7 @@ DBBASE_DIR= /var/db/${PORTNAME}
DATA_DIR= ${DBBASE_DIR}/data
TEMP_DIR= ${DBBASE_DIR}/temp
SONARCSHARP_VER= 8.41.0.50478
SONARCSHARP_VER= 8.42.0.51121
SONARJAVA_VER= 7.13.0.29990
SONARJAVASCRIPT_VER= 9.4.0.18205
SONARPHP_VER= 3.23.1.8766

View file

@ -1,8 +1,8 @@
TIMESTAMP = 1657095128
TIMESTAMP = 1658223063
SHA256 (sonarqube-9.5.0.56709.zip) = 6278da57011c64cef2a140619b77423d29d85992858dafce618f8918ea339a9d
SIZE (sonarqube-9.5.0.56709.zip) = 289303049
SHA256 (sonar-csharp-plugin-8.41.0.50478.jar) = 92d82ef7cd079ecbf20180791c6aa0b18fafa579d5007ca5d4a62ad65bdf6330
SIZE (sonar-csharp-plugin-8.41.0.50478.jar) = 5469941
SHA256 (sonar-csharp-plugin-8.42.0.51121.jar) = 4b3cb2f67110e7b40325c9d7269e0dbd1b66c2a827afee0f00ca9765e4d4060d
SIZE (sonar-csharp-plugin-8.42.0.51121.jar) = 5514301
SHA256 (sonar-java-plugin-7.13.0.29990.jar) = e14a5f051829bc1aa8481377c8983a3173d0ec22e3646214115cfe90c812e057
SIZE (sonar-java-plugin-7.13.0.29990.jar) = 17860364
SHA256 (sonar-javascript-plugin-9.4.0.18205.jar) = 348680b66c4a097f4d0a303b6a7b11ede39d0165cbe00fb6e759e978057577f8
@ -11,5 +11,5 @@ SHA256 (sonar-php-plugin-3.23.1.8766.jar) = 58e35de7e67c95d8bb141d21395666a8b96c
SIZE (sonar-php-plugin-3.23.1.8766.jar) = 5570237
SHA256 (sonar-python-plugin-3.15.1.9817.jar) = ae11c846a157308c4108b0773dda4e80b1c22d4f8a8058854881f0f57a1ed9e5
SIZE (sonar-python-plugin-3.15.1.9817.jar) = 7750079
SHA256 (sonar-vbnet-plugin-8.41.0.50478.jar) = 420f32f869639ef7933fb659d7a0f760da7f34862db93f876ba2f7d44bb5057f
SIZE (sonar-vbnet-plugin-8.41.0.50478.jar) = 4250502
SHA256 (sonar-vbnet-plugin-8.42.0.51121.jar) = aeb5acd820826f28fa98703ae31eb2a530f9f935563cc5636784e6c02375b5d2
SIZE (sonar-vbnet-plugin-8.42.0.51121.jar) = 4273384

View file

@ -1,5 +1,5 @@
PORTNAME= vscode
DISTVERSION= 1.69.1
DISTVERSION= 1.69.2
CATEGORIES= editors
MASTER_SITES= https://registry.npmjs.org/esbuild-freebsd-64/-/:esbuild_binary \
https://nodejs.org/dist/v${NODE_VER}/:node_headers \
@ -69,7 +69,7 @@ USES= desktop-file-utils gl gmake gnome iconv jpeg pkgconfig \
USE_GITHUB= yes
GH_ACCOUNT= microsoft
SOURCE_COMMIT_HASH= b06ae3b2d2dbfe28bca3134cc6be65935cdfea6a
SOURCE_COMMIT_HASH= 3b889b090b5ad5793f524b5d1d39fda662b96a2a
BINARY_ALIAS= python=${PYTHON_CMD}

View file

@ -1,13 +1,13 @@
TIMESTAMP = 1657692363
TIMESTAMP = 1658215033
SHA256 (vscode/esbuild-freebsd-64-0.14.2.tgz) = 9e5669e0afa0bdccdce9ab5c07eeec45cc3116ebdeb2739ff7f11e27c6ab6c34
SIZE (vscode/esbuild-freebsd-64-0.14.2.tgz) = 3228893
SHA256 (vscode/esbuild-freebsd-64-0.11.23.tgz) = 976dc94c9aa92d7ef029c1f5e246883986fa92626aba8c8a37876a6929c64c30
SIZE (vscode/esbuild-freebsd-64-0.11.23.tgz) = 3108323
SHA256 (vscode/node-v16.13.2-headers.tar.gz) = a3e023ea3bc30b629c0e86f069c1900ec8f4ccb5ede1984b96ed831d4b4c469e
SIZE (vscode/node-v16.13.2-headers.tar.gz) = 562606
SHA256 (vscode/yarn-offline-cache-1.69.1.tar.gz) = 5a95c42f8b0b6d0d571b28c74a0f3a0fcd010d8dcc2d59e87bb349dab27eafef
SIZE (vscode/yarn-offline-cache-1.69.1.tar.gz) = 165831945
SHA256 (vscode/vscode-marketplace-exts-1.69.1.tar.gz) = 15f6bb23955d55e4c905cd634902d79b12f9db8603491d062fe301537eac56b1
SIZE (vscode/vscode-marketplace-exts-1.69.1.tar.gz) = 1733465
SHA256 (vscode/microsoft-vscode-1.69.1_GH0.tar.gz) = 497187731a0cd6ea8641cd762aaf4c77873d926a855c9b71a72e30a51e7cd521
SIZE (vscode/microsoft-vscode-1.69.1_GH0.tar.gz) = 15405589
SHA256 (vscode/yarn-offline-cache-1.69.2.tar.gz) = 778ed5321a3d984fb537bd0809421b6983f1d8fc9773264cc783eeabb5180262
SIZE (vscode/yarn-offline-cache-1.69.2.tar.gz) = 169248541
SHA256 (vscode/vscode-marketplace-exts-1.69.2.tar.gz) = 805691345d58a23d728e2509934bccda57275243627416bceff082714ac4737c
SIZE (vscode/vscode-marketplace-exts-1.69.2.tar.gz) = 1727854
SHA256 (vscode/microsoft-vscode-1.69.2_GH0.tar.gz) = da73d5c322a6a8cbc8ac77fb68720327a3d42df592712248b63f86f9633618a0
SIZE (vscode/microsoft-vscode-1.69.2_GH0.tar.gz) = 15414414

View file

@ -178,6 +178,10 @@ share/applications/code-oss.desktop
%%DATADIR%%/resources/app/extensions/git-base/syntaxes/git-rebase.tmLanguage.json
%%DATADIR%%/resources/app/extensions/git-base/syntaxes/ignore.tmLanguage.json
%%DATADIR%%/resources/app/extensions/git/README.md
%%DATADIR%%/resources/app/extensions/git/dist/164.js
%%DATADIR%%/resources/app/extensions/git/dist/488.js
%%DATADIR%%/resources/app/extensions/git/dist/939.js
%%DATADIR%%/resources/app/extensions/git/dist/939.js.LICENSE.txt
%%DATADIR%%/resources/app/extensions/git/dist/askpass-empty.sh
%%DATADIR%%/resources/app/extensions/git/dist/askpass-main.js
%%DATADIR%%/resources/app/extensions/git/dist/askpass.sh
@ -209,8 +213,11 @@ share/applications/code-oss.desktop
%%DATADIR%%/resources/app/extensions/git/resources/icons/light/status-renamed.svg
%%DATADIR%%/resources/app/extensions/git/resources/icons/light/status-untracked.svg
%%DATADIR%%/resources/app/extensions/github-authentication/README.md
%%DATADIR%%/resources/app/extensions/github-authentication/dist/164.js
%%DATADIR%%/resources/app/extensions/github-authentication/dist/488.js
%%DATADIR%%/resources/app/extensions/github-authentication/dist/939.js
%%DATADIR%%/resources/app/extensions/github-authentication/dist/939.js.LICENSE.txt
%%DATADIR%%/resources/app/extensions/github-authentication/dist/extension.js
%%DATADIR%%/resources/app/extensions/github-authentication/dist/extension.js.LICENSE.txt
%%DATADIR%%/resources/app/extensions/github-authentication/dist/nls.metadata.header.json
%%DATADIR%%/resources/app/extensions/github-authentication/dist/nls.metadata.json
%%DATADIR%%/resources/app/extensions/github-authentication/images/icon.png
@ -271,6 +278,10 @@ share/applications/code-oss.desktop
%%DATADIR%%/resources/app/extensions/hlsl/package.nls.json
%%DATADIR%%/resources/app/extensions/hlsl/syntaxes/hlsl.tmLanguage.json
%%DATADIR%%/resources/app/extensions/html-language-features/README.md
%%DATADIR%%/resources/app/extensions/html-language-features/client/dist/node/278.htmlClientMain.js
%%DATADIR%%/resources/app/extensions/html-language-features/client/dist/node/493.htmlClientMain.js
%%DATADIR%%/resources/app/extensions/html-language-features/client/dist/node/493.htmlClientMain.js.LICENSE.txt
%%DATADIR%%/resources/app/extensions/html-language-features/client/dist/node/955.htmlClientMain.js
%%DATADIR%%/resources/app/extensions/html-language-features/client/dist/node/htmlClientMain.js
%%DATADIR%%/resources/app/extensions/html-language-features/client/dist/node/nls.metadata.header.json
%%DATADIR%%/resources/app/extensions/html-language-features/client/dist/node/nls.metadata.json
@ -328,8 +339,11 @@ share/applications/code-oss.desktop
%%DATADIR%%/resources/app/extensions/javascript/syntaxes/Regular Expressions (JavaScript).tmLanguage
%%DATADIR%%/resources/app/extensions/javascript/tags-language-configuration.json
%%DATADIR%%/resources/app/extensions/json-language-features/README.md
%%DATADIR%%/resources/app/extensions/json-language-features/client/dist/node/278.jsonClientMain.js
%%DATADIR%%/resources/app/extensions/json-language-features/client/dist/node/493.jsonClientMain.js
%%DATADIR%%/resources/app/extensions/json-language-features/client/dist/node/493.jsonClientMain.js.LICENSE.txt
%%DATADIR%%/resources/app/extensions/json-language-features/client/dist/node/955.jsonClientMain.js
%%DATADIR%%/resources/app/extensions/json-language-features/client/dist/node/jsonClientMain.js
%%DATADIR%%/resources/app/extensions/json-language-features/client/dist/node/jsonClientMain.js.LICENSE.txt
%%DATADIR%%/resources/app/extensions/json-language-features/client/dist/node/nls.metadata.header.json
%%DATADIR%%/resources/app/extensions/json-language-features/client/dist/node/nls.metadata.json
%%DATADIR%%/resources/app/extensions/json-language-features/icons/json.png
@ -379,8 +393,11 @@ share/applications/code-oss.desktop
%%DATADIR%%/resources/app/extensions/markdown-basics/snippets/markdown.code-snippets
%%DATADIR%%/resources/app/extensions/markdown-basics/syntaxes/markdown.tmLanguage.json
%%DATADIR%%/resources/app/extensions/markdown-language-features/README.md
%%DATADIR%%/resources/app/extensions/markdown-language-features/dist/164.js
%%DATADIR%%/resources/app/extensions/markdown-language-features/dist/488.js
%%DATADIR%%/resources/app/extensions/markdown-language-features/dist/939.js
%%DATADIR%%/resources/app/extensions/markdown-language-features/dist/939.js.LICENSE.txt
%%DATADIR%%/resources/app/extensions/markdown-language-features/dist/extension.js
%%DATADIR%%/resources/app/extensions/markdown-language-features/dist/extension.js.LICENSE.txt
%%DATADIR%%/resources/app/extensions/markdown-language-features/dist/nls.metadata.header.json
%%DATADIR%%/resources/app/extensions/markdown-language-features/dist/nls.metadata.json
%%DATADIR%%/resources/app/extensions/markdown-language-features/esbuild-notebook.js
@ -433,8 +450,11 @@ share/applications/code-oss.desktop
%%DATADIR%%/resources/app/extensions/merge-conflict/package.json
%%DATADIR%%/resources/app/extensions/merge-conflict/package.nls.json
%%DATADIR%%/resources/app/extensions/microsoft-authentication/README.md
%%DATADIR%%/resources/app/extensions/microsoft-authentication/dist/164.js
%%DATADIR%%/resources/app/extensions/microsoft-authentication/dist/488.js
%%DATADIR%%/resources/app/extensions/microsoft-authentication/dist/939.js
%%DATADIR%%/resources/app/extensions/microsoft-authentication/dist/939.js.LICENSE.txt
%%DATADIR%%/resources/app/extensions/microsoft-authentication/dist/extension.js
%%DATADIR%%/resources/app/extensions/microsoft-authentication/dist/extension.js.LICENSE.txt
%%DATADIR%%/resources/app/extensions/microsoft-authentication/dist/nls.metadata.header.json
%%DATADIR%%/resources/app/extensions/microsoft-authentication/dist/nls.metadata.json
%%DATADIR%%/resources/app/extensions/microsoft-authentication/media/auth.css
@ -840,8 +860,11 @@ share/applications/code-oss.desktop
%%DATADIR%%/resources/app/extensions/typescript-basics/syntaxes/jsdoc.js.injection.tmLanguage.json
%%DATADIR%%/resources/app/extensions/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json
%%DATADIR%%/resources/app/extensions/typescript-language-features/README.md
%%DATADIR%%/resources/app/extensions/typescript-language-features/dist/164.js
%%DATADIR%%/resources/app/extensions/typescript-language-features/dist/488.js
%%DATADIR%%/resources/app/extensions/typescript-language-features/dist/939.js
%%DATADIR%%/resources/app/extensions/typescript-language-features/dist/939.js.LICENSE.txt
%%DATADIR%%/resources/app/extensions/typescript-language-features/dist/extension.js
%%DATADIR%%/resources/app/extensions/typescript-language-features/dist/extension.js.LICENSE.txt
%%DATADIR%%/resources/app/extensions/typescript-language-features/dist/nls.metadata.header.json
%%DATADIR%%/resources/app/extensions/typescript-language-features/dist/nls.metadata.json
%%DATADIR%%/resources/app/extensions/typescript-language-features/media/icon.png

View file

@ -1,8 +1,7 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= xonotic
PORTVERSION= 0.8.2
PORTREVISION= 1
PORTVERSION= 0.8.5
CATEGORIES= games
MASTER_SITES= http://nl.dl.xonotic.org/ \
http://mirror.bitmissile.com/xonotic/releases/
@ -23,14 +22,12 @@ BUILD_WRKSRC= ${WRKSRC}/source/darkplaces
MAKEFILE= makefile
MAKE_ARGS= DP_FS_BASEDIR="${DATADIR}" \
DP_PRELOAD_DEPENDENCIES=yes \
OPTIM_RELEASE="${CFLAGS}" \
STRIP="${STRIP_CMD}"
MAKE_JOBS_UNSAFE=yes
ALL_TARGET= # empty
PORTDATA= *
OPTIONS_DEFINE= OPTIMIZED_CFLAGS
OPTIONS_MULTI= COMPONENTS
OPTIONS_MULTI_COMPONENTS=CLIENT DEDICATED
OPTIONS_DEFAULT= CLIENT DEDICATED
@ -56,8 +53,6 @@ DEDICATED_DESC= Build dedicated server
DEDICATED_ALL_TARGET= sv-release
DEDICATED_PLIST_FILES= bin/${PORTNAME}-dedicated
OPTIMIZED_CFLAGS_CFLAGS= -O3 -fno-strict-aliasing -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fno-trapping-math
post-patch:
@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},' \
${BUILD_WRKSRC}/makefile ${BUILD_WRKSRC}/makefile.inc

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1491306088
SHA256 (xonotic-0.8.2.zip) = a22f7230f486c5825b55cfdadd73399c9b0fae98c9e081dd8ac76eca08359ad5
SIZE (xonotic-0.8.2.zip) = 991045679
TIMESTAMP = 1656693570
SHA256 (xonotic-0.8.5.zip) = 0f92aa238362aeb059b9d9026a9bd38d6217423a35c19f126fb39e38736e37e5
SIZE (xonotic-0.8.5.zip) = 1228561792

View file

@ -0,0 +1,11 @@
--- source/darkplaces/makefile.inc.orig 2022-06-27 17:32:38 UTC
+++ source/darkplaces/makefile.inc
@@ -194,7 +194,7 @@ OPTIM_DEBUG=$(CPUOPTIMIZATIONS)
#OPTIM_RELEASE=-O2 -fno-strict-aliasing -fno-math-errno -fno-trapping-math -fno-signaling-nans -fcx-limited-range -funroll-loops $(CPUOPTIMIZATIONS)
#OPTIM_RELEASE=-O2 -fno-strict-aliasing -funroll-loops $(CPUOPTIMIZATIONS)
#OPTIM_RELEASE=-O2 -fno-strict-aliasing $(CPUOPTIMIZATIONS)
-OPTIM_RELEASE=-O3 -fno-strict-aliasing $(CPUOPTIMIZATIONS)
+OPTIM_RELEASE=${CFLAGS} -fno-strict-aliasing $(CPUOPTIMIZATIONS)
# NOTE: *never* *ever* use the -ffast-math or -funsafe-math-optimizations flag
# Also, since gcc 5, -ffinite-math-only makes NaN and zero compare equal inside engine code but not inside QC, which causes error spam for seemingly valid QC code like if (x != 0) return 1 / x;

View file

@ -1,5 +1,5 @@
PORTNAME= s2
PORTVERSION= 1.0.7
PORTVERSION= 1.1.0
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${PORTVERSION}
@ -12,7 +12,7 @@ NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe
NOT_FOR_ARCHS_REASON= is currently 64-bit only
CRAN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp \
R-cran-wk>=0.5.0:math/R-cran-wk
R-cran-wk>=0.6.0:math/R-cran-wk
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1633039127
SHA256 (s2_1.0.7.tar.gz) = 2010c1c6ae29938ec9cd153a8b2c06a333ea4d647932369b2fc7d0c68d6d9e3f
SIZE (s2_1.0.7.tar.gz) = 2235408
TIMESTAMP = 1658235239
SHA256 (s2_1.1.0.tar.gz) = e3aae968538fe80db5b3325474dd9d8ff7f0452b6c606d049a3cac72732ac416
SIZE (s2_1.1.0.tar.gz) = 2283183

View file

@ -1,43 +1,36 @@
PORTNAME= sdl2_ttf
PORTVERSION= 2.0.18
DISTVERSIONPREFIX= release-
DISTVERSION= 2.20.0
CATEGORIES= graphics
MASTER_SITES= https://www.libsdl.org/projects/SDL_ttf/release/
DISTNAME= SDL2_ttf-${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Library to use TrueType fonts to render text in SDL applications
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/COPYING.txt
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libfreetype.so:print/freetype2
USES= gmake libtool localbase pathfix pkgconfig sdl
USES= cmake sdl
USE_GITHUB= yes
GH_ACCOUNT= libsdl-org
GH_PROJECT= SDL_ttf
USE_SDL= sdl2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CMAKE_OFF= SDL2TTF_SAMPLES
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-harfbuzz-builtin --disable-freetype-builtin
OPTIONS_DEFINE= HARFBUZZ OPENGL
PORTDOCS= *
OPTIONS_DEFINE= HARFBUZZ DOCS
OPTIONS_DEFAULT=HARFBUZZ
OPTIONS_SUB= yes
HARFBUZZ_DESC= Enable HarfBuzz support
HARFBUZZ_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
HARFBUZZ_CONFIGURE_ENABLE= harfbuzz
HARFBUZZ_CMAKE_BOOL= SDL2TTF_HARFBUZZ
OPENGL_DESC= Build sdl2-glfont demo program
OPENGL_USES= gl
OPENGL_USE= GL=gl
post-patch-OPENGL-off:
@${REINPLACE_CMD} -e '/have_opengl=yes/d' ${WRKSRC}/configure
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/.libs/showfont ${STAGEDIR}${PREFIX}/bin/sdl2-showfont
post-install-OPENGL-on:
${INSTALL_PROGRAM} ${WRKSRC}/.libs/glfont ${STAGEDIR}${PREFIX}/bin/sdl2-glfont
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/CHANGES.txt ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1641985674
SHA256 (SDL2_ttf-2.0.18.tar.gz) = 7234eb8883514e019e7747c703e4a774575b18d435c22a4a29d068cb768a2251
SIZE (SDL2_ttf-2.0.18.tar.gz) = 14896353
TIMESTAMP = 1658256602
SHA256 (libsdl-org-SDL_ttf-release-2.20.0_GH0.tar.gz) = 3b3ec3e00dcfd188f572b50daa74b1cb8f40120ab094ce3d9e289705fd178183
SIZE (libsdl-org-SDL_ttf-release-2.20.0_GH0.tar.gz) = 8809737

View file

@ -1,8 +1,10 @@
%%OPENGL%%bin/sdl2-glfont
bin/sdl2-showfont
include/SDL2/SDL_ttf.h
lib/cmake/SDL2_ttf/SDL2_ttf-shared-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/SDL2_ttf/SDL2_ttf-shared-targets.cmake
lib/cmake/SDL2_ttf/SDL2_ttfConfig.cmake
lib/cmake/SDL2_ttf/SDL2_ttfConfigVersion.cmake
lib/libSDL2_ttf-2.0.so
lib/libSDL2_ttf-2.0.so.0
lib/libSDL2_ttf-2.0.so.0.18.0
lib/libSDL2_ttf.a
lib/libSDL2_ttf-2.0.so.0.2000.0
lib/libSDL2_ttf.so
libdata/pkgconfig/SDL2_ttf.pc

View file

@ -1,7 +1,7 @@
# Created by: Hye-Shik Chang
PORTNAME= irc
PORTVERSION= 20.0.0
PORTVERSION= 20.1.0
CATEGORIES= irc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1654835578
SHA256 (irc-20.0.0.tar.gz) = 59acb8d69d61a0cbd290e77e6ff10a8c7f2201fb8c7b7d5a195b5883d0c40b0a
SIZE (irc-20.0.0.tar.gz) = 88662
TIMESTAMP = 1658256743
SHA256 (irc-20.1.0.tar.gz) = b6f737932dd4791f3b18e319de7b7daf02d2285a6bea263d101f4d8e553807ec
SIZE (irc-20.1.0.tar.gz) = 89157

View file

@ -0,0 +1,9 @@
--- setup.py.orig 2022-07-19 18:57:23 UTC
+++ setup.py
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+import setuptools
+
+if __name__ == "__main__":
+ setuptools.setup()

View file

@ -0,0 +1,31 @@
- disable wiringPi.h to unbreak on arm until upstream fixes this for good, see https://github.com/sasagawa888/eisl/issues/180
--- extension.c.orig 2022-07-19 08:14:48 UTC
+++ extension.c
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
-#ifdef __arm__
+#if 0 && defined(__arm__)
#include <wiringPi.h>
#include <wiringPiSPI.h>
#endif
@@ -47,7 +47,7 @@ initexsubr (void)
defsubr ("EISL-TEST", f_eisl_test);
-#ifdef __arm__
+#if 0 && defined(__arm__)
defsubr ("WIRINGPI-SETUP-GPIO", f_wiringpi_setup_gpio);
defsubr ("WIRINGPI-SPI-SETUP-CH-SPEED", f_wiringpi_spi_setup_ch_speed);
defsubr ("PWM-SET-MODE", f_pwm_set_mode);
@@ -454,7 +454,7 @@ f_instance (int arglist)
}
// ----------for Raspberry PI
-#ifdef __arm__
+#if 0 && defined(__arm__)
int
f_wiringpi_setup_gpio (int arglist __unused)
{

View file

@ -1,7 +1,7 @@
# Created by: Sergey A. Osokin <osa@FreeBSD.org>
PORTNAME= njs
DISTVERSION= 0.7.5
DISTVERSION= 0.7.6
CATEGORIES= lang www
MAINTAINER= osa@FreeBSD.org

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1655815767
SHA256 (nginx-njs-0.7.5_GH0.tar.gz) = 75eb6581cc50383115fc836158fc69b3fc5b79d51aa9038b6095da7679b72842
SIZE (nginx-njs-0.7.5_GH0.tar.gz) = 592998
TIMESTAMP = 1658247733
SHA256 (nginx-njs-0.7.6_GH0.tar.gz) = 51f529912b8ba5fd01b77bf10620f1c49d479f8f07d5708885f6ca5e42af5c26
SIZE (nginx-njs-0.7.6_GH0.tar.gz) = 600165

View file

@ -569,8 +569,10 @@ lib/evolution/modules/module-plugin-lib.so
lib/evolution/modules/module-plugin-manager.so
lib/evolution/modules/module-prefer-plain.so
lib/evolution/modules/module-settings.so
%%SPAMASSASSIN%%lib/evolution/modules/module-spamassassin.so
lib/evolution/modules/module-startup-wizard.so
lib/evolution/modules/module-text-highlight.so
%%YTNEF%%lib/evolution/modules/module-tnef-attachment.so
lib/evolution/modules/module-vcard-inline.so
lib/evolution/modules/module-webkit-editor.so
lib/evolution/modules/module-webkit-inspector.so
@ -585,6 +587,7 @@ lib/evolution/plugins/liborg-gnome-mail-notification.so
lib/evolution/plugins/liborg-gnome-mail-to-task.so
lib/evolution/plugins/liborg-gnome-mailing-list-actions.so
lib/evolution/plugins/liborg-gnome-prefer-plain.so
%%PST%%lib/evolution/plugins/liborg-gnome-pst-import.so
lib/evolution/plugins/liborg-gnome-publish-calendar.so
lib/evolution/plugins/liborg-gnome-save-calendar.so
lib/evolution/plugins/liborg-gnome-templates.so
@ -599,6 +602,7 @@ lib/evolution/plugins/org-gnome-mail-notification.eplug
lib/evolution/plugins/org-gnome-mail-to-task.eplug
lib/evolution/plugins/org-gnome-mailing-list-actions.eplug
lib/evolution/plugins/org-gnome-prefer-plain.eplug
%%PST%%lib/evolution/plugins/org-gnome-pst-import.eplug
lib/evolution/plugins/org-gnome-publish-calendar.eplug
lib/evolution/plugins/org-gnome-save-calendar.eplug
lib/evolution/plugins/org-gnome-templates.eplug
@ -6445,5 +6449,5 @@ share/locale/zh_CN/LC_MESSAGES/evolution.mo
share/locale/zh_HK/LC_MESSAGES/evolution.mo
share/locale/zh_TW/LC_MESSAGES/evolution.mo
share/man/man1/evolution.1.gz
share/metainfo/org.gnome.Evolution-bogofilter.metainfo.xml
%%BOGOFILTER%%share/metainfo/org.gnome.Evolution-bogofilter.metainfo.xml
share/metainfo/org.gnome.Evolution.appdata.xml

View file

@ -1,5 +1,5 @@
PORTNAME= snappymail
DISTVERSION= 2.16.3
DISTVERSION= 2.17.0
CATEGORIES= mail www
MASTER_SITES= https://github.com/the-djmaze/snappymail/releases/download/v${DISTVERSION}/
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1653968556
SHA256 (snappymail-2.16.3.tar.gz) = e629fafd3e536f8133f8479603e29b0af3cb2a6f249cfad3d8988046f1cdcf63
SIZE (snappymail-2.16.3.tar.gz) = 4413760
TIMESTAMP = 1658233020
SHA256 (snappymail-2.17.0.tar.gz) = 67c072fd7e0885e3b2093ec5e0a02b04df821544dc4a7d1565c85c621009b025
SIZE (snappymail-2.17.0.tar.gz) = 4430599

View file

@ -756,6 +756,10 @@
%%WWWDIR%%/snappymail/v/%%VER%%/app/localization/uk-UA/relativetimeformat.js
%%WWWDIR%%/snappymail/v/%%VER%%/app/localization/uk-UA/static.json
%%WWWDIR%%/snappymail/v/%%VER%%/app/localization/uk-UA/user.json
%%WWWDIR%%/snappymail/v/%%VER%%/app/localization/vi-VN/admin.json
%%WWWDIR%%/snappymail/v/%%VER%%/app/localization/vi-VN/relativetimeformat.js
%%WWWDIR%%/snappymail/v/%%VER%%/app/localization/vi-VN/static.json
%%WWWDIR%%/snappymail/v/%%VER%%/app/localization/vi-VN/user.json
%%WWWDIR%%/snappymail/v/%%VER%%/app/localization/zh-CN/admin.json
%%WWWDIR%%/snappymail/v/%%VER%%/app/localization/zh-CN/relativetimeformat.js
%%WWWDIR%%/snappymail/v/%%VER%%/app/localization/zh-CN/static.json

View file

@ -9,7 +9,9 @@ COMMENT= APRON numerical abstract domain library
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_aarch64= ld: error: ../apron/libapron_debug.so: undefined reference to fpsetround
BROKEN_armv6= uses deprecated fpsetround(3) that isn't even defined on armv6, see https://github.com/antoinemine/apron/issues/47
BROKEN_armv7= uses deprecated fpsetround(3) that isn't even defined on armv7, see https://github.com/antoinemine/apron/issues/47
BROKEN_riscv64= uses deprecated fpsetround(3) that isn't even defined on riscv64, see https://github.com/antoinemine/apron/issues/47
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr \

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1630529475
TIMESTAMP = 1658283944
SHA256 (antoinemine-apron-v0.9.13_GH0.tar.gz) = 4af627e24623ab26948ea980077d015bfb9543374d857fbb42a8b6571e2fb36e
SIZE (antoinemine-apron-v0.9.13_GH0.tar.gz) = 988019

View file

@ -8,6 +8,8 @@ COMMENT= C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BROKEN_riscv64= error: no member named 'neon' in 'kfr::cpu_t'
USES= cmake compiler:c++17-lang
USE_GITHUB= yes
@ -15,6 +17,8 @@ GH_ACCOUNT= kfrlib
CMAKE_ON= BUILD_SHARED_LIBS
CXXFLAGS_armv6= -march=native # to fix: ARM builds require NEON support. Add -march=native for native build or skip the check with CMT_FORCE_GENERIC_CPU=1
do-test: # some tests fail: https://github.com/kfrlib/kfr/issues/132
@cd ${BUILD_WRKSRC} && \
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_SHARED_LIBS:BOOL=ON ${CMAKE_SOURCE_PATH} && \

View file

@ -9,6 +9,9 @@ COMMENT= Graphical user interface for GAP
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_armv6= cannot find sources (xgap.c) in ../../src.x11
BROKEN_armv7= cannot find sources (xgap.c) in ../../src.x11
BUILD_DEPENDS= gap:math/gap
LIB_DEPENDS= libXaw.so:x11-toolkits/libXaw
RUN_DEPENDS= gap:math/gap

View file

@ -1,5 +1,5 @@
PORTNAME= openhab-addons
PORTVERSION= 3.2.0
PORTVERSION= 3.3.0
CATEGORIES= misc java
MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab-addons/${PORTVERSION}/
DISTNAME= openhab-addons-${PORTVERSION}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1640072371
SHA256 (openhab-addons-3.2.0.kar) = 543d3bfa6dce921fb9fcfb97105846da4aa2d5cacdad6be910a340c5c30007ac
SIZE (openhab-addons-3.2.0.kar) = 283512900
TIMESTAMP = 1657096926
SHA256 (openhab-addons-3.3.0.kar) = b541f9fbfd17acdb0ae0064f753a614cb1a8c0aecd256d1a5f7ac108f7ecb03e
SIZE (openhab-addons-3.3.0.kar) = 359950292

View file

@ -1,5 +1,5 @@
PORTNAME= openhab
PORTVERSION= 3.2.0
PORTVERSION= 3.3.0
PORTREVISION= 0
CATEGORIES= misc java
MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab/${PORTVERSION}/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1640069209
SHA256 (openhab-3.2.0.zip) = 5ba8fdcd0cd6065c9d5589f6f498947d7b4afe16a81e65cd3885b65ef7827af8
SIZE (openhab-3.2.0.zip) = 99044071
TIMESTAMP = 1657096429
SHA256 (openhab-3.3.0.zip) = 802557e228f4561eed9615473cac3820f67e3f20423e58af054ade272deffe17
SIZE (openhab-3.3.0.zip) = 98727414

View file

@ -17,15 +17,15 @@ libexec/openhab/runtime/bin/userdata_sysfiles.lst
libexec/openhab/runtime/etc/jetty.xml
libexec/openhab/runtime/lib/README
libexec/openhab/runtime/lib/boot/README
libexec/openhab/runtime/lib/boot/org.apache.karaf.diagnostic.boot-4.3.4.jar
libexec/openhab/runtime/lib/boot/org.apache.karaf.jaas.boot-4.3.4.jar
libexec/openhab/runtime/lib/boot/org.apache.karaf.main-4.3.4.jar
libexec/openhab/runtime/lib/boot/org.apache.karaf.specs.activator-4.3.4.jar
libexec/openhab/runtime/lib/boot/org.apache.karaf.diagnostic.boot-4.3.7.jar
libexec/openhab/runtime/lib/boot/org.apache.karaf.jaas.boot-4.3.7.jar
libexec/openhab/runtime/lib/boot/org.apache.karaf.main-4.3.7.jar
libexec/openhab/runtime/lib/boot/org.apache.karaf.specs.activator-4.3.7.jar
libexec/openhab/runtime/lib/boot/osgi.core-7.0.0.jar
libexec/openhab/runtime/lib/endorsed/README
libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.java.xml-4.3.4.jar
libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.java.xml.ws-4.3.4.jar
libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.locator-4.3.4.jar
libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.java.xml-4.3.7.jar
libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.java.xml.ws-4.3.7.jar
libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.locator-4.3.7.jar
libexec/openhab/runtime/lib/ext/README
libexec/openhab/runtime/lib/jdk9plus/istack-commons-runtime-3.0.10.jar
libexec/openhab/runtime/lib/jdk9plus/jakarta.xml.bind-api-2.3.3.jar
@ -35,41 +35,42 @@ libexec/openhab/runtime/lib/jdk9plus/org.apache.servicemix.specs.activation-api-
libexec/openhab/runtime/lib/jdk9plus/txw2-2.3.3.jar
libexec/openhab/runtime/services.cfg
libexec/openhab/runtime/system/README
libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-annotations/2.12.5/jackson-annotations-2.12.5.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-core/2.12.5/jackson-core-2.12.5.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-databind/2.12.5/jackson-databind-2.12.5.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.12.5/jackson-dataformat-cbor-2.12.5.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.12.5/jackson-dataformat-xml-2.12.5.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.12.5/jackson-dataformat-yaml-2.12.5.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.5/jackson-datatype-jsr310-2.12.5.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.12.5/jackson-jaxrs-base-2.12.5.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.12.5/jackson-jaxrs-json-provider-2.12.5.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.12.5/jackson-module-jaxb-annotations-2.12.5.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-annotations/2.12.6/jackson-annotations-2.12.6.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-core/2.12.6/jackson-core-2.12.6.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-databind/2.12.6.1/jackson-databind-2.12.6.1.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.12.6/jackson-dataformat-cbor-2.12.6.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.12.6/jackson-dataformat-xml-2.12.6.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.12.6/jackson-dataformat-yaml-2.12.6.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.6/jackson-datatype-jsr310-2.12.6.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.12.6/jackson-jaxrs-base-2.12.6.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.12.6/jackson-jaxrs-json-provider-2.12.6.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.12.6/jackson-module-jaxb-annotations-2.12.6.jar
libexec/openhab/runtime/system/com/fasterxml/woodstox/woodstox-core/6.2.6/woodstox-core-6.2.6.jar
libexec/openhab/runtime/system/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar
libexec/openhab/runtime/system/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
libexec/openhab/runtime/system/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
libexec/openhab/runtime/system/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar
libexec/openhab/runtime/system/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar
libexec/openhab/runtime/system/com/hivemq/hivemq-mqtt-client/1.2.2/hivemq-mqtt-client-1.2.2.jar
libexec/openhab/runtime/system/com/neuronrobotics/nrjavaserial/5.2.1/nrjavaserial-5.2.1.jar
libexec/openhab/runtime/system/com/neuronrobotics/nrjavaserial/5.2.1.OH1/nrjavaserial-5.2.1.OH1.jar
libexec/openhab/runtime/system/com/sun/xml/bind/jaxb-osgi/2.3.3/jaxb-osgi-2.3.3.jar
libexec/openhab/runtime/system/com/thoughtworks/xstream/xstream/1.4.18/xstream-1.4.18.jar
libexec/openhab/runtime/system/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar
libexec/openhab/runtime/system/commons-net/commons-net/3.7.2/commons-net-3.7.2.jar
libexec/openhab/runtime/system/de/jollyday/jollyday/0.5.10/jollyday-0.5.10.jar
libexec/openhab/runtime/system/io/netty/netty-buffer/4.1.68.Final/netty-buffer-4.1.68.Final.jar
libexec/openhab/runtime/system/io/netty/netty-codec-http/4.1.68.Final/netty-codec-http-4.1.68.Final.jar
libexec/openhab/runtime/system/io/netty/netty-codec-http2/4.1.68.Final/netty-codec-http2-4.1.68.Final.jar
libexec/openhab/runtime/system/io/netty/netty-codec-mqtt/4.1.68.Final/netty-codec-mqtt-4.1.68.Final.jar
libexec/openhab/runtime/system/io/netty/netty-codec-socks/4.1.68.Final/netty-codec-socks-4.1.68.Final.jar
libexec/openhab/runtime/system/io/netty/netty-codec/4.1.68.Final/netty-codec-4.1.68.Final.jar
libexec/openhab/runtime/system/io/netty/netty-common/4.1.68.Final/netty-common-4.1.68.Final.jar
libexec/openhab/runtime/system/io/netty/netty-handler-proxy/4.1.68.Final/netty-handler-proxy-4.1.68.Final.jar
libexec/openhab/runtime/system/io/netty/netty-handler/4.1.68.Final/netty-handler-4.1.68.Final.jar
libexec/openhab/runtime/system/io/netty/netty-resolver/4.1.68.Final/netty-resolver-4.1.68.Final.jar
libexec/openhab/runtime/system/io/netty/netty-transport-native-epoll/4.1.68.Final/netty-transport-native-epoll-4.1.68.Final.jar
libexec/openhab/runtime/system/io/netty/netty-transport-native-kqueue/4.1.68.Final/netty-transport-native-kqueue-4.1.68.Final.jar
libexec/openhab/runtime/system/io/netty/netty-transport-native-unix-common/4.1.68.Final/netty-transport-native-unix-common-4.1.68.Final.jar
libexec/openhab/runtime/system/io/netty/netty-transport/4.1.68.Final/netty-transport-4.1.68.Final.jar
libexec/openhab/runtime/system/io/netty/netty-buffer/4.1.72.Final/netty-buffer-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-codec-http/4.1.72.Final/netty-codec-http-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-codec-http2/4.1.72.Final/netty-codec-http2-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-codec-mqtt/4.1.72.Final/netty-codec-mqtt-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-codec-socks/4.1.72.Final/netty-codec-socks-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-codec/4.1.72.Final/netty-codec-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-common/4.1.72.Final/netty-common-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-handler-proxy/4.1.72.Final/netty-handler-proxy-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-handler/4.1.72.Final/netty-handler-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-resolver/4.1.72.Final/netty-resolver-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.jar
libexec/openhab/runtime/system/io/netty/netty-transport-classes-epoll/4.1.72.Final/netty-transport-classes-epoll-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-transport-native-epoll/4.1.72.Final/netty-transport-native-epoll-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-transport-native-kqueue/4.1.72.Final/netty-transport-native-kqueue-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-transport-native-unix-common/4.1.72.Final/netty-transport-native-unix-common-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-transport/4.1.72.Final/netty-transport-4.1.72.Final.jar
libexec/openhab/runtime/system/io/reactivex/rxjava2/rxjava/2.2.19/rxjava-2.2.19.jar
libexec/openhab/runtime/system/io/swagger/core/v3/swagger-annotations/2.1.9/swagger-annotations-2.1.9.jar
libexec/openhab/runtime/system/io/swagger/core/v3/swagger-core/2.1.9/swagger-core-2.1.9.jar
@ -88,8 +89,8 @@ libexec/openhab/runtime/system/javax/el/javax.el-api/3.0.0/javax.el-api-3.0.0.ja
libexec/openhab/runtime/system/javax/mail/mail/1.4.7/mail-1.4.7.jar
libexec/openhab/runtime/system/javax/measure/unit-api/2.1.3/unit-api-2.1.3.jar
libexec/openhab/runtime/system/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
libexec/openhab/runtime/system/net/java/dev/jna/jna-platform/5.9.0/jna-platform-5.9.0.jar
libexec/openhab/runtime/system/net/java/dev/jna/jna/5.9.0/jna-5.9.0.jar
libexec/openhab/runtime/system/net/java/dev/jna/jna-platform/5.11.0/jna-platform-5.11.0.jar
libexec/openhab/runtime/system/net/java/dev/jna/jna/5.11.0/jna-5.11.0.jar
libexec/openhab/runtime/system/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.jar
libexec/openhab/runtime/system/org/apache/aries/jax/rs/org.apache.aries.jax.rs.whiteboard/2.0.0/org.apache.aries.jax.rs.whiteboard-2.0.0.jar
libexec/openhab/runtime/system/org/apache/aries/org.apache.aries.util/1.1.3/org.apache.aries.util-1.1.3.jar
@ -104,54 +105,53 @@ libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-rs-sse/3.4.5/cxf-rt-rs-sse-
libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-security/3.4.5/cxf-rt-security-3.4.5.jar
libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-transports-http/3.4.5/cxf-rt-transports-http-3.4.5.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.cm.json/1.0.6/org.apache.felix.cm.json-1.0.6.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configadmin.plugin.interpolation/1.1.4/org.apache.felix.configadmin.plugin.interpolation-1.1.4.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configadmin/1.9.22/org.apache.felix.configadmin-1.9.22.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configadmin.plugin.interpolation/1.2.2/org.apache.felix.configadmin.plugin.interpolation-1.2.2.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configadmin/1.9.24/org.apache.felix.configadmin-1.9.24.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configurator/1.0.14/org.apache.felix.configurator-1.0.14.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.converter/1.0.14/org.apache.felix.converter-1.0.14.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.coordinator/1.0.2/org.apache.felix.coordinator-1.0.2.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.fileinstall/3.7.2/org.apache.felix.fileinstall-3.7.2.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.fileinstall/3.7.4/org.apache.felix.fileinstall-3.7.4.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.framework/6.0.5/org.apache.felix.framework-6.0.5.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.inventory/1.0.6/org.apache.felix.inventory-1.0.6.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.metatype/1.2.4/org.apache.felix.metatype-1.2.4.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.scr/2.1.30/org.apache.felix.scr-2.1.30.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.ds/2.1.0/org.apache.felix.webconsole.plugins.ds-2.1.0.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.event/1.1.8/org.apache.felix.webconsole.plugins.event-1.1.8.jar
libexec/openhab/runtime/system/org/apache/geronimo/specs/geronimo-jaspic_1.0_spec/1.1/geronimo-jaspic_1.0_spec-1.1.jar
libexec/openhab/runtime/system/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar
libexec/openhab/runtime/system/org/apache/karaf/bundle/org.apache.karaf.bundle.core/4.3.4/org.apache.karaf.bundle.core-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/config/org.apache.karaf.config.core/4.3.4/org.apache.karaf.config.core-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/4.3.4/org.apache.karaf.deployer.blueprint-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.features/4.3.4/org.apache.karaf.deployer.features-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/4.3.4/org.apache.karaf.deployer.kar-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.wrap/4.3.4/org.apache.karaf.deployer.wrap-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.boot/4.3.4/org.apache.karaf.diagnostic.boot-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/4.3.4/org.apache.karaf.diagnostic.core-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/features/framework/4.3.4/framework-4.3.4-features.xml
libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.command/4.3.4/org.apache.karaf.features.command-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.core/4.3.4/org.apache.karaf.features.core-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.extension/4.3.4/org.apache.karaf.features.extension-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/features/standard/4.3.4/standard-4.3.4-features.xml
libexec/openhab/runtime/system/org/apache/karaf/http/org.apache.karaf.http.core/4.3.4/org.apache.karaf.http.core-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/instance/org.apache.karaf.instance.core/4.3.4/org.apache.karaf.instance.core-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/4.3.4/org.apache.karaf.jaas.boot-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/4.3.4/org.apache.karaf.jaas.command-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/4.3.4/org.apache.karaf.jaas.config-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/4.3.4/org.apache.karaf.jaas.modules-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/kar/org.apache.karaf.kar.core/4.3.4/org.apache.karaf.kar.core-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/log/org.apache.karaf.log.core/4.3.4/org.apache.karaf.log.core-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.client/4.3.4/org.apache.karaf.client-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.event/4.3.4/org.apache.karaf.event-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/package/org.apache.karaf.package.core/4.3.4/org.apache.karaf.package.core-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.management/4.3.4/org.apache.karaf.scr.management-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.state/4.3.4/org.apache.karaf.scr.state-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/service/org.apache.karaf.service.core/4.3.4/org.apache.karaf.service.core-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/services/org.apache.karaf.services.eventadmin/4.3.4/org.apache.karaf.services.eventadmin-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.commands/4.3.4/org.apache.karaf.shell.commands-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.core/4.3.4/org.apache.karaf.shell.core-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/4.3.4/org.apache.karaf.shell.ssh-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/system/org.apache.karaf.system.core/4.3.4/org.apache.karaf.system.core-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/4.3.4/org.apache.karaf.webconsole.http-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/4.3.4/org.apache.karaf.wrapper.core-4.3.4.jar
libexec/openhab/runtime/system/org/apache/karaf/bundle/org.apache.karaf.bundle.core/4.3.7/org.apache.karaf.bundle.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/config/org.apache.karaf.config.core/4.3.7/org.apache.karaf.config.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/4.3.7/org.apache.karaf.deployer.blueprint-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.features/4.3.7/org.apache.karaf.deployer.features-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/4.3.7/org.apache.karaf.deployer.kar-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.wrap/4.3.7/org.apache.karaf.deployer.wrap-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.boot/4.3.7/org.apache.karaf.diagnostic.boot-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/4.3.7/org.apache.karaf.diagnostic.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/features/framework/4.3.7/framework-4.3.7-features.xml
libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.command/4.3.7/org.apache.karaf.features.command-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.core/4.3.7/org.apache.karaf.features.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.extension/4.3.7/org.apache.karaf.features.extension-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/features/standard/4.3.7/standard-4.3.7-features.xml
libexec/openhab/runtime/system/org/apache/karaf/http/org.apache.karaf.http.core/4.3.7/org.apache.karaf.http.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/instance/org.apache.karaf.instance.core/4.3.7/org.apache.karaf.instance.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/4.3.7/org.apache.karaf.jaas.boot-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/4.3.7/org.apache.karaf.jaas.command-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/4.3.7/org.apache.karaf.jaas.config-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/4.3.7/org.apache.karaf.jaas.modules-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/kar/org.apache.karaf.kar.core/4.3.7/org.apache.karaf.kar.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/log/org.apache.karaf.log.core/4.3.7/org.apache.karaf.log.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.client/4.3.7/org.apache.karaf.client-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.event/4.3.7/org.apache.karaf.event-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/package/org.apache.karaf.package.core/4.3.7/org.apache.karaf.package.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.management/4.3.7/org.apache.karaf.scr.management-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.state/4.3.7/org.apache.karaf.scr.state-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/service/org.apache.karaf.service.core/4.3.7/org.apache.karaf.service.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/services/org.apache.karaf.services.eventadmin/4.3.7/org.apache.karaf.services.eventadmin-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.commands/4.3.7/org.apache.karaf.shell.commands-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.core/4.3.7/org.apache.karaf.shell.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/4.3.7/org.apache.karaf.shell.ssh-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/system/org.apache.karaf.system.core/4.3.7/org.apache.karaf.system.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/4.3.7/org.apache.karaf.webconsole.http-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/4.3.7/org.apache.karaf.wrapper.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.javax-inject/1_2/org.apache.servicemix.bundles.javax-inject-1_2.jar
libexec/openhab/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.javax-websocket-api/1.1_1/org.apache.servicemix.bundles.javax-websocket-api-1.1_1.jar
libexec/openhab/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.saaj-impl/1.4.0_2/org.apache.servicemix.bundles.saaj-impl-1.4.0_2.jar
@ -159,14 +159,14 @@ libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix
libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.2.1/1.2.1_3/org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_3.jar
libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.jaxb-api-2.2/2.9.0/org.apache.servicemix.specs.jaxb-api-2.2-2.9.0.jar
libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.saaj-api-1.4/1.4_2/org.apache.servicemix.specs.saaj-api-1.4-1.4_2.jar
libexec/openhab/runtime/system/org/apache/sling/org.apache.sling.commons.johnzon/1.2.6/org.apache.sling.commons.johnzon-1.2.6.jar
libexec/openhab/runtime/system/org/apache/sling/org.apache.sling.commons.johnzon/1.2.14/org.apache.sling.commons.johnzon-1.2.14.jar
libexec/openhab/runtime/system/org/apache/sshd/sshd-osgi/2.8.0/sshd-osgi-2.8.0.jar
libexec/openhab/runtime/system/org/apache/sshd/sshd-scp/2.8.0/sshd-scp-2.8.0.jar
libexec/openhab/runtime/system/org/apache/sshd/sshd-sftp/2.8.0/sshd-sftp-2.8.0.jar
libexec/openhab/runtime/system/org/apache/ws/xmlschema/xmlschema-core/2.2.5/xmlschema-core-2.2.5.jar
libexec/openhab/runtime/system/org/apache/xbean/xbean-bundleutils/4.20/xbean-bundleutils-4.20.jar
libexec/openhab/runtime/system/org/apache/xbean/xbean-finder/4.20/xbean-finder-4.20.jar
libexec/openhab/runtime/system/org/apache/xbean/xbean-reflect/4.20/xbean-reflect-4.20.jar
libexec/openhab/runtime/system/org/apache/xbean/xbean-bundleutils/4.21/xbean-bundleutils-4.21.jar
libexec/openhab/runtime/system/org/apache/xbean/xbean-finder/4.21/xbean-finder-4.21.jar
libexec/openhab/runtime/system/org/apache/xbean/xbean-reflect/4.21/xbean-reflect-4.21.jar
libexec/openhab/runtime/system/org/bitbucket/b_c/jose4j/0.7.7/jose4j-0.7.7.jar
libexec/openhab/runtime/system/org/bouncycastle/bcpkix-jdk15on/1.69/bcpkix-jdk15on-1.69.jar
libexec/openhab/runtime/system/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.jar
@ -181,63 +181,63 @@ libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore.change/2.14
libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar
libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore/2.20.0/org.eclipse.emf.ecore-2.20.0.jar
libexec/openhab/runtime/system/org/eclipse/jdt/core/compiler/ecj/4.6.1/ecj-4.6.1.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-client/9.4.43.v20210629/jetty-client-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-continuation/9.4.43.v20210629/jetty-continuation-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-deploy/9.4.43.v20210629/jetty-deploy-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-http/9.4.43.v20210629/jetty-http-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-io/9.4.43.v20210629/jetty-io-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jaas/9.4.43.v20210629/jetty-jaas-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jaspi/9.4.43.v20210629/jetty-jaspi-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jmx/9.4.43.v20210629/jetty-jmx-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jndi/9.4.43.v20210629/jetty-jndi-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-plus/9.4.43.v20210629/jetty-plus-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-proxy/9.4.43.v20210629/jetty-proxy-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-rewrite/9.4.43.v20210629/jetty-rewrite-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-security/9.4.43.v20210629/jetty-security-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-server/9.4.43.v20210629/jetty-server-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlet/9.4.43.v20210629/jetty-servlet-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlets/9.4.43.v20210629/jetty-servlets-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util-ajax/9.4.43.v20210629/jetty-util-ajax-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util/9.4.43.v20210629/jetty-util-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-webapp/9.4.43.v20210629/jetty-webapp-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-xml/9.4.43.v20210629/jetty-xml-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.43.v20210629/javax-websocket-client-impl-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.43.v20210629/javax-websocket-server-impl-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-api/9.4.43.v20210629/websocket-api-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-client/9.4.43.v20210629/websocket-client-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-common/9.4.43.v20210629/websocket-common-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-server/9.4.43.v20210629/websocket-server-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-servlet/9.4.43.v20210629/websocket-servlet-9.4.43.v20210629.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-client/9.4.46.v20220331/jetty-client-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-continuation/9.4.46.v20220331/jetty-continuation-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-deploy/9.4.46.v20220331/jetty-deploy-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-http/9.4.46.v20220331/jetty-http-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-io/9.4.46.v20220331/jetty-io-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jaas/9.4.46.v20220331/jetty-jaas-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jmx/9.4.46.v20220331/jetty-jmx-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jndi/9.4.46.v20220331/jetty-jndi-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-plus/9.4.46.v20220331/jetty-plus-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-proxy/9.4.46.v20220331/jetty-proxy-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-rewrite/9.4.46.v20220331/jetty-rewrite-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-security/9.4.46.v20220331/jetty-security-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-server/9.4.46.v20220331/jetty-server-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlet/9.4.46.v20220331/jetty-servlet-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlets/9.4.46.v20220331/jetty-servlets-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util-ajax/9.4.46.v20220331/jetty-util-ajax-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util/9.4.46.v20220331/jetty-util-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-webapp/9.4.46.v20220331/jetty-webapp-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-xml/9.4.46.v20220331/jetty-xml-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.46.v20220331/javax-websocket-client-impl-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.46.v20220331/javax-websocket-server-impl-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-api/9.4.46.v20220331/websocket-api-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-client/9.4.46.v20220331/websocket-client-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-common/9.4.46.v20220331/websocket-common-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-server/9.4.46.v20220331/websocket-server-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-servlet/9.4.46.v20220331/websocket-servlet-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.aarch64/1.2.201/org.eclipse.soda.dk.comm.aarch64-1.2.201.jar
libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.armv6hf/1.2.201/org.eclipse.soda.dk.comm.armv6hf-1.2.201.jar
libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.x86_64/1.2.201/org.eclipse.soda.dk.comm.x86_64-1.2.201.jar
libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm/1.2.201/org.eclipse.soda.dk.comm-1.2.201.jar
libexec/openhab/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.10.0/org.eclipse.lsp4j.jsonrpc-0.10.0.jar
libexec/openhab/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j/0.10.0/org.eclipse.lsp4j-0.10.0.jar
libexec/openhab/runtime/system/org/eclipse/orbit/bundles/com.google.inject/3.0.0.v201312141243/com.google.inject-3.0.0.v201312141243.jar
libexec/openhab/runtime/system/org/eclipse/orbit/bundles/io.github.classgraph/4.8.35.v20190528-1517/io.github.classgraph-4.8.35.v20190528-1517.jar
libexec/openhab/runtime/system/org/eclipse/orbit/bundles/org.antlr.runtime/%%PORTVERSION%%.v201101311130/org.antlr.runtime-%%PORTVERSION%%.v201101311130.jar
libexec/openhab/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.12.0/org.eclipse.lsp4j.jsonrpc-0.12.0.jar
libexec/openhab/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j/0.12.0/org.eclipse.lsp4j-0.12.0.jar
libexec/openhab/runtime/system/org/eclipse/orbit/bundles/com.google.inject/5.0.1.v20210324-2015/com.google.inject-5.0.1.v20210324-2015.jar
libexec/openhab/runtime/system/org/eclipse/orbit/bundles/io.github.classgraph/4.8.138.v20211212-1642/io.github.classgraph-4.8.138.v20211212-1642.jar
libexec/openhab/runtime/system/org/eclipse/orbit/bundles/org.antlr.runtime/3.2.0.v201101311130/org.antlr.runtime-3.2.0.v201101311130.jar
libexec/openhab/runtime/system/org/eclipse/orbit/bundles/org.aopalliance/1.0.0.v201105210816/org.aopalliance-1.0.0.v201105210816.jar
libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.jar
libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.jar
libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.supplement/1.9.0/org.eclipse.equinox.supplement-1.9.0.jar
libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.jar
libexec/openhab/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.25.0/org.eclipse.xtend.lib.macro-2.25.0.jar
libexec/openhab/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib/2.25.0/org.eclipse.xtend.lib-2.25.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.common.types/2.25.0/org.eclipse.xtext.common.types-2.25.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.ide/2.25.0/org.eclipse.xtext.ide-2.25.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.smap/2.25.0/org.eclipse.xtext.smap-2.25.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.util/2.25.0/org.eclipse.xtext.util-2.25.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.ide/2.25.0/org.eclipse.xtext.xbase.ide-2.25.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.25.0/org.eclipse.xtext.xbase.lib-2.25.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase/2.25.0/org.eclipse.xtext.xbase-2.25.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext/2.25.0/org.eclipse.xtext-2.25.0.jar
libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar
libexec/openhab/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.26.0/org.eclipse.xtend.lib.macro-2.26.0.jar
libexec/openhab/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib/2.26.0/org.eclipse.xtend.lib-2.26.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.common.types/2.26.0/org.eclipse.xtext.common.types-2.26.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.ide/2.26.0/org.eclipse.xtext.ide-2.26.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.smap/2.26.0/org.eclipse.xtext.smap-2.26.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.util/2.26.0/org.eclipse.xtext.util-2.26.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.ide/2.26.0/org.eclipse.xtext.xbase.ide-2.26.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.26.0/org.eclipse.xtext.xbase.lib-2.26.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase/2.26.0/org.eclipse.xtext.xbase-2.26.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext/2.26.0/org.eclipse.xtext-2.26.0.jar
libexec/openhab/runtime/system/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.jar
libexec/openhab/runtime/system/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar
libexec/openhab/runtime/system/org/javassist/javassist/3.27.0-GA/javassist-3.27.0-GA.jar
libexec/openhab/runtime/system/org/jctools/jctools-core/2.1.2/jctools-core-2.1.2.jar
libexec/openhab/runtime/system/org/jline/jline/3.21.0/jline-3.21.0.jar
libexec/openhab/runtime/system/org/jmdns/jmdns/3.5.7/jmdns-3.5.7.jar
libexec/openhab/runtime/system/org/jupnp/org.jupnp/2.6.0/org.jupnp-2.6.0.jar
libexec/openhab/runtime/system/org/jupnp/org.jupnp/2.6.1/org.jupnp-2.6.1.jar
libexec/openhab/runtime/system/org/jvnet/staxex/stax-ex/1.7.4/stax-ex-1.7.4.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.addon.marketplace.karaf/%%PORTVERSION%%/org.openhab.core.addon.marketplace.karaf-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.addon.marketplace/%%PORTVERSION%%/org.openhab.core.addon.marketplace-%%PORTVERSION%%.jar
@ -278,6 +278,7 @@ libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.sitemap/%%PORTVERSION%%/org.openhab.core.io.rest.sitemap-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.sse/%%PORTVERSION%%/org.openhab.core.io.rest.sse-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.swagger/%%PORTVERSION%%/org.openhab.core.io.rest.swagger-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.transform/%%PORTVERSION%%/org.openhab.core.io.rest.transform-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.ui/%%PORTVERSION%%/org.openhab.core.io.rest.ui-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.voice/%%PORTVERSION%%/org.openhab.core.io.rest.voice-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest/%%PORTVERSION%%/org.openhab.core.io.rest-%%PORTVERSION%%.jar
@ -326,19 +327,21 @@ libexec/openhab/runtime/system/org/openhab/distro/openhab-addons/%%PORTVERSION%%
libexec/openhab/runtime/system/org/openhab/osgiify/com.google.dagger/2.27/com.google.dagger-2.27.jar
libexec/openhab/runtime/system/org/openhab/osgiify/com.igormaznitsa.jbbp/1.4.1/com.igormaznitsa.jbbp-1.4.1.jar
libexec/openhab/runtime/system/org/openhab/osgiify/si.uom.si-units/2.1/si.uom.si-units-2.1.jar
libexec/openhab/runtime/system/org/openhab/ui/bundles/org.openhab.ui.iconset.classic/%%PORTVERSION%%/org.openhab.ui.iconset.classic-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/ui/bundles/org.openhab.ui/%%PORTVERSION%%/org.openhab.ui-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-api/2.0.13/pax-logging-api-2.0.13.jar
libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-log4j2/2.0.13/pax-logging-log4j2-2.0.13.jar
libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-api/2.0.16/pax-logging-api-2.0.16.jar
libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-log4j2/2.0.16/pax-logging-log4j2-2.0.16.jar
libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-logback/2.0.16/pax-logging-logback-2.0.16.jar
libexec/openhab/runtime/system/org/ops4j/pax/url/pax-url-aether/2.6.10/pax-url-aether-2.6.10.jar
libexec/openhab/runtime/system/org/ops4j/pax/url/pax-url-wrap/2.6.10/pax-url-wrap-2.6.10-uber.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-api/7.3.23/pax-web-api-7.3.23.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-extender-whiteboard/7.3.23/pax-web-extender-whiteboard-7.3.23.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/7.3.23/pax-web-features-7.3.23-features.xml
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/7.3.23/pax-web-features-7.3.23-jettyconfig.xml
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-jetty/7.3.23/pax-web-jetty-7.3.23.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-jsp/7.3.23/pax-web-jsp-7.3.23.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-runtime/7.3.23/pax-web-runtime-7.3.23.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-spi/7.3.23/pax-web-spi-7.3.23.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-api/7.3.25/pax-web-api-7.3.25.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-extender-whiteboard/7.3.25/pax-web-extender-whiteboard-7.3.25.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/7.3.25/pax-web-features-7.3.25-features.xml
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/7.3.25/pax-web-features-7.3.25-jettyconfig.xml
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-jetty/7.3.25/pax-web-jetty-7.3.25.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-jsp/7.3.25/pax-web-jsp-7.3.25.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-runtime/7.3.25/pax-web-runtime-7.3.25.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-spi/7.3.25/pax-web-spi-7.3.25.jar
libexec/openhab/runtime/system/org/osgi/org.osgi.service.jaxrs/1.0.0/org.osgi.service.jaxrs-1.0.0.jar
libexec/openhab/runtime/system/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar
libexec/openhab/runtime/system/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar
@ -348,7 +351,6 @@ libexec/openhab/runtime/system/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar
libexec/openhab/runtime/system/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar
libexec/openhab/runtime/system/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar
libexec/openhab/runtime/system/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar
libexec/openhab/runtime/system/org/ow2/asm/asm/9.1/asm-9.1.jar
libexec/openhab/runtime/system/org/ow2/asm/asm/9.2/asm-9.2.jar
libexec/openhab/runtime/system/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar
libexec/openhab/runtime/system/org/threeten/threeten-extra/1.5.0/threeten-extra-1.5.0.jar

View file

@ -1,5 +1,5 @@
PORTNAME= slack-sdk
PORTVERSION= 3.17.1
PORTVERSION= 3.18.0
DISTVERSIONPREFIX= v
CATEGORIES= net-im python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1655415213
SHA256 (slackapi-python-slack-sdk-v3.17.1_GH0.tar.gz) = 2aeed238ea173af1de6a87483efdc1460cffc8eea5db9a8cfac7604a9fbc7e76
SIZE (slackapi-python-slack-sdk-v3.17.1_GH0.tar.gz) = 3960712
TIMESTAMP = 1658256572
SHA256 (slackapi-python-slack-sdk-v3.18.0_GH0.tar.gz) = 7582b7ee6b52d3d6f8bf851d636d2e55db2ef078f9f4f5b6b2ffa940acbb1bd7
SIZE (slackapi-python-slack-sdk-v3.18.0_GH0.tar.gz) = 3964823

View file

@ -1,5 +1,5 @@
PORTNAME= liblinphone
DISTVERSION= 5.0.49
DISTVERSION= 5.1.32
CATEGORIES= net
MAINTAINER= bofh@FreeBSD.org
@ -28,7 +28,7 @@ USES= cmake gnome iconv pkgconfig python:build sqlite
USE_GITLAB= yes
GL_SITE= https://gitlab.linphone.org/BC
GL_ACCOUNT= public
GL_COMMIT= b1c3ab19e6d4200293593d29afe8d4f3c121d5db
GL_COMMIT= 05b13b98229fc69ed3075916857dbe32b60b2b39
USE_GNOME= libxml2
USE_LDCONFIG= yes
@ -49,9 +49,10 @@ LDAP_USE= OPENLDAP=yes
LDAP_CMAKE_BOOL= ENABLE_LDAP
VIDEO_CMAKE_BOOL= ENABLE_VIDEO
#post-patch:
# @${REINPLACE_CMD} 's|jsoncpp_object|jsoncpp|g' \
# ${WRKSRC}/src/CMakeLists.txt
post-patch:
.for h in xml conference-info conference-info-linphone-extension
@${REINPLACE_CMD} '/^#error/d' ${WRKSRC}/src/xml/${h}.h
.endfor
post-install:
${RM} -r ${STAGEDIR}${PREFIX}/share/doc/${DISTNAME}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1655374642
SHA256 (public-liblinphone-b1c3ab19e6d4200293593d29afe8d4f3c121d5db_GL0.tar.gz) = 9b1b902d4d972c900d66795b310932207b8a29bcb1f46ce517a83f8c47ce275c
SIZE (public-liblinphone-b1c3ab19e6d4200293593d29afe8d4f3c121d5db_GL0.tar.gz) = 22624103
TIMESTAMP = 1657714936
SHA256 (public-liblinphone-05b13b98229fc69ed3075916857dbe32b60b2b39_GL0.tar.gz) = 9458a11c0bcc4496ff321c13f529394aec358f954e07c5d71ebf73f0d85e69d6
SIZE (public-liblinphone-05b13b98229fc69ed3075916857dbe32b60b2b39_GL0.tar.gz) = 22753242

View file

@ -1,6 +1,6 @@
--- coreapi/linphonecore.c.orig 2022-06-16 11:26:25 UTC
--- coreapi/linphonecore.c.orig 2022-05-18 10:10:25 UTC
+++ coreapi/linphonecore.c
@@ -720,7 +720,7 @@ static void _close_log_collection_file(void) {
@@ -746,7 +746,7 @@ static void _close_log_collection_file(void) {
}
}
@ -9,44 +9,3 @@
static const char* getprogname() {
#if defined(__GLIBC__)
return program_invocation_short_name;
@@ -2085,8 +2085,8 @@ static void video_config_read(LinphoneCore *lc){
str = linphone_config_get_string(lc->config, "video", "device", NULL);
linphone_core_set_video_device(lc, str);
-
+
str = linphone_config_get_string(lc->config, "video", "size", "vga");
if (str && str[0] != 0) linphone_core_set_preferred_video_definition_by_name(lc, str);
@@ -2801,7 +2801,7 @@ static void linphone_core_init(LinphoneCore * lc, Linp
bool_t push_notification_default = FALSE;
bool_t auto_iterate_default = FALSE;
bool_t vibration_incoming_call_default = FALSE;
-
+
#if __ANDROID__ || TARGET_OS_IPHONE
auto_iterate_default = TRUE;
#endif
@@ -5303,7 +5303,7 @@ void linphone_core_reload_sound_devices(LinphoneCore*
build_sound_devices_table(lc);
// Set selection
-
+
linphone_core_set_ringer_device(lc, ringer_copy);
if (ringer_copy != NULL)
ms_free(ringer_copy);
@@ -7275,10 +7275,10 @@ void _linphone_core_uninit(LinphoneCore *lc)
bctbx_list_free(lc->supported_encryptions);
}
lc->supported_encryptions = NULL;
-
+
if (lc->platform_helper) delete getPlatformHelpers(lc);
lc->platform_helper = NULL;
-
+
linphone_config_unref(lc->config);
lc->config = NULL;
#ifdef __ANDROID__

View file

@ -1,15 +1,14 @@
--- src/ldap/ldap-contact-provider.cpp.orig 2022-06-16 11:10:05 UTC
--- src/ldap/ldap-contact-provider.cpp.orig 2022-05-18 10:10:25 UTC
+++ src/ldap/ldap-contact-provider.cpp
@@ -158,12 +158,6 @@ void LdapContactProvider::initializeLdap(){
} else {
if(mConfig.count("use_tls")>0 && mConfig["use_tls"] == "1"){
- if(mConfig.count("use_sal")>0 && mConfig["use_sal"] == "1"){// Using Sal give an IP for a domain. So check the domain rather than the IP.
- belle_generic_uri_t *serverUri = belle_generic_uri_parse(mConfig["server"].c_str());
- std::string hostname = belle_generic_uri_get_host(serverUri);
- std::vector<char> cHostname(hostname.c_str(), hostname.c_str() + hostname.size() + 1);
- ldap_set_option(mLd, LDAP_OPT_X_TLS_PEER_CN, &cHostname[0]);
- }
ret = ldap_start_tls_s(mLd, NULL, NULL);
}
if( ret == LDAP_SUCCESS ) {
@@ -220,11 +220,6 @@ void LdapContactProvider::initializeLdap(){
ms_error("[LDAP] Cannot initialize address to %s : %x (%s), err %x (%s)",mConfig["server"].c_str(), ret, ldap_err2string(ret), err, ldap_err2string(err));
mCurrentAction = ACTION_ERROR;
}else if(mConfig.count("use_tls")>0 && mConfig["use_tls"] == "1"){
- if(mConfig.count("use_sal")>0 && mConfig["use_sal"] == "1"){// Using Sal give an IP for a domain. So check the domain rather than the IP.
- belle_generic_uri_t *serverUri = belle_generic_uri_parse(mConfig["server"].c_str());
- std::string hostname = belle_generic_uri_get_host(serverUri);
- ldap_set_option(mLd, LDAP_OPT_X_TLS_PEER_CN, &hostname[0]);
- }
mTlsConnectionId = -1;
mCurrentAction = ACTION_WAIT_TLS_CONNECT;
mTlsConnectionTimeout = time(NULL);

View file

@ -0,0 +1,11 @@
--- wrappers/cpp/genwrapper.py.orig 2022-05-18 10:10:25 UTC
+++ wrappers/cpp/genwrapper.py
@@ -408,6 +408,8 @@ class ClassHeader:
elif isinstance(type_, AbsApi.BaseType):
if type_.name == 'integer' and isinstance(type_.size, int):
self._add_include('external', 'cstdint')
+ elif type_.name == 'time':
+ self._add_include('external', 'ctime')
elif type_.name == 'string':
self._add_include('external', 'string')
elif isinstance(type_, AbsApi.ListType):

View file

@ -27,6 +27,7 @@ include/linphone++/chat_room.hh
include/linphone++/chat_room_listener.hh
include/linphone++/chat_room_params.hh
include/linphone++/conference.hh
include/linphone++/conference_info.hh
include/linphone++/conference_listener.hh
include/linphone++/conference_params.hh
include/linphone++/config.hh
@ -44,9 +45,12 @@ include/linphone++/factory.hh
include/linphone++/friend.hh
include/linphone++/friend_list.hh
include/linphone++/friend_list_listener.hh
include/linphone++/friend_phone_number.hh
include/linphone++/headers.hh
include/linphone++/im_notif_policy.hh
include/linphone++/info_message.hh
include/linphone++/ldap.hh
include/linphone++/ldap_params.hh
include/linphone++/linphone.hh
include/linphone++/logging_service.hh
include/linphone++/logging_service_listener.hh
@ -57,6 +61,7 @@ include/linphone++/object.hh
include/linphone++/participant.hh
include/linphone++/participant_device.hh
include/linphone++/participant_device_identity.hh
include/linphone++/participant_device_listener.hh
include/linphone++/participant_imdn_state.hh
include/linphone++/payload_type.hh
include/linphone++/player.hh
@ -70,6 +75,8 @@ include/linphone++/proxy_config.hh
include/linphone++/push_notification_config.hh
include/linphone++/push_notification_message.hh
include/linphone++/range.hh
include/linphone++/recorder.hh
include/linphone++/recorder_params.hh
include/linphone++/search_result.hh
include/linphone++/transports.hh
include/linphone++/tunnel.hh
@ -99,20 +106,27 @@ include/linphone/api/c-chat-room-cbs.h
include/linphone/api/c-chat-room-params.h
include/linphone/api/c-chat-room.h
include/linphone/api/c-conference-cbs.h
include/linphone/api/c-conference-info.h
include/linphone/api/c-conference.h
include/linphone/api/c-content.h
include/linphone/api/c-dial-plan.h
include/linphone/api/c-digest-authentication-policy.h
include/linphone/api/c-event-log.h
include/linphone/api/c-factory.h
include/linphone/api/c-friend-phone-number.h
include/linphone/api/c-ldap-params.h
include/linphone/api/c-ldap.h
include/linphone/api/c-magic-search-cbs.h
include/linphone/api/c-magic-search.h
include/linphone/api/c-participant-device-cbs.h
include/linphone/api/c-participant-device-identity.h
include/linphone/api/c-participant-device.h
include/linphone/api/c-participant-imdn-state.h
include/linphone/api/c-participant.h
include/linphone/api/c-push-notification-config.h
include/linphone/api/c-push-notification-message.h
include/linphone/api/c-recorder-params.h
include/linphone/api/c-recorder.h
include/linphone/api/c-search-result.h
include/linphone/api/c-types.h
include/linphone/buffer.h
@ -187,6 +201,7 @@ share/LinphoneCxx/cmake/LinphoneCxxTargets-%%CMAKE_BUILD_TYPE%%.cmake
share/LinphoneCxx/cmake/LinphoneCxxTargets.cmake
share/LinphoneCxx/cmake/LinphoneCxxVersion.cmake
share/belr/grammars/cpim_grammar
share/belr/grammars/ics_grammar
share/belr/grammars/identity_grammar
share/linphone/rootca.pem
share/sounds/linphone/dont_wait_too_long.mkv

View file

@ -1,25 +1,61 @@
PORTNAME= linphone
PORTVERSION= 4.1.1
PORTREVISION= 6
PORTVERSION= 4.4.8
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= https://www.linphone.org/releases/sources/linphoneqt/
DISTNAME= linphoneqt-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= SIP client supporting voice/video calls and text messaging
LICENSE= GPLv3
LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \
libbelcard.so:deskutils/belcard \
liblinphone++.so:net/liblinphone
liblinphone++.so:net/liblinphone \
libmediastreamer.so:net/mediastreamer \
libortp.so:net/ortp
USES= cmake compiler:c++11-lib pkgconfig qt:5
USE_QT= buildtools_build concurrent core declarative \
graphicaleffects_run gui linguisttools network qmake_build \
quickcontrols_run quickcontrols2 speech svg testlib widgets
USE_GITLAB= yes
GL_SITE= https://gitlab.linphone.org/BC
GL_ACCOUNT= public
GL_PROJECT= linphone-desktop
GL_COMMIT= da40aed848da44e851d67a2039e7e966c5257d3b
USE_QT= concurrent core dbus declarative gui linguisttools network \
quickcontrols2 speech svg testlib widgets buildtools_build \
qmake_build graphicaleffects_run quickcontrols_run
# Linphone's plugin API is implemented in a shared object with rather generic
# SONAME and filename, libapp-plugin.so. For classic installation in the
# local tree, we better move it to its own subdirectory, so we need RPATH
# here.
# This will affect actual Linphone plugins as well if they get ported.
CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH="${LOCALBASE}/lib/linphone"
WRKSRC_SUBDIR= linphone-app
ICONDIR= ${LOCALBASE}/share/icons/hicolor/scalable/apps
post-patch:
@${REINPLACE_CMD} -e 's/bc_compute_full_version([^)]*)//' \
-e 's/set(FULL_VERSION /&${PORTVERSION}/' \
-e 's/INSTALL_RPATH_USE_LINK_PATH/BUILD_WITH_INSTALL_RPATH/' \
-e '/add_subdirectory.*linphone_package/d' \
-e '/add_custom_command/d' -e '/deployqt_hack/d' \
${WRKSRC}/CMakeLists.txt
@${REINPLACE_CMD} 's/LINPHONE_QT_GIT_VERSION/"${PORTVERSION}"/' \
${WRKSRC}/src/app/AppController.cpp
# override install because otherwise, it does a complete rebuild during stage
do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/linphone \
${STAGEDIR}${LOCALBASE}/bin
${MKDIR} ${STAGEDIR}${LOCALBASE}/lib/linphone
${MKDIR} ${STAGEDIR}${ICONDIR}
${INSTALL_LIB} ${BUILD_WRKSRC}/libapp-plugin.so \
${STAGEDIR}${LOCALBASE}/lib/linphone
${INSTALL_DATA} ${WRKSRC}/assets/images/linphone_logo.svg \
${STAGEDIR}${ICONDIR}/linphone.svg
${INSTALL_DATA} ${FILESDIR}/linphone.desktop \
${STAGEDIR}${LOCALBASE}/share/applications/linphone.desktop
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1538765035
SHA256 (linphoneqt-4.1.1.tar.gz) = 4a00c0cc2861089f8d3a1d0af1cde8ad4094f23640fb6df483e1814853ce5fbc
SIZE (linphoneqt-4.1.1.tar.gz) = 1820252
TIMESTAMP = 1657718753
SHA256 (public-linphone-desktop-da40aed848da44e851d67a2039e7e966c5257d3b_GL0.tar.gz) = b8ea0a2d466a28e57da5bc4ca6916f67606dfc01b08e5c3e4483e6bffc63f91e
SIZE (public-linphone-desktop-da40aed848da44e851d67a2039e7e966c5257d3b_GL0.tar.gz) = 2751020

View file

@ -0,0 +1,26 @@
[Desktop Entry]
Name=Linphone
GenericName=SIP Phone
Comment=Linphone is a libre SIP client
Type=Application
Exec=linphone %u
Icon=linphone
Terminal=false
Categories=Network;Telephony;
# Translations
Name[de]=Linphone
Name[he]=Linphone
Name[ar]=لِنْفُونْ
Name[hu]=Linphone
Name[ru]=Linphone
Name[nb_NO]=Linphone
Name[it]=Linphone
Name[ja]=Linphone
Name[cs]=Linphone
Name[sr]=Линфон
Name[sv]=Linphone
Name[zh_CN]=Linphone
Name[fr]=Linphone
Name[zh_TW]=Linphone

View file

@ -1,93 +0,0 @@
From ecaab0f73d0b74bbfbf150286305fa6e12970037 Mon Sep 17 00:00:00 2001
From: Ronan Abhamon <ronan.abhamon@belledonne-communications.com>
Date: Fri, 19 Jan 2018 14:42:01 +0100
Subject: [PATCH] fix(SettingsWindow): rename icon property of TabButton to
iconName (issue with Qt 5.10 and new icon property)
---
ui/modules/Common/Form/Tab/TabButton.qml | 8 ++++----
ui/views/App/Settings/SettingsWindow.qml | 14 +++++++-------
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/ui/modules/Common/Form/Tab/TabButton.qml b/ui/modules/Common/Form/Tab/TabButton.qml
index ad220ab2..a47bb20b 100644
--- ui/modules/Common/Form/Tab/TabButton.qml
+++ ui/modules/Common/Form/Tab/TabButton.qml
@@ -12,8 +12,8 @@ Controls.TabButton {
// ---------------------------------------------------------------------------
- property string icon
property int iconSize: TabButtonStyle.icon.size
+ property string iconName
readonly property bool _isSelected: parent.parent.currentItem === button
@@ -66,9 +66,9 @@ Controls.TabButton {
Layout.leftMargin: TabButtonStyle.text.leftPadding
icon: {
- var icon = button.icon
- return icon.length
- ? (icon + '_' + (button._isSelected ? 'selected' : 'normal'))
+ var iconName = button.iconName
+ return iconName.length
+ ? (iconName + '_' + (button._isSelected ? 'selected' : 'normal'))
: ''
}
iconSize: button.iconSize
diff --git a/ui/views/App/Settings/SettingsWindow.qml b/ui/views/App/Settings/SettingsWindow.qml
index b8f5a80f..58909544 100644
--- ui/views/App/Settings/SettingsWindow.qml
+++ ui/views/App/Settings/SettingsWindow.qml
@@ -48,43 +48,43 @@ ApplicationWindow {
id: tabBar
TabButton {
- icon: 'settings_sip_accounts'
+ iconName: 'settings_sip_accounts'
text: qsTr('sipAccountsTab')
width: implicitWidth
}
TabButton {
- icon: 'settings_audio'
+ iconName: 'settings_audio'
text: qsTr('audioTab')
width: implicitWidth
}
TabButton {
- icon: 'settings_video'
+ iconName: 'settings_video'
text: qsTr('videoTab')
width: implicitWidth
}
TabButton {
- icon: 'settings_call'
+ iconName: 'settings_call'
text: qsTr('callsAndChatTab')
width: implicitWidth
}
TabButton {
- icon: 'settings_network'
+ iconName: 'settings_network'
text: qsTr('networkTab')
width: implicitWidth
}
TabButton {
- icon: 'settings_advanced'
+ iconName: 'settings_advanced'
text: qsTr('uiTab')
width: implicitWidth
}
TabButton {
- icon: 'settings_advanced'
+ iconName: 'settings_advanced'
text: qsTr('uiAdvanced')
width: implicitWidth
}

View file

@ -1,74 +0,0 @@
From 5dd0161a68db97dd1bb1c367630821e61eae3584 Mon Sep 17 00:00:00 2001
From: Ronan Abhamon <ronan.abhamon@belledonne-communications.com>
Date: Mon, 22 Jan 2018 11:04:26 +0100
Subject: [PATCH] feat(app): try to support menu bar between qt 5.9 and qt 5.10
---
resources.qrc | 2 +
src/app/App.cpp | 12 ++-
ui/views/App/Main/+5.9/MainWindowMenuBar.qml | 79 ++++++++++++++++++++
ui/views/App/Main/+mac/MainWindowMenuBar.qml | 79 ++++++++++++++++++++
ui/views/App/Main/MainWindowMenuBar.qml | 37 ++++-----
5 files changed, 184 insertions(+), 25 deletions(-)
create mode 100644 ui/views/App/Main/+5.9/MainWindowMenuBar.qml
create mode 100644 ui/views/App/Main/+mac/MainWindowMenuBar.qml
diff --git a/ui/views/App/Main/MainWindowMenuBar.qml b/ui/views/App/Main/MainWindowMenuBar.qml
index 48a0dde3..e32b8fe3 100644
--- ui/views/App/Main/MainWindowMenuBar.qml
+++ ui/views/App/Main/MainWindowMenuBar.qml
@@ -1,7 +1,5 @@
import QtQuick 2.7
-
-// Experimental.
-import Qt.labs.platform 1.0
+import QtQuick.Controls 2.3
import Linphone 1.0
@@ -48,32 +46,25 @@ Item {
// Menu.
// ---------------------------------------------------------------------------
- MenuBar {
- Menu {
- id: menu
+ Menu {
+ id: menu
- MenuItem {
- role: MenuItem.PreferencesRole
- shortcut: settingsShortcut.sequence
- text: qsTr('settings')
+ MenuItem {
+ text: qsTr('settings')
- onTriggered: settingsShortcut.onActivated()
- }
+ onTriggered: settingsShortcut.onActivated()
+ }
- MenuItem {
- role: MenuItem.AboutRole
- text: qsTr('about')
+ MenuItem {
+ text: qsTr('about')
- onTriggered: aboutShortcut.onActivated()
- }
+ onTriggered: aboutShortcut.onActivated()
+ }
- MenuItem {
- role: MenuItem.QuitRole
- shortcut: quitShortcut.sequence
- text: qsTr('quit')
+ MenuItem {
+ text: qsTr('quit')
- onTriggered: quitShortcut.onActivated()
- }
+ onTriggered: quitShortcut.onActivated()
}
}
}

View file

@ -1,216 +0,0 @@
From c840bbab8ca823f4cca0b70f6e692a38933449d8 Mon Sep 17 00:00:00 2001
From: Ronan Abhamon <ronan.abhamon@belledonne-communications.com>
Date: Fri, 15 Jun 2018 11:55:59 +0200
Subject: [PATCH] fix(Timeline.qml): do not anchors rectangle in ColumnLayout
(Qt5.11)
---
ui/modules/Linphone/Timeline/Timeline.qml | 168 +++++++++++-----------
1 file changed, 83 insertions(+), 85 deletions(-)
diff --git a/ui/modules/Linphone/Timeline/Timeline.qml b/ui/modules/Linphone/Timeline/Timeline.qml
index d260bd7b..95205458 100644
--- ui/modules/Linphone/Timeline/Timeline.qml
+++ ui/modules/Linphone/Timeline/Timeline.qml
@@ -9,7 +9,7 @@ import 'Timeline.js' as Logic
// =============================================================================
-ColumnLayout {
+Rectangle {
id: timeline
// ---------------------------------------------------------------------------
@@ -35,110 +35,108 @@ ColumnLayout {
// ---------------------------------------------------------------------------
- spacing: 0
+ color: TimelineStyle.color
- // ---------------------------------------------------------------------------
+ ColumnLayout {
+ anchors.fill: parent
+ spacing: 0
- Connections {
- target: model
+ // -------------------------------------------------------------------------
- onDataChanged: Logic.handleDataChanged(topLeft, bottomRight, roles)
- onRowsAboutToBeRemoved: Logic.handleRowsAboutToBeRemoved (parent, first, last)
- }
+ Connections {
+ target: model
- // ---------------------------------------------------------------------------
-
- Rectangle {
- anchors.fill: parent
- color: TimelineStyle.color
- }
+ onDataChanged: Logic.handleDataChanged(topLeft, bottomRight, roles)
+ onRowsAboutToBeRemoved: Logic.handleRowsAboutToBeRemoved(parent, first, last)
+ }
- // ---------------------------------------------------------------------------
- // Legend.
- // ---------------------------------------------------------------------------
+ // -------------------------------------------------------------------------
+ // Legend.
+ // -------------------------------------------------------------------------
- Rectangle {
- Layout.fillWidth: true
- Layout.preferredHeight: TimelineStyle.legend.height
- color: TimelineStyle.legend.backgroundColor
+ Rectangle {
+ Layout.fillWidth: true
+ Layout.preferredHeight: TimelineStyle.legend.height
+ color: TimelineStyle.legend.backgroundColor
- Row {
- anchors {
- fill: parent
- leftMargin: TimelineStyle.legend.leftMargin
- rightMargin: TimelineStyle.legend.rightMargin
- }
- spacing: TimelineStyle.legend.spacing
+ Row {
+ anchors {
+ fill: parent
+ leftMargin: TimelineStyle.legend.leftMargin
+ rightMargin: TimelineStyle.legend.rightMargin
+ }
+ spacing: TimelineStyle.legend.spacing
- Icon {
- anchors.verticalCenter: parent.verticalCenter
- icon: 'history'
- iconSize: TimelineStyle.legend.iconSize
- }
+ Icon {
+ anchors.verticalCenter: parent.verticalCenter
+ icon: 'history'
+ iconSize: TimelineStyle.legend.iconSize
+ }
- Text {
- color: TimelineStyle.legend.color
- font.pointSize: TimelineStyle.legend.pointSize
- height: parent.height
- text: qsTr('timelineTitle')
- verticalAlignment: Text.AlignVCenter
+ Text {
+ color: TimelineStyle.legend.color
+ font.pointSize: TimelineStyle.legend.pointSize
+ height: parent.height
+ text: qsTr('timelineTitle')
+ verticalAlignment: Text.AlignVCenter
+ }
}
}
- }
- // ---------------------------------------------------------------------------
- // History.
- // ---------------------------------------------------------------------------
+ // -------------------------------------------------------------------------
+ // History.
+ // -------------------------------------------------------------------------
+
+ ScrollableListView {
+ id: view
+
+ Layout.fillHeight: true
+ Layout.fillWidth: true
+ currentIndex: -1
- ScrollableListView {
- id: view
-
- Layout.fillHeight: true
- Layout.fillWidth: true
- currentIndex: -1
-
- delegate: Item {
- height: TimelineStyle.contact.height
- width: parent ? parent.width : 0
-
- Contact {
- anchors.fill: parent
- color: view.currentIndex === index
- ? TimelineStyle.contact.backgroundColor.selected
- : (
- index % 2 == 0
- ? TimelineStyle.contact.backgroundColor.a
- : TimelineStyle.contact.backgroundColor.b
- )
- displayUnreadMessagesCount: view.currentIndex !== index
- entry: $timelineEntry
- sipAddressColor: view.currentIndex === index
- ? TimelineStyle.contact.sipAddress.color.selected
- : TimelineStyle.contact.sipAddress.color.normal
- usernameColor: view.currentIndex === index
- ? TimelineStyle.contact.username.color.selected
- : TimelineStyle.contact.username.color.normal
-
- Loader {
+ delegate: Item {
+ height: TimelineStyle.contact.height
+ width: parent ? parent.width : 0
+
+ Contact {
anchors.fill: parent
- sourceComponent: TooltipArea {
- text: $timelineEntry.timestamp.toLocaleString(
- Qt.locale(App.locale),
- Locale.ShortFormat
+ color: view.currentIndex === index
+ ? TimelineStyle.contact.backgroundColor.selected
+ : (
+ index % 2 == 0
+ ? TimelineStyle.contact.backgroundColor.a
+ : TimelineStyle.contact.backgroundColor.b
)
+ displayUnreadMessagesCount: view.currentIndex !== index
+ entry: $timelineEntry
+ sipAddressColor: view.currentIndex === index
+ ? TimelineStyle.contact.sipAddress.color.selected
+ : TimelineStyle.contact.sipAddress.color.normal
+ usernameColor: view.currentIndex === index
+ ? TimelineStyle.contact.username.color.selected
+ : TimelineStyle.contact.username.color.normal
+
+ Loader {
+ anchors.fill: parent
+ sourceComponent: TooltipArea {
+ text: $timelineEntry.timestamp.toLocaleString(
+ Qt.locale(App.locale),
+ Locale.ShortFormat
+ )
+ }
}
}
- }
- MouseArea {
- anchors.fill: parent
- onClicked: {
- view.currentIndex = index
- timeline.entrySelected($timelineEntry.sipAddress)
+ MouseArea {
+ anchors.fill: parent
+ onClicked: {
+ view.currentIndex = index
+ timeline.entrySelected($timelineEntry.sipAddress)
+ }
}
}
- }
- onCountChanged: Logic.handleCountChanged(count)
+ onCountChanged: Logic.handleCountChanged(count)
+ }
}
}

View file

@ -1,23 +0,0 @@
From 85c2165dd2cfaa051f2b5079406cccf363cdc0c8 Mon Sep 17 00:00:00 2001
From: Ronan Abhamon <ronan.abhamon@belledonne-communications.com>
Date: Fri, 15 Jun 2018 14:26:54 +0200
Subject: [PATCH] fix(TabContainer.qml): do not anchors rectangle in
StackLayout (Qt5.11)
---
ui/modules/Common/Form/Tab/TabContainer.qml | 1 -
ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.qml | 2 ++
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/ui/modules/Common/Form/Tab/TabContainer.qml b/ui/modules/Common/Form/Tab/TabContainer.qml
index 1ddbcc18..1706849a 100644
--- ui/modules/Common/Form/Tab/TabContainer.qml
+++ ui/modules/Common/Form/Tab/TabContainer.qml
@@ -11,7 +11,6 @@ import Utils 1.0
Rectangle {
default property alias _content: content.data
- anchors.fill: parent
color: TabContainerStyle.color
ColumnLayout {

View file

@ -1,68 +0,0 @@
From 872093116f2b8cee869f38cdccf527b22d1f1ea1 Mon Sep 17 00:00:00 2001
From: Ronan Abhamon <ronan.abhamon@belledonne-communications.com>
Date: Fri, 15 Jun 2018 15:20:35 +0200
Subject: [PATCH] fix(ExclusiveButtons.spec.qml): do not use SignalSpy in Qt
5.11, click is emitted twice instead of one
---
.../Form/Buttons/ExclusiveButtons.spec.qml | 28 ++++++++++---------
1 file changed, 15 insertions(+), 13 deletions(-)
diff --git a/ui/modules/Common/Form/Buttons/ExclusiveButtons.spec.qml b/ui/modules/Common/Form/Buttons/ExclusiveButtons.spec.qml
index be92a1c4..0154fa95 100644
--- ui/modules/Common/Form/Buttons/ExclusiveButtons.spec.qml
+++ ui/modules/Common/Form/Buttons/ExclusiveButtons.spec.qml
@@ -27,13 +27,6 @@ Item {
texts: ['A', 'B', 'C', 'D', 'E']
}
-
- SignalSpy {
- id: spy
-
- signalName: 'clicked'
- target: exclusiveButtons
- }
}
}
@@ -54,24 +47,33 @@ Item {
function test_signals (data) {
var container = buildExclusiveButtons(data.defaultSelectedButton)
- var spy = container.data[1]
var exclusiveButtons = container.data[0]
-
var buttonToClick = data.buttonToClick
// Test default selected button.
compare(exclusiveButtons.selectedButton, data.defaultSelectedButton)
+ var button = -1
+ var count = 0
+
+ exclusiveButtons.clicked.connect(function (_button) {
+ button = _button;
+ count += 1
+ })
+
// Test a click to change the selected button.
mouseClick(exclusiveButtons.data[buttonToClick])
- spy.wait(100)
- compare(spy.signalArguments[0][0], buttonToClick)
+
+ compare(button, buttonToClick)
compare(exclusiveButtons.selectedButton, buttonToClick)
+ compare(count, 1)
// No signal must be emitted.
mouseClick(exclusiveButtons.data[buttonToClick])
- wait(100)
- compare(spy.count, 1)
+
+ compare(button, buttonToClick)
+ compare(exclusiveButtons.selectedButton, buttonToClick)
+ compare(count, 1)
container.destroy()
}

View file

@ -1,25 +0,0 @@
From 4f908efd12647d9e603c9c6247170e127129c71a Mon Sep 17 00:00:00 2001
From: Ronan Abhamon <ronan.abhamon@belledonne-communications.com>
Date: Wed, 20 Jun 2018 14:32:53 +0200
Subject: [PATCH] fix(Calls): avoid a crash with a bad binding (Qt 5.11) on
ConferenceControls
---
ui/modules/Linphone/Calls/Calls.qml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/ui/modules/Linphone/Calls/Calls.qml b/ui/modules/Linphone/Calls/Calls.qml
index 89309129..b6f95bae 100644
--- ui/modules/Linphone/Calls/Calls.qml
+++ ui/modules/Linphone/Calls/Calls.qml
@@ -93,9 +93,7 @@ ListView {
// ---------------------------------------------------------------------------
header: ConferenceControls {
- readonly property bool isSelected: calls.currentIndex === -1 &&
- calls._selectedCall == null &&
- visible
+ readonly property bool isSelected: calls.currentIndex === -1 && calls._selectedCall == null
height: visible ? ConferenceControlsStyle.height : 0
width: parent.width

View file

@ -1,90 +0,0 @@
From 70f47b01d375ab1d3687b2d448c601fdc15fab20 Mon Sep 17 00:00:00 2001
From: Ronan Abhamon <ronan.abhamon@belledonne-communications.com>
Date: Wed, 20 Jun 2018 14:56:53 +0200
Subject: [PATCH] fix(App): do not create windows later to avoid warning and
abort (QQmlComponent: Cannot create new component instance before completing
the previous)
---
src/app/App.cpp | 40 +++++++++++++++++++---------------------
src/app/App.hpp | 4 ++--
2 files changed, 21 insertions(+), 23 deletions(-)
diff --git a/src/app/App.cpp b/src/app/App.cpp
index 36b68590..12661dd4 100644
--- src/app/App.cpp.orig
+++ src/app/App.cpp
@@ -147,8 +147,6 @@
qInfo() << QStringLiteral("Restarting app...");
delete mEngine;
- mCallsWindow = nullptr;
- mSettingsWindow = nullptr;
CoreManager::uninit();
@@ -232,10 +230,7 @@
// -----------------------------------------------------------------------------
-QQuickWindow *App::getCallsWindow () {
- if (!mCallsWindow)
- mCallsWindow = ::createSubWindow(mEngine, QML_VIEW_CALLS_WINDOW);
-
+QQuickWindow *App::getCallsWindow () const {
return mCallsWindow;
}
@@ -245,18 +240,7 @@
);
}
-QQuickWindow *App::getSettingsWindow () {
- if (!mSettingsWindow) {
- mSettingsWindow = ::createSubWindow(mEngine, QML_VIEW_SETTINGS_WINDOW);
- QObject::connect(mSettingsWindow, &QWindow::visibilityChanged, this, [](QWindow::Visibility visibility) {
- if (visibility == QWindow::Hidden) {
- qInfo() << QStringLiteral("Update nat policy.");
- shared_ptr<linphone::Core> core = CoreManager::getInstance()->getCore();
- core->setNatPolicy(core->getNatPolicy());
- }
- });
- }
-
+QQuickWindow *App::getSettingsWindow () const {
return mSettingsWindow;
}
@@ -504,6 +488,17 @@
void App::openAppAfterInit () {
qInfo() << QStringLiteral("Open linphone app.");
+
+ // Create other windows.
+ mCallsWindow = createSubWindow(mEngine, QML_VIEW_CALLS_WINDOW);
+ mSettingsWindow = createSubWindow(mEngine, QML_VIEW_SETTINGS_WINDOW);
+ QObject::connect(mSettingsWindow, &QWindow::visibilityChanged, this, [](QWindow::Visibility visibility) {
+ if (visibility == QWindow::Hidden) {
+ qInfo() << QStringLiteral("Update nat policy.");
+ shared_ptr<linphone::Core> core = CoreManager::getInstance()->getCore();
+ core->setNatPolicy(core->getNatPolicy());
+ }
+ });
QQuickWindow *mainWindow = getMainWindow();
diff --git a/src/app/App.hpp b/src/app/App.hpp
index cdae4a06..21ad9617 100644
--- src/app/App.hpp.orig
+++ src/app/App.hpp
@@ -79,8 +79,8 @@
exit(APP_CODE_RESTART);
}
- Q_INVOKABLE QQuickWindow *getCallsWindow ();
- Q_INVOKABLE QQuickWindow *getSettingsWindow ();
+ Q_INVOKABLE QQuickWindow *getCallsWindow () const;
+ Q_INVOKABLE QQuickWindow *getSettingsWindow () const;
Q_INVOKABLE static void smartShowWindow (QQuickWindow *window);

View file

@ -1,39 +0,0 @@
From 7f62ae905a92507c078ca6e43a2e5474b60baec8 Mon Sep 17 00:00:00 2001
From: Ronan Abhamon <ronan.abhamon@belledonne-communications.com>
Date: Thu, 21 Jun 2018 11:31:33 +0200
Subject: [PATCH] fix(ComboBox): import named QtQuick.Controls, avoid
`QQmlComponent: Component is not Ready` with Qt 5.11.1
---
ui/modules/Common/Form/ComboBox.qml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ui/modules/Common/Form/ComboBox.qml b/ui/modules/Common/Form/ComboBox.qml
index 9d6a93bd..2e25d01b 100644
--- ui/modules/Common/Form/ComboBox.qml
+++ ui/modules/Common/Form/ComboBox.qml
@@ -1,5 +1,5 @@
import QtQuick 2.7
-import QtQuick.Controls 2.1
+import QtQuick.Controls 2.1 as Controls
import QtQuick.Layouts 1.3
import Common 1.0
@@ -10,7 +10,7 @@ import 'ComboBox.js' as Logic
// =============================================================================
-ComboBox {
+Controls.ComboBox {
id: comboBox
// ---------------------------------------------------------------------------
@@ -82,7 +82,7 @@ ComboBox {
// ---------------------------------------------------------------------------
- delegate: ItemDelegate {
+ delegate: Controls.ItemDelegate {
id: item
readonly property var flattenedModel: comboBox.textRole.length &&

View file

@ -1,29 +0,0 @@
From 313aa682738fc877ee8ba78b1d4060e08739cc24 Mon Sep 17 00:00:00 2001
From: Ronan Abhamon <ronan.abhamon@belledonne-communications.com>
Date: Fri, 19 Jan 2018 15:16:03 +0100
Subject: [PATCH] feat(AppController): force default theme style
---
src/app/AppController.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/app/AppController.cpp b/src/app/AppController.cpp
index 2d353884..711e1a9b 100644
--- src/app/AppController.cpp
+++ src/app/AppController.cpp
@@ -23,6 +23,7 @@
#include <QDirIterator>
#include <QFontDatabase>
#include <QMessageBox>
+#include <QQuickStyle>
#include "gitversion.h"
@@ -85,6 +86,7 @@ AppController::AppController (int &argc, char *argv[]) {
QCoreApplication::setApplicationVersion(APPLICATION_VERSION);
mApp = new App(argc, argv);
+ QQuickStyle::setStyle("Default");
if (mApp->isSecondary()) {
#ifdef Q_OS_MACOS
mApp->processEvents();

View file

@ -1,10 +0,0 @@
--- CMakeLists.txt.orig 2017-07-21 13:14:18 UTC
+++ CMakeLists.txt
@@ -342,7 +342,6 @@ else ()
endif ()
if (NOT WIN32)
- add_dependencies(update_translations check_qml)
endif ()
set_target_properties(${TARGET_NAME} PROPERTIES OUTPUT_NAME "${EXECUTABLE_NAME}")
set_target_properties(${TESTER_TARGET_NAME} PROPERTIES OUTPUT_NAME "${TESTER_EXECUTABLE_NAME}")

View file

@ -1,16 +0,0 @@
--- resources.qrc.orig 2017-06-29 09:20:37 UTC
+++ resources.qrc
@@ -1,13 +1,5 @@
<!DOCTYPE RCC><RCC version="1.0">
<qresource prefix="/">
- <file>assets/fonts/NotoSans-hinted/NotoSans-BoldItalic.ttf</file>
- <file>assets/fonts/NotoSans-hinted/NotoSans-Bold.ttf</file>
- <file>assets/fonts/NotoSans-hinted/NotoSans-Italic.ttf</file>
- <file>assets/fonts/NotoSans-hinted/NotoSans-Regular.ttf</file>
- <file>assets/fonts/NotoSans-hinted/NotoSansUI-BoldItalic.ttf</file>
- <file>assets/fonts/NotoSans-hinted/NotoSansUI-Bold.ttf</file>
- <file>assets/fonts/NotoSans-hinted/NotoSansUI-Italic.ttf</file>
- <file>assets/fonts/NotoSans-hinted/NotoSansUI-Regular.ttf</file>
<file>assets/images/add_disabled.svg</file>
<file>assets/images/add_hovered.svg</file>
<file>assets/images/add_normal.svg</file>

View file

@ -1,11 +0,0 @@
--- src/app/AppController.cpp.orig 2018-11-11 20:28:45 UTC
+++ src/app/AppController.cpp
@@ -34,7 +34,7 @@
#define APPLICATION_VERSION "4.1.1"
#define APPLICATION_MINIMAL_QT_VERSION "5.9.0"
-#define DEFAULT_FONT "Noto Sans"
+#define DEFAULT_FONT "sans-serif"
using namespace std;

View file

@ -0,0 +1,11 @@
--- src/components/other/desktop-tools/DesktopTools.hpp.orig 2022-07-05 13:20:17 UTC
+++ src/components/other/desktop-tools/DesktopTools.hpp
@@ -23,7 +23,7 @@
#include <QtGlobal>
-#ifdef Q_OS_LINUX
+#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
#include "DesktopToolsLinux.hpp"
#elif defined(Q_OS_WIN)
#include "DesktopToolsWindows.hpp"

View file

@ -1,8 +1,4 @@
bin/linphone
bin/linphone-tester
lib/linphone/libapp-plugin.so
share/applications/linphone.desktop
share/icons/hicolor/scalable/apps/linphone.svg
%%DATADIR%%/assistant/create-linphone-sip-account.rc
%%DATADIR%%/assistant/use-linphone-sip-account.rc
%%DATADIR%%/assistant/use-other-sip-account.rc
%%DATADIR%%/linphonerc-factory

View file

@ -32,8 +32,8 @@ PORTEXAMPLES= *
.include <bsd.port.pre.mk>
.if ${ARCH} == i386 && ${GCC_DEFAULT} >= 10
BROKEN= f951: internal compiler error: Segmentation fault
.if ${GCC_DEFAULT} >= 10
BROKEN_i386= f951: internal compiler error: Segmentation fault
.endif
post-patch:

View file

@ -1,6 +1,5 @@
PORTNAME= boringssl
PORTVERSION= 0.0.0.0.2022.07.12.01
PORTREVISION= 1
PORTVERSION= 0.0.0.0.2022.07.18.01
CATEGORIES= security
MAINTAINER= osa@FreeBSD.org
@ -19,7 +18,7 @@ CPE_VENDOR= google
USE_GITHUB= yes
GH_ACCOUNT= google
GH_TAGNAME= c8d3137
GH_TAGNAME= dfddbc4
GH_TUPLE= golang:crypto:c07d793c2f9a:golang_crypto/vendor/golang.org/x/crypto \
golang:net:04defd469f4e:golang_net/vendor/golang.org/x/net \
golang:sys:04245dca01da:golang_sys/vendor/golang.org/x/sys \

View file

@ -1,6 +1,6 @@
TIMESTAMP = 1657721602
SHA256 (google-boringssl-0.0.0.0.2022.07.12.01-c8d3137_GH0.tar.gz) = b5b7df60a44f5181e864ad4b72fa75fec80a53facc1a6f7a38049d858a938a95
SIZE (google-boringssl-0.0.0.0.2022.07.12.01-c8d3137_GH0.tar.gz) = 30908912
TIMESTAMP = 1658231373
SHA256 (google-boringssl-0.0.0.0.2022.07.18.01-dfddbc4_GH0.tar.gz) = 18ecd6b065fa77f0d7f043af9c996cb918a105d20a6776fd924f35ee53e79490
SIZE (google-boringssl-0.0.0.0.2022.07.18.01-dfddbc4_GH0.tar.gz) = 30909340
SHA256 (golang-crypto-c07d793c2f9a_GH0.tar.gz) = bd1e0856c43287c6ebd20d59e2b4f2ffa91c5cc275dbb02bb2cfc822e6dc18a4
SIZE (golang-crypto-c07d793c2f9a_GH0.tar.gz) = 1732023
SHA256 (golang-net-04defd469f4e_GH0.tar.gz) = 6009a6f0989341df975799276ff1c49af650d4a4ed3fd6db3501b91eb601810d

View file

@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/../../LICENSE
BROKEN_i386= error: __int128 is not supported on this target
BROKEN_powerpc= error: __int128 is not supported on this target
BROKEN_armv6= error: __int128 is not supported on this target
BROKEN_armv7= error: __int128 is not supported on this target
LIB_DEPENDS= libntl.so:math/ntl

View file

@ -8,10 +8,6 @@ COMMENT= C library for quantum-resistant cryptography
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BROKEN_i386= Unknown or unsupported processor: i386
BROKEN_powerpc= Unknown or unsupported processor: powerpc
BROKEN_aarch64= use of undeclared identifier 'ID_AA64ISAR0_SHA3_BASE', see https://github.com/open-quantum-safe/liboqs/issues/1223
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
bash:shells/bash
@ -25,7 +21,8 @@ GH_TAGNAME= 38d3014dc2f74ec0f0c1a9e7e61aa4d2251adcc9
SHEBANG_GLOB= *.sh
CMAKE_ON= BUILD_SHARED_LIBS OQS_DIST_BUILD
CMAKE_ON= BUILD_SHARED_LIBS OQS_DIST_BUILD \
OQS_PERMIT_UNSUPPORTED_ARCHITECTURE # trying to build on i386, powerpc, armv6, riscv64
TEST_TARGET= run_tests

View file

@ -1,7 +1,7 @@
PORTNAME= libpki
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security
PATCH_SITES= https://github.com/openca/libpki/commit/
@ -35,10 +35,8 @@ MYSQL_DESC= "Enable MySQL support"
PGSQL_DESC= "Enable PostgreSQL support"
DNS_CONFIGURE_ENABLE= dns
LDAP_LIB_DEPENDS= liblber.so:net/openldap24-client \
libldap_r.so:net/openldap24-client
LDAP_USE= OPENLDAP=yes
LDAP_CONFIGURE_ENABLE= ldap
LDAP_LDFLAGS+= -llber
MYSQL_USES= mysql
MYSQL_CONFIGURE_ENABLE= mysql
PGSQL_USES= pgsql

Some files were not shown because too many files have changed in this diff Show more