Merge remote-tracking branch 'origin/pristine'

* origin/pristine: (395 commits)
  devel/p5-Glib: bump dependencies after 0708344
  multimedia/uxplay: Update to 1.72.1
  misc/talkfilters: Update to 2.4
  lang/racket: update to version 8.17
  lang/racket-minimal: update to version 8.17
  math/libmissing: Deprecate
  devel/aws-c-s3: Update to 0.8.1
  misc/p5-Business-ISBN-Data: update to 20250605.001
  devel/p5-File-Find-Rule: update to 0.35
  net/nats-server: add reload command to rc.d script
  java/apache-commons-beanutils: update to version 1.11.0
  security/arti: Update to 1.4.4
  mail/mailslurper: Update 1.14.2.g20201217 => 1.15.0
  biology/fastp: Update to 0.26.0
  devel/jujutsu: upgrade to version 0.30.0
  databases/qdrant: Update to 1.14.1
  net/redpanda-connect: update to version 4.56.0
  editors/kakoune: Update to 2025.06.03
  security/tailscale: Update to 1.84.1
  science/maeparser: update 1.3.2 → 1.3.3
  ...
This commit is contained in:
Bastard Operator from Hell 2025-06-07 19:39:38 +02:00
commit f2ecccb343
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1520 changed files with 10779 additions and 7602 deletions

View File

@ -8438,6 +8438,7 @@ sysutils/u-boot-starfive-visionfive2
sysutils/UEFITool sysutils/UEFITool
sysutils/unetbootin sysutils/unetbootin
sysutils/unstow sysutils/unstow
sysutils/vimpager
sysutils/wmapmload sysutils/wmapmload
sysutils/xcdroast sysutils/xcdroast
sysutils/xcpustate sysutils/xcpustate
@ -10087,6 +10088,7 @@ x11/cl-clx-clisp
x11/clipcat x11/clipcat
x11/compton-conf x11/compton-conf
x11/conlecterm x11/conlecterm
x11/contour
x11/cool-retro-term x11/cool-retro-term
x11/coreterminal x11/coreterminal
x11/damask x11/damask

2
GIDs
View File

@ -322,7 +322,7 @@ walletd:*:378:
renterd:*:379: renterd:*:379:
spoofdpi:*:380: spoofdpi:*:380:
hydroxide:*:381: hydroxide:*:381:
# free: 382 _tlsrpt:*:382:
# free: 383 # free: 383
# free: 384 # free: 384
# free: 385 # free: 385

8
MOVED
View File

@ -4493,3 +4493,11 @@ security/py-oauth2client||2025-06-02|Has expired: Deprecated by upstream. Use se
math/py-grandalf||2025-06-02|Has expired: Depends on expired devel/py-pytest-runner math/py-grandalf||2025-06-02|Has expired: Depends on expired devel/py-pytest-runner
multimedia/py-ffmpeg-python||2025-06-02|Has expired: Depends on expired devel/py-pytest-runner multimedia/py-ffmpeg-python||2025-06-02|Has expired: Depends on expired devel/py-pytest-runner
science/py-DendroPy||2025-06-02|Has expired: Depends on expired devel/py-pytest-runner science/py-DendroPy||2025-06-02|Has expired: Depends on expired devel/py-pytest-runner
devel/linux-rl9-libsoup||2025-06-04|Merged into devel/linux_base-rl9
games/hedgewars-server||2025-06-04|Depends on expired lang/ghc810, does not build with newer GHCs
lang/ghc810||2025-06-04|Old version, unsupported upstream
audio/mp3check||2025-06-06|Has expired: Depends on expired audio/id3tool
audio/id3tool||2025-06-06|Has expired: Can't read ID3v2 tags which have been around for 20+ years and discontinued in 2005 feature-wise according to readme file
science/py-pysal||2025-06-06|Has expired: Depends on expired math/py-spvcm
textproc/xincluder||2025-06-06|Has expired: Depends on expiring java/jdom
math/py-spvcm||2025-06-06|Has expired: Upstream repository has been archived on Jul 9, 2024

View File

@ -76,11 +76,6 @@ IGNORE= USES=cabal: invalid arguments: ${arg}
IGNORE= CABAL_PROJECT: invalid value: ${CABAL_PROJECT} IGNORE= CABAL_PROJECT: invalid value: ${CABAL_PROJECT}
. endif . endif
. if ${ARCH} == i386 && defined(USE_CABAL) && ${USE_CABAL:Mbasement-0.0.1[4-5]}
# Upstream issue: https://github.com/haskell-foundation/foundation/issues/565
BROKEN= ${USE_CABAL:Mbasement-0.0.1[4-5]} package doesn't compile on i386
. endif
PKGNAMEPREFIX?= hs- PKGNAMEPREFIX?= hs-
CABAL_EXECUTABLES?= ${PORTNAME} CABAL_EXECUTABLES?= ${PORTNAME}

View File

@ -97,7 +97,7 @@ WRKSRC_crate_${_crate}= ${WRKDIR}/${_wrksrc}
CARGO_BUILDDEP?= yes CARGO_BUILDDEP?= yes
. if ${CARGO_BUILDDEP:tl} == "yes" . if ${CARGO_BUILDDEP:tl} == "yes"
BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.86.0:lang/${RUST_DEFAULT} BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.87.0:lang/${RUST_DEFAULT}
. elif ${CARGO_BUILDDEP:tl} == "any-version" . elif ${CARGO_BUILDDEP:tl} == "any-version"
BUILD_DEPENDS+= ${RUST_DEFAULT}>=0:lang/${RUST_DEFAULT} BUILD_DEPENDS+= ${RUST_DEFAULT}>=0:lang/${RUST_DEFAULT}
. endif . endif

View File

@ -1844,8 +1844,14 @@ PLIST_FILES+= "@ldconfig"
. if defined(NO_SHLIB_REQUIRES_GLOB) . if defined(NO_SHLIB_REQUIRES_GLOB)
PKG_ENV+= SHLIB_REQUIRE_IGNORE_GLOB="${NO_SHLIB_REQUIRES_GLOB:ts,}" PKG_ENV+= SHLIB_REQUIRE_IGNORE_GLOB="${NO_SHLIB_REQUIRES_GLOB:ts,}"
. endif . endif
. if defined(NO_SHLIBS_REQUIRES_REGEX) . if defined(NO_SHLIB_REQUIRES_REGEX)
PKG_ENV+= SHLIB_REQUIRE_IGNORE_REGEX="${NO_SHLIBS_REQUIRES_REGEX:ts,}" PKG_ENV+= SHLIB_REQUIRE_IGNORE_REGEX="${NO_SHLIB_REQUIRES_REGEX:ts,}"
. endif
. if defined(NO_SHLIB_PROVIDES_GLOB)
PKG_ENV+= SHLIB_PROVIDE_IGNORE_GLOB="${NO_SHLIB_PROVIDES_GLOB:ts,}"
. endif
. if defined(NO_SHLIB_PROVIDES_REGEX)
PKG_ENV+= SHLIB_PROVIDE_IGNORE_REGEX="${NO_SHLIB_PROVIDES_REGEX:ts,}"
. endif . endif
PKG_IGNORE_DEPENDS?= 'this_port_does_not_exist' PKG_IGNORE_DEPENDS?= 'this_port_does_not_exist'

2
UIDs
View File

@ -328,7 +328,7 @@ walletd:*:378:378::0:0:walletd Daemon:/nonexistent:/usr/sbin/nologin
renterd:*:379:379::0:0:renterd Daemon:/nonexistent:/usr/sbin/nologin renterd:*:379:379::0:0:renterd Daemon:/nonexistent:/usr/sbin/nologin
spoofdpi:*:380:380::0:0:SpoofDPI Daemon:/nonexistent:/usr/sbin/nologin spoofdpi:*:380:380::0:0:SpoofDPI Daemon:/nonexistent:/usr/sbin/nologin
hydroxide:*:381:381::0:0:Hydroxide Daemon:/var/db/hydroxide:/usr/sbin/nologin hydroxide:*:381:381::0:0:Hydroxide Daemon:/var/db/hydroxide:/usr/sbin/nologin
# free: 382 _tlsrpt:*:382:382::0:0:TLSRPT Daemon:/nonexistent:/usr/sbin/nologin
# free: 383 # free: 383
# free: 384 # free: 384
# free: 385 # free: 385

View File

@ -5,6 +5,26 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades. you update your ports collection, before attempting any port upgrades.
20250606:
AFFECTS: users of net-mgmt/unifi9
AUTHOR: ronald@FreeBSD.org
The MongoDB dependency updates from 6.0 to 7.0.
Please read 20250520 about the upgrade instructions of
databases/mongodb60. Mind that the mongodb portnr for Unifi is 27117.
The 20240606 instructions for net-mgmt/unifi8 can also be
informative.
Always backup/snapshot before upgrading.
Turn off Unifi and MongoDB during the upgrade. (service unifi stop)
MongoDB 7.0 does not formally support ARM systems without Large System
Extensions (LSE) support.
Please use the unifi9-armv80a package when running on RPI4 or similar
systems.
Running the non-armv80a package will result in an "illegal instruction"
on these systems.
20250520: 20250520:
AFFECTS: users of databases/mongodb60 AFFECTS: users of databases/mongodb60
AUTHOR: ronald@FreeBSD.org AUTHOR: ronald@FreeBSD.org

View File

@ -1,13 +1,10 @@
PORTNAME= libarchive PORTNAME= libarchive
DISTVERSION= 3.8.0 DISTVERSION= 3.8.1
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= archivers CATEGORIES= archivers
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \ MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \
https://libarchive.org/downloads/ https://libarchive.org/downloads/
PATCH_SITES= https://github.com/libarchive/libarchive/commit/
PATCHFILES= 627ba5bbbf80fe25dbf5015ef304a905a2820f17.patch:-p1
MAINTAINER= glewis@FreeBSD.org MAINTAINER= glewis@FreeBSD.org
COMMENT= Library to create and read several streaming archive formats COMMENT= Library to create and read several streaming archive formats
WWW= https://libarchive.org/ WWW= https://libarchive.org/

View File

@ -1,5 +1,3 @@
TIMESTAMP = 1748173017 TIMESTAMP = 1748823520
SHA256 (libarchive-3.8.0.tar.xz) = 67bfac3798a778143f4b1cadcdb3792b4269486f8e1b70ca5c0ee5841398bfdf SHA256 (libarchive-3.8.1.tar.xz) = 19f917d42d530f98815ac824d90c7eaf648e9d9a50e4f309c812457ffa5496b5
SIZE (libarchive-3.8.0.tar.xz) = 5950876 SIZE (libarchive-3.8.1.tar.xz) = 5950428
SHA256 (627ba5bbbf80fe25dbf5015ef304a905a2820f17.patch) = 0637ca3339f62b2528ab944ec92f5d5f95131d3f68d10450969ab78e2119b13a
SIZE (627ba5bbbf80fe25dbf5015ef304a905a2820f17.patch) = 792

View File

@ -6,7 +6,7 @@ include/archive.h
include/archive_entry.h include/archive_entry.h
lib/libarchive.so lib/libarchive.so
lib/libarchive.so.13 lib/libarchive.so.13
lib/libarchive.so.13.8.0 lib/libarchive.so.13.8.1
libdata/pkgconfig/libarchive.pc libdata/pkgconfig/libarchive.pc
share/man/man1/bsdcat.1.gz share/man/man1/bsdcat.1.gz
share/man/man1/bsdcpio.1.gz share/man/man1/bsdcpio.1.gz

View File

@ -1,7 +1,7 @@
PORTNAME= nfpm PORTNAME= nfpm
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 2.41.3 DISTVERSION= 2.41.3
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= archivers CATEGORIES= archivers
MAINTAINER= yuri@FreeBSD.org MAINTAINER= yuri@FreeBSD.org

View File

@ -1,5 +1,6 @@
PORTNAME= ouch PORTNAME= ouch
DISTVERSION= 0.6.1 DISTVERSION= 0.6.1
PORTREVISION= 1
CATEGORIES= archivers CATEGORIES= archivers
MAINTAINER= yuri@FreeBSD.org MAINTAINER= yuri@FreeBSD.org

View File

@ -5,7 +5,7 @@ MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= compressed_rtf-${PORTVERSION} DISTNAME= compressed_rtf-${PORTVERSION}
MAINTAINER= DtxdF@disroot.org MAINTAINER= dtxdf@FreeBSD.org
COMMENT= Compressed RTF compression and decompression package COMMENT= Compressed RTF compression and decompression package
WWW= https://github.com/delimitry/compressed_rtf WWW= https://github.com/delimitry/compressed_rtf

View File

@ -1,5 +1,6 @@
PORTNAME= cramjam PORTNAME= cramjam
PORTVERSION= 2.10.0 PORTVERSION= 2.10.0
PORTREVISION= 1
CATEGORIES= archivers python CATEGORIES= archivers python
MASTER_SITES= PYPI MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -6,7 +6,7 @@ MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= zipstream_ng-${PORTVERSION} DISTNAME= zipstream_ng-${PORTVERSION}
MAINTAINER= DtxdF@disroot.org MAINTAINER= dtxdf@FreeBSD.org
COMMENT= Modern and easy to use streamable zip file generator COMMENT= Modern and easy to use streamable zip file generator
WWW= https://github.com/pR0Ps/zipstream-ng/ WWW= https://github.com/pR0Ps/zipstream-ng/

View File

@ -124,7 +124,6 @@
SUBDIR += ices SUBDIR += ices
SUBDIR += id3lib SUBDIR += id3lib
SUBDIR += id3mtag SUBDIR += id3mtag
SUBDIR += id3tool
SUBDIR += id3v2 SUBDIR += id3v2
SUBDIR += iir1 SUBDIR += iir1
SUBDIR += jack SUBDIR += jack
@ -220,7 +219,6 @@
SUBDIR += mp3-archive-tools SUBDIR += mp3-archive-tools
SUBDIR += mp3_check SUBDIR += mp3_check
SUBDIR += mp3asm SUBDIR += mp3asm
SUBDIR += mp3check
SUBDIR += mp3gain SUBDIR += mp3gain
SUBDIR += mp3guessenc SUBDIR += mp3guessenc
SUBDIR += mp3lint SUBDIR += mp3lint

View File

@ -1,6 +1,6 @@
PORTNAME= baresip PORTNAME= baresip
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 3.22.0 DISTVERSION= 3.23.0
CATEGORIES= audio CATEGORIES= audio
MAINTAINER= herbert@gojira.at MAINTAINER= herbert@gojira.at
@ -17,14 +17,6 @@ USES= cmake pkgconfig ssl
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= baresip GH_ACCOUNT= baresip
# FIXME values of the next 3 variables taken from source code Makefile
ABI_MAJOR= 20
ABI_AGE= 22
ABI_REV= 0
PLIST_SUB= ABI_MAJOR=${ABI_MAJOR}
PLIST_SUB+= ABI_AGE=${ABI_AGE} \
ABI_REV=${ABI_REV}
OPTIONS_DEFINE= ALSA AV1 AVCODEC AVFILTER AVFORMAT CTRL_DBUS DOCS \ OPTIONS_DEFINE= ALSA AV1 AVCODEC AVFILTER AVFORMAT CTRL_DBUS DOCS \
EXAMPLES G711 G722 G726 GST MQTT OPUS OPUS_MS PLC \ EXAMPLES G711 G722 G726 GST MQTT OPUS OPUS_MS PLC \
PORTAUDIO PULSEAUDIO SDL SNAPSHOT SNDFILE SWSCALE V4L2 \ PORTAUDIO PULSEAUDIO SDL SNAPSHOT SNDFILE SWSCALE V4L2 \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1746184859 TIMESTAMP = 1749046123
SHA256 (baresip-baresip-v3.22.0_GH0.tar.gz) = a9e7884fa796f47640fe0854485229a0357eb9a6913fa7909bc92bab6148fe04 SHA256 (baresip-baresip-v3.23.0_GH0.tar.gz) = 7b2689061e6eaed6ba5d659d0dba830603c44a7160c90b913d437678ae544b5f
SIZE (baresip-baresip-v3.22.0_GH0.tar.gz) = 1181648 SIZE (baresip-baresip-v3.23.0_GH0.tar.gz) = 1182475

View File

@ -62,8 +62,8 @@ lib/baresip/modules/vidinfo.so
lib/baresip/modules/vumeter.so lib/baresip/modules/vumeter.so
%%X11%%lib/baresip/modules/x11.so %%X11%%lib/baresip/modules/x11.so
lib/libbaresip.so lib/libbaresip.so
lib/libbaresip.so.%%ABI_MAJOR%% lib/libbaresip.so.20
lib/libbaresip.so.%%ABI_MAJOR%%.%%ABI_AGE%%.%%ABI_REV%% lib/libbaresip.so.20.23.0
libdata/pkgconfig/libbaresip.pc libdata/pkgconfig/libbaresip.pc
share/applications/com.github.baresip.desktop share/applications/com.github.baresip.desktop
%%DATADIR%%/autoanswer.wav %%DATADIR%%/autoanswer.wav

View File

@ -1,6 +1,6 @@
PORTNAME= ebur128 PORTNAME= ebur128
DISTVERSION= 0.1.10 DISTVERSION= 0.1.10
PORTREVISION= 4 PORTREVISION= 5
CATEGORIES= audio CATEGORIES= audio
MAINTAINER= diizzy@FreeBSD.org MAINTAINER= diizzy@FreeBSD.org

View File

@ -1,5 +1,6 @@
PORTNAME= espeak-ng PORTNAME= espeak-ng
PORTVERSION= 1.52.0 PORTVERSION= 1.52.0
PORTREVISION= 1
CATEGORIES= audio CATEGORIES= audio
#MASTER_SITES= https://github.com/espeak-ng/${PORTNAME}/releases/download/${PORTVERSION}/ #MASTER_SITES= https://github.com/espeak-ng/${PORTNAME}/releases/download/${PORTVERSION}/

View File

@ -0,0 +1,15 @@
--- src/include/espeak-ng/speak_lib.h.orig 2024-12-12 13:28:01 UTC
+++ src/include/espeak-ng/speak_lib.h
@@ -544,6 +544,12 @@ extern "C"
#ifdef __cplusplus
extern "C"
#endif
+ESPEAK_API const char *espeak_TextToPhonemesWithTerminator(const void **textptr, int textmode, int phonememode, int *terminator);
+/* Version of espeak_TextToPhonemes that also returns the clause terminator (e.g., CLAUSE_INTONATION_FULL_STOP) */
+
+#ifdef __cplusplus
+extern "C"
+#endif
ESPEAK_API void espeak_CompileDictionary(const char *path, FILE *log, int flags);
/* Compile pronunciation dictionary for a language which corresponds to the currently
selected voice. The required voice should be selected before calling this function.

View File

@ -0,0 +1,28 @@
--- src/libespeak-ng/speech.c.orig 2024-12-12 13:28:01 UTC
+++ src/libespeak-ng/speech.c
@@ -850,7 +850,7 @@ ESPEAK_API void espeak_SetPhonemeTrace(int phonememode
f_trans = stderr;
}
-ESPEAK_API const char *espeak_TextToPhonemes(const void **textptr, int textmode, int phonememode)
+ESPEAK_API const char* espeak_TextToPhonemesWithTerminator(const void** textptr, int textmode, int phonememode, int* terminator)
{
/* phoneme_mode
bit 1: 0=eSpeak's ascii phoneme names, 1= International Phonetic Alphabet (as UTF-8 characters).
@@ -864,10 +864,15 @@ ESPEAK_API const char *espeak_TextToPhonemes(const voi
if (text_decoder_decode_string_multibyte(p_decoder, *textptr, translator->encoding, textmode) != ENS_OK)
return NULL;
- TranslateClause(translator, NULL, NULL);
+ TranslateClauseWithTerminator(translator, NULL, NULL, terminator);
*textptr = text_decoder_get_buffer(p_decoder);
return GetTranslatedPhonemeString(phonememode);
+}
+
+ESPEAK_API const char *espeak_TextToPhonemes(const void **textptr, int textmode, int phonememode)
+{
+ return espeak_TextToPhonemesWithTerminator(textptr, textmode, phonememode, NULL);
}
ESPEAK_NG_API espeak_ng_STATUS espeak_ng_Cancel(void)

View File

@ -1,19 +0,0 @@
PORTNAME= id3tool
PORTVERSION= 1.2a
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://nekohako.xware.cx/id3tool/
MAINTAINER= gavin@FreeBSD.org
COMMENT= Utility for manipulating mp3 ID3 Tags
WWW= http://nekohako.xware.cx/id3tool/
DEPRECATED= Can't read ID3v2 tags which have been around for 20+ years and discontinued in 2005 feature-wise according to readme file
EXPIRATION_DATE=2025-04-30
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/id3tool share/man/man1/id3tool.1.gz
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (id3tool-1.2a.tar.gz) = 7908d66c5aabe2a53ae8019e8234f4231485d80be4b2fe72c9d04013cff1caec
SIZE (id3tool-1.2a.tar.gz) = 74723

View File

@ -1,2 +0,0 @@
Id3tool is a command line utility for manipulating MP3 ID3 tags. It can
list/add or change tags in your MP3 files.

View File

@ -1,6 +1,6 @@
PORTNAME= lewton PORTNAME= lewton
DISTVERSION= 0.10.2 DISTVERSION= 0.10.2
PORTREVISION= 36 PORTREVISION= 37
CATEGORIES= audio CATEGORIES= audio
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/

View File

@ -1,5 +1,5 @@
PORTNAME= libgig PORTNAME= libgig
DISTVERSION= 4.4.1 DISTVERSION= 4.5.0
CATEGORIES= audio CATEGORIES= audio
MASTER_SITES= http://download.linuxsampler.org/packages/ # dead?: SF/qsampler/${PORTNAME}/${PORTVERSION} MASTER_SITES= http://download.linuxsampler.org/packages/ # dead?: SF/qsampler/${PORTNAME}/${PORTVERSION}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1712549056 TIMESTAMP = 1749022260
SHA256 (libgig-4.4.1.tar.bz2) = fdc89efab1f906128e6c54729967577e8d0462017018bc12551257df5dfe3aa4 SHA256 (libgig-4.5.0.tar.bz2) = 0879d28b9b6392da5985826dbdd8d9c957b2a032a2f10190506aef2e22f3c54a
SIZE (libgig-4.4.1.tar.bz2) = 589939 SIZE (libgig-4.5.0.tar.bz2) = 594791

View File

@ -26,8 +26,8 @@ lib/libgig/libakai.so.0
lib/libgig/libakai.so.0.0.0 lib/libgig/libakai.so.0.0.0
lib/libgig/libgig.a lib/libgig/libgig.a
lib/libgig/libgig.so lib/libgig/libgig.so
lib/libgig/libgig.so.11 lib/libgig/libgig.so.12
lib/libgig/libgig.so.11.0.0 lib/libgig/libgig.so.12.0.0
libdata/pkgconfig/akai.pc libdata/pkgconfig/akai.pc
libdata/pkgconfig/gig.pc libdata/pkgconfig/gig.pc
share/man/man1/akaidump.1.gz share/man/man1/akaidump.1.gz

View File

@ -1,5 +1,5 @@
PORTNAME= libsidplayfp PORTNAME= libsidplayfp
DISTVERSION= 2.13.0 DISTVERSION= 2.14.0
CATEGORIES= audio CATEGORIES= audio
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
@ -25,7 +25,7 @@ LDFLAGS+= -lpthread
INSTALL_TARGET= install-strip INSTALL_TARGET= install-strip
SIDPLAYFP_SHLIB_VERSION= 6.5.38 SIDPLAYFP_SHLIB_VERSION= 6.5.40
STILVIEW_SHLIB_VERSION= 0.0.6 STILVIEW_SHLIB_VERSION= 0.0.6
PLIST_SUB+= SIDPLAYFP_SHLIB_VER=${SIDPLAYFP_SHLIB_VERSION:C/\.[[:digit:].]+//} \ PLIST_SUB+= SIDPLAYFP_SHLIB_VER=${SIDPLAYFP_SHLIB_VERSION:C/\.[[:digit:].]+//} \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1744662557 TIMESTAMP = 1747484776
SHA256 (libsidplayfp-2.13.0.tar.gz) = 1c09e3182dd53fc9ee37800f194f0d68e1fe06a8b5aee9abb5ab35d7bf6274b7 SHA256 (libsidplayfp-2.14.0.tar.gz) = 0f49c87c3a4791b9709d502e605274ee5c4c20eabfdea0340917d27cbd685f53
SIZE (libsidplayfp-2.13.0.tar.gz) = 842564 SIZE (libsidplayfp-2.14.0.tar.gz) = 851923

View File

@ -1,7 +1,7 @@
PORTNAME= mmtc PORTNAME= mmtc
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 0.3.2 DISTVERSION= 0.3.2
PORTREVISION= 19 PORTREVISION= 20
CATEGORIES= audio CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org MAINTAINER= yuri@FreeBSD.org

View File

@ -1,30 +0,0 @@
PORTNAME= mp3check
PORTVERSION= 1.6
CATEGORIES= audio
MASTER_SITES= http://www.icculus.org/mp3check/
EXTRACT_SUFX= # empty
DEPRECATED= Depends on expired audio/id3tool
EXPIRATION_DATE=2025-06-04
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for checking and fixing MP3 archive inconsistencies
WWW= https://www.icculus.org/mp3check/
RUN_DEPENDS= ${LOCALBASE}/bin/id3tool:audio/id3tool \
${LOCALBASE}/bin/mp3_check:audio/mp3_check
USES= shebangfix perl5
USE_PERL5= run
NO_WRKSUBDIR= yes
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= ${WRKSRC}
NO_BUILD= yes
PLIST_FILES= bin/mp3check
SHEBANG_FILES= ${DISTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/mp3check
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (mp3check-1.6) = 906af4fde664764966cc39bb12ee578d077756f77f88a49343ea99c09106f0be
SIZE (mp3check-1.6) = 41247

View File

@ -1,7 +0,0 @@
Mp3check is a tool for checking and fixing mp3 archive
inconsistencies:
- Filenames (too long, spaces, weird characters, ...)
- Redundant play lists
- ID3 tags
- Broken mp3 files
- and more..

View File

@ -1,6 +1,6 @@
PORTNAME= murmur-cli PORTNAME= murmur-cli
PORTVERSION= 0.0.0.20200528 PORTVERSION= 0.0.0.20200528
PORTREVISION= 25 PORTREVISION= 26
CATEGORIES= audio CATEGORIES= audio
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org

View File

@ -1,7 +1,7 @@
PORTNAME= netease-music-tui PORTNAME= netease-music-tui
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 0.1.5 DISTVERSION= 0.1.5
PORTREVISION= 21 PORTREVISION= 22
CATEGORIES= audio CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org MAINTAINER= yuri@FreeBSD.org

View File

@ -1,6 +1,6 @@
PORTNAME= re PORTNAME= re
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 3.22.0 DISTVERSION= 3.23.0
CATEGORIES= audio devel CATEGORIES= audio devel
MAINTAINER= herbert@gojira.at MAINTAINER= herbert@gojira.at

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1746164305 TIMESTAMP = 1749044714
SHA256 (baresip-re-v3.22.0_GH0.tar.gz) = 31ecb7f7a5569ec0b3d85526c469b24c47673c802d45c58cb13f96a9365f4f14 SHA256 (baresip-re-v3.23.0_GH0.tar.gz) = 94cdd17b4b177b9c764548ded24c74e7f4f5360ce60507bb1b5186b2a6cd3cbb
SIZE (baresip-re-v3.22.0_GH0.tar.gz) = 621141 SIZE (baresip-re-v3.23.0_GH0.tar.gz) = 621962

View File

@ -88,6 +88,6 @@ lib/cmake/libre/libre-targets.cmake
lib/cmake/re/re-config.cmake lib/cmake/re/re-config.cmake
lib/libre.a lib/libre.a
lib/libre.so lib/libre.so
lib/libre.so.33 lib/libre.so.34
lib/libre.so.33.22.0 lib/libre.so.34.23.0
libdata/pkgconfig/libre.pc libdata/pkgconfig/libre.pc

View File

@ -1,7 +1,7 @@
PORTNAME= spotifyd PORTNAME= spotifyd
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 0.4.1 DISTVERSION= 0.4.1
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= audio CATEGORIES= audio
MAINTAINER= rodrigo@FreeBSD.org MAINTAINER= rodrigo@FreeBSD.org

View File

@ -1,6 +1,6 @@
PORTNAME= unflac PORTNAME= unflac
DISTVERSION= 1.3 DISTVERSION= 1.3
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= audio CATEGORIES= audio
MAINTAINER= bsd@abinet.ru MAINTAINER= bsd@abinet.ru

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# PROVIDE: virtual_oss # PROVIDE: virtual_oss
# REQUIRE: kld # REQUIRE: kld ldconfig
# BEFORE: LOGIN sndiod # BEFORE: LOGIN sndiod
# KEYWORD: shutdown # KEYWORD: shutdown

View File

@ -1,6 +1,6 @@
PORTNAME= visp-go PORTNAME= visp-go
DISTVERSION= g20210723 DISTVERSION= g20210723
PORTREVISION= 26 PORTREVISION= 27
CATEGORIES= audio CATEGORIES= audio
MAINTAINER= lcook@FreeBSD.org MAINTAINER= lcook@FreeBSD.org

View File

@ -1,7 +1,7 @@
PORTNAME= ali PORTNAME= ali
PORTVERSION= 0.7.5 PORTVERSION= 0.7.5
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
PORTREVISION= 26 PORTREVISION= 27
CATEGORIES= benchmarks CATEGORIES= benchmarks
MAINTAINER= olgeni@FreeBSD.org MAINTAINER= olgeni@FreeBSD.org

View File

@ -1,7 +1,7 @@
PORTNAME= bombardier PORTNAME= bombardier
PORTVERSION= 1.2.6 PORTVERSION= 1.2.6
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
PORTREVISION= 13 PORTREVISION= 14
CATEGORIES= benchmarks CATEGORIES= benchmarks
MAINTAINER= danilo@FreeBSD.org MAINTAINER= danilo@FreeBSD.org

View File

@ -1,7 +1,7 @@
PORTNAME= ddosify PORTNAME= ddosify
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 2.6.0 DISTVERSION= 2.6.0
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= benchmarks CATEGORIES= benchmarks
MAINTAINER= grembo@FreeBSD.org MAINTAINER= grembo@FreeBSD.org

View File

@ -1,7 +1,7 @@
PORTNAME= hey PORTNAME= hey
PORTVERSION= 0.1.4 PORTVERSION= 0.1.4
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
PORTREVISION= 26 PORTREVISION= 27
CATEGORIES= benchmarks CATEGORIES= benchmarks
MAINTAINER= adamw@FreeBSD.org MAINTAINER= adamw@FreeBSD.org

View File

@ -1,6 +1,5 @@
PORTNAME= hipercontracer PORTNAME= hipercontracer
DISTVERSION= 2.0.16 DISTVERSION= 2.0.17
PORTREVISION= 1
CATEGORIES= benchmarks CATEGORIES= benchmarks
MASTER_SITES= https://www.nntb.no/~dreibh/hipercontracer/download/ MASTER_SITES= https://www.nntb.no/~dreibh/hipercontracer/download/
@ -41,7 +40,7 @@ OPTIONS_DEFINE= COLLECTOR DBEAVERTOOLS DBSHELL ICONS IMPMARIADB \
OPTIONS_DEFAULT= COLLECTOR DBEAVERTOOLS DBSHELL ICONS IMPMARIADB \ OPTIONS_DEFAULT= COLLECTOR DBEAVERTOOLS DBSHELL ICONS IMPMARIADB \
IMPMONGO IMPORTER IMPPGSQL NODE QUERYTOOL RESULTSTOOL \ IMPMONGO IMPORTER IMPPGSQL NODE QUERYTOOL RESULTSTOOL \
RTUNNEL SYNC TRIGGER UDPECHO VIEWERTOOL RTUNNEL SYNC TRIGGER UDPECHO VIEWERTOOL
COLLECTOR_DESC= Build HiPerConTracer Collector Tools" COLLECTOR_DESC= Build HiPerConTracer Collector Tools
DBEAVERTOOLS_DESC= Build DBeaver Tools DBEAVERTOOLS_DESC= Build DBeaver Tools
DBSHELL_DESC= Build DBShell DBSHELL_DESC= Build DBShell
ICONS_DESC= Build Icons and Logo Files ICONS_DESC= Build Icons and Logo Files
@ -49,10 +48,10 @@ IMPMARIADB_DESC= Enable MariaDB/MySQL support for HiPerConTracer Importer Tool
IMPMONGO_DESC= Enable MongoDB support for HiPerConTracer Importer Tool IMPMONGO_DESC= Enable MongoDB support for HiPerConTracer Importer Tool
IMPORTER_DESC= Build HiPerConTracer Importer Tool IMPORTER_DESC= Build HiPerConTracer Importer Tool
IMPPGSQL_DESC= Enable PostgreSQL support for HiPerConTracer Importer Tool IMPPGSQL_DESC= Enable PostgreSQL support for HiPerConTracer Importer Tool
NODE_DESC= Build HiPerConTracer Node Tools" NODE_DESC= Build HiPerConTracer Node Tools
QUERYTOOL_DESC= Build HiPerConTracer Query Tool QUERYTOOL_DESC= Build HiPerConTracer Query Tool
RESULTSTOOL_DESC= Build HiPerConTracer Results Tool RESULTSTOOL_DESC= Build HiPerConTracer Results Tool
RTUNNEL_DESC= Build HiPerConTracer Reverse Tunnel Tool" RTUNNEL_DESC= Build HiPerConTracer Reverse Tunnel Tool
SYNC_DESC= Build HiPerConTracer Synchronisation Tool SYNC_DESC= Build HiPerConTracer Synchronisation Tool
TRIGGER_DESC= Build HiPerConTracer Trigger Tool TRIGGER_DESC= Build HiPerConTracer Trigger Tool
UDPECHO_DESC= Build UDP Echo Server UDPECHO_DESC= Build UDP Echo Server

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1747259531 TIMESTAMP = 1749106909
SHA256 (hipercontracer-2.0.16.tar.xz) = a4d69402af1e88f9501806b70cf53bf99fe7bfdd57b7a65a82a9ee26f21d24fa SHA256 (hipercontracer-2.0.17.tar.xz) = dcc16439c9977a57eede5fb5d34bca71d3e7bd2c2fd0ad1b35a63e6e61052ea3
SIZE (hipercontracer-2.0.16.tar.xz) = 2527692 SIZE (hipercontracer-2.0.17.tar.xz) = 2530024

View File

@ -1,7 +1,7 @@
PORTNAME= hyperfine PORTNAME= hyperfine
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 1.19.0 DISTVERSION= 1.19.0
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= benchmarks CATEGORIES= benchmarks
MAINTAINER= pizzamig@FreeBSD.org MAINTAINER= pizzamig@FreeBSD.org

View File

@ -1,7 +1,7 @@
PORTNAME= inferno PORTNAME= inferno
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 0.12.2 DISTVERSION= 0.12.2
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= benchmarks CATEGORIES= benchmarks
MAINTAINER= yuri@FreeBSD.org MAINTAINER= yuri@FreeBSD.org

View File

@ -1,7 +1,7 @@
PORTNAME= plow PORTNAME= plow
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 1.3.2 DISTVERSION= 1.3.2
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= benchmarks CATEGORIES= benchmarks
MAINTAINER= dutra@FreeBSD.org MAINTAINER= dutra@FreeBSD.org

View File

@ -1,7 +1,7 @@
PORTNAME= vegeta PORTNAME= vegeta
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 12.11.0 DISTVERSION= 12.11.0
PORTREVISION= 12 PORTREVISION= 13
CATEGORIES= benchmarks www CATEGORIES= benchmarks www
MAINTAINER= egypcio@FreeBSD.org MAINTAINER= egypcio@FreeBSD.org

View File

@ -1,5 +1,6 @@
PORTNAME= vkmark PORTNAME= vkmark
DISTVERSION= 2025.01 DISTVERSION= 2025.01
PORTREVISION= 1
CATEGORIES= benchmarks CATEGORIES= benchmarks
MAINTAINER= jbeich@FreeBSD.org MAINTAINER= jbeich@FreeBSD.org

View File

@ -1,6 +1,6 @@
PORTNAME= yj PORTNAME= yj
DISTVERSION= 1.2.0 DISTVERSION= 1.2.0
PORTREVISION= 30 PORTREVISION= 31
CATEGORIES= converters textproc CATEGORIES= converters textproc
PKGNAMESUFFIX= -${GH_ACCOUNT} PKGNAMESUFFIX= -${GH_ACCOUNT}

View File

@ -1,7 +1,7 @@
PORTNAME= yj PORTNAME= yj
PORTVERSION= 5.1.0 PORTVERSION= 5.1.0
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
PORTREVISION= 24 PORTREVISION= 25
CATEGORIES= converters CATEGORIES= converters
DIST_SUBDIR= yj DIST_SUBDIR= yj

View File

@ -6,7 +6,7 @@ DISTNAME= adminer-${DISTVERSION}
EXTRACT_SUFX= .php EXTRACT_SUFX= .php
EXTRACT_ONLY= EXTRACT_ONLY=
MAINTAINER= DtxdF@disroot.org MAINTAINER= dtxdf@FreeBSD.org
COMMENT= Database management in a single PHP file COMMENT= Database management in a single PHP file
WWW= https://adminerevo.org \ WWW= https://adminerevo.org \
https://github.com/${PORTNAME}/${PORTNAME} https://github.com/${PORTNAME}/${PORTNAME}

View File

@ -1,7 +1,7 @@
PORTNAME= cayley PORTNAME= cayley
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 0.7.7 DISTVERSION= 0.7.7
PORTREVISION= 16 PORTREVISION= 17
CATEGORIES= databases CATEGORIES= databases
MAINTAINER= yuri@FreeBSD.org MAINTAINER= yuri@FreeBSD.org

View File

@ -1,7 +1,7 @@
PORTNAME= cockroach PORTNAME= cockroach
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 19.1.11 DISTVERSION= 19.1.11
PORTREVISION= 26 PORTREVISION= 27
CATEGORIES= databases CATEGORIES= databases
MASTER_SITES= https://binaries.cockroachdb.com/ MASTER_SITES= https://binaries.cockroachdb.com/
EXTRACT_SUFX= .src.tgz EXTRACT_SUFX= .src.tgz

View File

@ -1,6 +1,7 @@
PORTNAME= diesel PORTNAME= diesel
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 2.2.10 DISTVERSION= 2.2.10
PORTREVISION= 1
CATEGORIES= databases CATEGORIES= databases
PKGNAMESUFFIX= -cli PKGNAMESUFFIX= -cli

View File

@ -1,7 +1,7 @@
PORTNAME= frece PORTNAME= frece
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 1.0.6 DISTVERSION= 1.0.6
PORTREVISION= 21 PORTREVISION= 22
CATEGORIES= databases CATEGORIES= databases
MAINTAINER= yuri@FreeBSD.org MAINTAINER= yuri@FreeBSD.org

View File

@ -1,16 +1,19 @@
PORTNAME= frontbase PORTNAME= frontbase
PORTVERSION= 2.5.6 DISTVERSION= 2.5.6
PORTREVISION= 1
CATEGORIES= databases java CATEGORIES= databases java
MASTER_SITES+= http://www.frontbase.com/download/JDBC/ MASTER_SITES+= http://www.frontbase.com/download/JDBC/
PKGNAMESUFFIX= -jdbc PKGNAMESUFFIX= -jdbc
DISTNAME= FrontBaseJDBC-${PORTVERSION} DISTNAME= FrontBaseJDBC-${PORTVERSION}
EXTRACT_SUFX= .tar
MAINTAINER?= ports@FreeBSD.org MAINTAINER?= ports@FreeBSD.org
COMMENT= The Java JDBC implementation for FrontBase COMMENT= The Java JDBC implementation for FrontBase
WWW= http://www.frontbase.com/ WWW= http://www.frontbase.com/
USES= java # The license is not specified in any file in the distribution.
LICENSE= NONE
USES= java tar
NO_BUILD= yes NO_BUILD= yes
JARFILE= frontbasejdbc.jar JARFILE= frontbasejdbc.jar

View File

@ -1,7 +1,7 @@
PORTNAME= go-carbon PORTNAME= go-carbon
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 0.12.0 DISTVERSION= 0.12.0
PORTREVISION= 26 PORTREVISION= 27
CATEGORIES= databases CATEGORIES= databases
MAINTAINER= a.andersson.thn@gmail.com MAINTAINER= a.andersson.thn@gmail.com

View File

@ -1,7 +1,7 @@
PORTNAME= pgweb PORTNAME= pgweb
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 0.11.7 DISTVERSION= 0.11.7
PORTREVISION= 26 PORTREVISION= 27
CATEGORIES= databases www CATEGORIES= databases www
PKGNAMEPREFIX= go- PKGNAMEPREFIX= go-

View File

@ -1,7 +1,7 @@
PORTNAME= gobang PORTNAME= gobang
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 0.1.0-alpha.5 DISTVERSION= 0.1.0-alpha.5
PORTREVISION= 22 PORTREVISION= 23
CATEGORIES= databases CATEGORIES= databases
MAINTAINER= yuri@FreeBSD.org MAINTAINER= yuri@FreeBSD.org

View File

@ -1,7 +1,7 @@
PORTNAME= goose PORTNAME= goose
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 3.22.0 DISTVERSION= 3.22.0
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= databases CATEGORIES= databases
PKGNAMESUFFIX= -db-migration-tool PKGNAMESUFFIX= -db-migration-tool

View File

@ -1,6 +1,6 @@
PORTNAME= hiredis PORTNAME= hiredis
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 1.2.0-15 DISTVERSION= 1.3.0-15
CATEGORIES= databases CATEGORIES= databases
MAINTAINER= olgeni@FreeBSD.org MAINTAINER= olgeni@FreeBSD.org
@ -12,13 +12,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake cpe pathfix ssl USES= cmake cpe pathfix ssl
CPE_VENDOR= redislabs CPE_VENDOR= redislabs
USE_LDCONFIG= yes
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= redis GH_ACCOUNT= redis
GH_TAGNAME= 7ab6b82 GH_TAGNAME= 7ab6b82
CMAKE_OFF= ENABLE_NUGET USE_LDCONFIG= yes
CMAKE_ON= DISABLE_TESTS ENABLE_SSL CMAKE_ON= DISABLE_TESTS ENABLE_SSL
CMAKE_OFF= ENABLE_NUGET
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1711298380 TIMESTAMP = 1747769473
SHA256 (redis-hiredis-v1.2.0-15-7ab6b82_GH0.tar.gz) = fb136fc3f5bce774eb92709e1d041fa851e1130e95cc3aea5b871b91ff0ce4c5 SHA256 (redis-hiredis-v1.3.0-15-7ab6b82_GH0.tar.gz) = fb136fc3f5bce774eb92709e1d041fa851e1130e95cc3aea5b871b91ff0ce4c5
SIZE (redis-hiredis-v1.2.0-15-7ab6b82_GH0.tar.gz) = 128129 SIZE (redis-hiredis-v1.3.0-15-7ab6b82_GH0.tar.gz) = 128129

View File

@ -0,0 +1,89 @@
--- CMakeLists.txt.orig 2025-05-20 19:09:59 UTC
+++ CMakeLists.txt
@@ -46,13 +46,19 @@ ENDIF()
ADD_DEFINITIONS(-D_CRT_SECURE_NO_WARNINGS -DWIN32_LEAN_AND_MEAN)
ENDIF()
-ADD_LIBRARY(hiredis ${hiredis_sources})
-ADD_LIBRARY(hiredis::hiredis ALIAS hiredis)
-set(hiredis_export_name hiredis CACHE STRING "Name of the exported target")
-set_target_properties(hiredis PROPERTIES EXPORT_NAME ${hiredis_export_name})
+# Static lib
+ADD_LIBRARY(hiredis_static STATIC ${hiredis_sources})
+SET_TARGET_PROPERTIES(hiredis_static PROPERTIES OUTPUT_NAME hiredis)
-SET_TARGET_PROPERTIES(hiredis
- PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS TRUE
+# Shared lib
+ADD_LIBRARY(hiredis_shared SHARED ${hiredis_sources})
+ADD_LIBRARY(hiredis::hiredis ALIAS hiredis_shared)
+set(hiredis_export_name hiredis_shared CACHE STRING "Name of the exported target")
+SET_TARGET_PROPERTIES(hiredis_shared PROPERTIES EXPORT_NAME ${hiredis_export_name})
+
+SET_TARGET_PROPERTIES(hiredis_shared
+ PROPERTIES OUTPUT_NAME hiredis
+ WINDOWS_EXPORT_ALL_SYMBOLS TRUE
VERSION "${HIREDIS_SONAME}")
IF(MSVC)
SET_TARGET_PROPERTIES(hiredis
@@ -61,12 +67,12 @@ ELSEIF(CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
IF(WIN32)
TARGET_LINK_LIBRARIES(hiredis PUBLIC ws2_32 crypt32)
ELSEIF(CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
- TARGET_LINK_LIBRARIES(hiredis PUBLIC m)
+ TARGET_LINK_LIBRARIES(hiredis_shared PUBLIC m)
ELSEIF(CMAKE_SYSTEM_NAME MATCHES "SunOS")
TARGET_LINK_LIBRARIES(hiredis PUBLIC socket)
ENDIF()
-TARGET_INCLUDE_DIRECTORIES(hiredis PUBLIC $<INSTALL_INTERFACE:include> $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>)
+TARGET_INCLUDE_DIRECTORIES(hiredis_shared PUBLIC $<INSTALL_INTERFACE:include> $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>)
CONFIGURE_FILE(hiredis.pc.in hiredis.pc @ONLY)
@@ -96,7 +102,7 @@ include(CPack)
include(CPack)
-INSTALL(TARGETS hiredis
+INSTALL(TARGETS hiredis_static hiredis_shared
EXPORT hiredis-targets
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
@@ -159,28 +165,31 @@ IF(ENABLE_SSL)
FIND_PACKAGE(OpenSSL REQUIRED)
SET(hiredis_ssl_sources
ssl.c)
- ADD_LIBRARY(hiredis_ssl ${hiredis_ssl_sources})
- ADD_LIBRARY(hiredis::hiredis_ssl ALIAS hiredis_ssl)
+ ADD_LIBRARY(hiredis_ssl_static STATIC ${hiredis_ssl_sources})
+ ADD_LIBRARY(hiredis_ssl_shared ${hiredis_ssl_sources})
+ ADD_LIBRARY(hiredis::hiredis_ssl ALIAS hiredis_ssl_shared)
IF (APPLE AND BUILD_SHARED_LIBS)
SET_PROPERTY(TARGET hiredis_ssl PROPERTY LINK_FLAGS "-Wl,-undefined -Wl,dynamic_lookup")
ENDIF()
- SET_TARGET_PROPERTIES(hiredis_ssl
+ SET_TARGET_PROPERTIES(hiredis_ssl_static PROPERTIES OUTPUT_NAME hiredis_ssl)
+ SET_TARGET_PROPERTIES(hiredis_ssl_shared
PROPERTIES
+ OUTPUT_NAME hiredis_ssl
WINDOWS_EXPORT_ALL_SYMBOLS TRUE
VERSION "${HIREDIS_SONAME}")
IF(MSVC)
SET_TARGET_PROPERTIES(hiredis_ssl
PROPERTIES COMPILE_FLAGS /Z7)
ENDIF()
- TARGET_LINK_LIBRARIES(hiredis_ssl PRIVATE OpenSSL::SSL)
+ TARGET_LINK_LIBRARIES(hiredis_ssl_shared PRIVATE OpenSSL::SSL)
IF(WIN32)
TARGET_LINK_LIBRARIES(hiredis_ssl PRIVATE hiredis)
ENDIF()
CONFIGURE_FILE(hiredis_ssl.pc.in hiredis_ssl.pc @ONLY)
- INSTALL(TARGETS hiredis_ssl
+ INSTALL(TARGETS hiredis_ssl_shared hiredis_ssl_static
EXPORT hiredis_ssl-targets
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}

View File

@ -24,8 +24,10 @@ lib/cmake/hiredis/hiredis-targets.cmake
lib/cmake/hiredis_ssl/hiredis_ssl-config.cmake lib/cmake/hiredis_ssl/hiredis_ssl-config.cmake
lib/cmake/hiredis_ssl/hiredis_ssl-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/hiredis_ssl/hiredis_ssl-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/hiredis_ssl/hiredis_ssl-targets.cmake lib/cmake/hiredis_ssl/hiredis_ssl-targets.cmake
lib/libhiredis.a
lib/libhiredis.so lib/libhiredis.so
lib/libhiredis.so.1.2.1 lib/libhiredis.so.1.2.1
lib/libhiredis_ssl.a
lib/libhiredis_ssl.so lib/libhiredis_ssl.so
lib/libhiredis_ssl.so.1.2.1 lib/libhiredis_ssl.so.1.2.1
libdata/pkgconfig/hiredis.pc libdata/pkgconfig/hiredis.pc

View File

@ -1,7 +1,7 @@
PORTNAME= immudb PORTNAME= immudb
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 1.5.0 DISTVERSION= 1.5.0
PORTREVISION= 13 PORTREVISION= 14
CATEGORIES= databases net CATEGORIES= databases net
PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}

View File

@ -1,7 +1,7 @@
PORTNAME= imposm3 PORTNAME= imposm3
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 0.11.1 DISTVERSION= 0.11.1
PORTREVISION= 14 PORTREVISION= 15
CATEGORIES= databases geography CATEGORIES= databases geography
MAINTAINER= darcy@dbitech.ca MAINTAINER= darcy@dbitech.ca

View File

@ -1,7 +1,7 @@
PORTNAME= influxdb PORTNAME= influxdb
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 1.8.10 DISTVERSION= 1.8.10
PORTREVISION= 28 PORTREVISION= 29
CATEGORIES= databases net-mgmt CATEGORIES= databases net-mgmt
MAINTAINER= driesm@FreeBSD.org MAINTAINER= driesm@FreeBSD.org

View File

@ -1,7 +1,7 @@
PORTNAME= influxdb2-cli PORTNAME= influxdb2-cli
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 2.7.5 DISTVERSION= 2.7.5
PORTREVISION= 7 PORTREVISION= 8
CATEGORIES= databases net-mgmt CATEGORIES= databases net-mgmt
MAINTAINER= driesm@FreeBSD.org MAINTAINER= driesm@FreeBSD.org

View File

@ -39,7 +39,8 @@ CONFIGURE_ARGS= --without-oracle \
--without-ui \ --without-ui \
--without-mysql \ --without-mysql \
--without-ldap \ --without-ldap \
--without-postgres --without-postgres \
--without-mdb
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
@ -50,15 +51,13 @@ PLIST_SUB+= VERSION=${VERSION}
USE_GNOME+= libgda5 USE_GNOME+= libgda5
.endif .endif
# MDB (MS Access) .if ${LIBGDA5_SLAVE}==jdbc
.if ${LIBGDA5_SLAVE}==mdb USES+= java
LIB_DEPENDS+= libmdbsql.so:databases/mdbtools JAVA_VENDOR= openjdk
CONFIGURE_ARGS+= --with-mdb=${LOCALBASE} CFLAGS+= -I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd
.else .else
CONFIGURE_ARGS+= --without-mdb
.endif
CONFIGURE_ARGS+= --without-java CONFIGURE_ARGS+= --without-java
.endif
.if ${OPSYS} == FreeBSD .if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=incompatible-function-pointer-types CFLAGS+= -Wno-error=incompatible-function-pointer-types

View File

@ -1,5 +1,5 @@
PORTNAME?= mariadb PORTNAME?= mariadb
PORTVERSION= 10.11.11 PORTVERSION= 10.11.13
PORTREVISION?= 0 PORTREVISION?= 0
CATEGORIES= databases CATEGORIES= databases
MASTER_SITES= https://mirror.nodesdirect.com/${SITESDIR}/ \ MASTER_SITES= https://mirror.nodesdirect.com/${SITESDIR}/ \
@ -175,7 +175,7 @@ ${ENGINE}_CMAKE_ON= -DPLUGIN_${ENGINE}=DYNAMIC
.endfor .endfor
AWS_KEY_MGMT_CMAKE_ON= -DPLUGIN_AWS_KEY_MANAGEMENT=ON AWS_KEY_MGMT_CMAKE_ON= -DPLUGIN_AWS_KEY_MANAGEMENT=ON
INNOBASE_VARS_OFF= disabled_plugins+=INNOBASE INNOBASE_VARS_OFF= disabled_plugins+=INNOBASE
#COLUMNSTORE_BROKEN= ColumnStore engine build failure "fatal error: 'sys/prctl.h' file not found" COLUMNSTORE_BROKEN= ColumnStore engine build failure "fatal error: 'sys/prctl.h' file not found"
CONNECT_EXTRA_LIB_DEPENDS= libodbc.so:databases/unixODBC CONNECT_EXTRA_LIB_DEPENDS= libodbc.so:databases/unixODBC
CONNECT_EXTRA_USE= gnome=libxml2 CONNECT_EXTRA_USE= gnome=libxml2
CONNECT_EXTRA_USES= gnome CONNECT_EXTRA_USES= gnome
@ -189,6 +189,7 @@ LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2
MSGPACK_LIB_DEPENDS= libmsgpackc.so:devel/msgpack-c MSGPACK_LIB_DEPENDS= libmsgpackc.so:devel/msgpack-c
OQGRAPH_LIB_DEPENDS= libboost_system.so:devel/boost-libs \ OQGRAPH_LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libJudy.so:devel/judy libJudy.so:devel/judy
ROCKSDB_BROKEN= RocksDB engine build failyure "jemalloc_helper.h:65:61: error: use of undeclared identifier 'nothrow'; did you mean 'std::nothrow'?"
ROCKSDB_USES= python ROCKSDB_USES= python
ROCKSDB_CMAKE_ON= -DPYTHON_SHEBANG=${PYTHON_CMD} -DWITH_ROCKSDB_zstd=ON ROCKSDB_CMAKE_ON= -DPYTHON_SHEBANG=${PYTHON_CMD} -DWITH_ROCKSDB_zstd=ON
S3_LIB_DEPENDS= libcurl.so:ftp/curl S3_LIB_DEPENDS= libcurl.so:ftp/curl

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1738941371 TIMESTAMP = 1749204281
SHA256 (mariadb-10.11.11.tar.gz) = 6f29d4d7e40fc49af4a0fe608984509ef2d153df3cd8afe4359dce3ca0e27890 SHA256 (mariadb-10.11.13.tar.gz) = f8b734749fbd652ea4e255be8cc7880f98d07b6a7feb4e1ea8c736cb480d23e4
SIZE (mariadb-10.11.11.tar.gz) = 105754084 SIZE (mariadb-10.11.13.tar.gz) = 109323757

View File

@ -1,6 +1,6 @@
PORTNAME?= mariadb PORTNAME?= mariadb
PORTVERSION= 11.4.5 PORTVERSION= 11.4.7
PORTREVISION?= 1 PORTREVISION?= 0
CATEGORIES= databases CATEGORIES= databases
MASTER_SITES= https://mirror.nodesdirect.com/${SITESDIR}/ \ MASTER_SITES= https://mirror.nodesdirect.com/${SITESDIR}/ \
https://mirror.one.com/${SITESDIR}/ \ https://mirror.one.com/${SITESDIR}/ \
@ -180,7 +180,7 @@ ${ENGINE}_CMAKE_ON= -DPLUGIN_${ENGINE}=DYNAMIC
.endfor .endfor
AWS_KEY_MGMT_CMAKE_ON= -DPLUGIN_AWS_KEY_MANAGEMENT=ON AWS_KEY_MGMT_CMAKE_ON= -DPLUGIN_AWS_KEY_MANAGEMENT=ON
INNOBASE_VARS_OFF= disabled_plugins+=INNOBASE INNOBASE_VARS_OFF= disabled_plugins+=INNOBASE
#COLUMNSTORE_BROKEN= ColumnStore engine build failure "fatal error: 'sys/prctl.h' file not found" COLUMNSTORE_BROKEN= ColumnStore engine build failure "fatal error: 'sys/prctl.h' file not found"
CONNECT_EXTRA_LIB_DEPENDS= libodbc.so:databases/unixODBC CONNECT_EXTRA_LIB_DEPENDS= libodbc.so:databases/unixODBC
CONNECT_EXTRA_USE= gnome=libxml2 CONNECT_EXTRA_USE= gnome=libxml2
CONNECT_EXTRA_USES= gnome CONNECT_EXTRA_USES= gnome
@ -194,6 +194,7 @@ LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2
MSGPACK_LIB_DEPENDS= libmsgpackc.so:devel/msgpack-c MSGPACK_LIB_DEPENDS= libmsgpackc.so:devel/msgpack-c
OQGRAPH_LIB_DEPENDS= libboost_system.so:devel/boost-libs \ OQGRAPH_LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libJudy.so:devel/judy libJudy.so:devel/judy
ROCKSDB_BROKEN= RocksDB engine build failyure "jemalloc_helper.h:65:61: error: use of undeclared identifier 'nothrow'"
ROCKSDB_USES= python ROCKSDB_USES= python
ROCKSDB_CMAKE_ON= -DPYTHON_SHEBANG=${PYTHON_CMD} -DWITH_ROCKSDB_zstd=ON ROCKSDB_CMAKE_ON= -DPYTHON_SHEBANG=${PYTHON_CMD} -DWITH_ROCKSDB_zstd=ON
S3_LIB_DEPENDS= libcurl.so:ftp/curl S3_LIB_DEPENDS= libcurl.so:ftp/curl

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1738940618 TIMESTAMP = 1749205540
SHA256 (mariadb-11.4.5.tar.gz) = ff6595f8c482f9921e39b97fa1122377a69f0dcbd92553c6b9032cbf0e9b5354 SHA256 (mariadb-11.4.7.tar.gz) = bf20687ca12fa7efda8df89cab1f2a661288cea41acf8f53189b69d5294347d0
SIZE (mariadb-11.4.5.tar.gz) = 112382453 SIZE (mariadb-11.4.7.tar.gz) = 115980754

View File

@ -1,6 +1,7 @@
PORTNAME= mongodb PORTNAME= mongodb
DISTVERSIONPREFIX= r DISTVERSIONPREFIX= r
DISTVERSION= 7.0.21 DISTVERSION= 7.0.21
PORTREVISION= 1
CATEGORIES= databases net CATEGORIES= databases net
PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}

View File

@ -1,6 +1,7 @@
PORTNAME= mongodb PORTNAME= mongodb
DISTVERSIONPREFIX= r DISTVERSIONPREFIX= r
DISTVERSION= 8.0.9 DISTVERSION= 8.0.10
PORTREVISION= 1
CATEGORIES= databases net CATEGORIES= databases net
PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}
@ -49,7 +50,7 @@ USES+= gmake pkgconfig
CPE_PRODUCT= mongodb CPE_PRODUCT= mongodb
# mozjs tag comes from ${WRKSRC}/src/third_party/mozjs/get-sources.sh # mozjs tag comes from ${WRKSRC}/src/third_party/mozjs/get-sources.sh
MOZJS_TAG= ee5eabe03bfae1cba9d97eb380fbc9408707b9ee MOZJS_TAG= 98c8be22bec7bb650156e0d389b425322d8c323c
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= mongodb mongodb-forks:mozjs GH_ACCOUNT= mongodb mongodb-forks:mozjs

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1747478715 TIMESTAMP = 1748462151
SHA256 (mongodb-mongo-r8.0.9_GH0.tar.gz) = e91b309ea620ff26862fefad73bd2fc61695c6546f9c153297cee03d22997974 SHA256 (mongodb-mongo-r8.0.10_GH0.tar.gz) = 32dafc101bbac2a19280f508ad92473960241a9f3b74ac2a1a76352355269a05
SIZE (mongodb-mongo-r8.0.9_GH0.tar.gz) = 95427540 SIZE (mongodb-mongo-r8.0.10_GH0.tar.gz) = 95649032
SHA256 (mongodb-forks-spidermonkey-ee5eabe03bfae1cba9d97eb380fbc9408707b9ee_GH0.tar.gz) = ff2f5ed45ae507d64022e3af17d11dc984b66f9b99931d8da34ce92fe5b6d816 SHA256 (mongodb-forks-spidermonkey-98c8be22bec7bb650156e0d389b425322d8c323c_GH0.tar.gz) = 9c266a0b13e1352d410e4c0b985c4f31cea0bcc81631f2a38af9291f676434bf
SIZE (mongodb-forks-spidermonkey-ee5eabe03bfae1cba9d97eb380fbc9408707b9ee_GH0.tar.gz) = 280291333 SIZE (mongodb-forks-spidermonkey-98c8be22bec7bb650156e0d389b425322d8c323c_GH0.tar.gz) = 280427824

View File

@ -1,7 +1,7 @@
PORTNAME= octosql PORTNAME= octosql
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 0.13.0 DISTVERSION= 0.13.0
PORTREVISION= 5 PORTREVISION= 6
CATEGORIES= databases CATEGORIES= databases
MAINTAINER= yuri@FreeBSD.org MAINTAINER= yuri@FreeBSD.org

View File

@ -1,6 +1,6 @@
PORTNAME= ods2sql PORTNAME= ods2sql
DISTVERSION= 0.4.0 DISTVERSION= 0.4.0
PORTREVISION= 41 PORTREVISION= 42
CATEGORIES= databases CATEGORIES= databases
MAINTAINER= yuri@FreeBSD.org MAINTAINER= yuri@FreeBSD.org

View File

@ -1,7 +1,7 @@
PORTNAME= orchestrator PORTNAME= orchestrator
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 3.2.6-16 DISTVERSION= 3.2.6-16
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= databases CATEGORIES= databases
PKGNAMEPREFIX= percona- PKGNAMEPREFIX= percona-

View File

@ -1,5 +1,5 @@
PORTNAME= citus PORTNAME= citus
PORTVERSION= 13.0.1 PORTVERSION= 13.1.0
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
CATEGORIES= databases CATEGORIES= databases
PKGNAMEPREFIX= pg_ PKGNAMEPREFIX= pg_

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1738958782 TIMESTAMP = 1749014995
SHA256 (citusdata-citus-v13.0.1_GH0.tar.gz) = b7fdc3ad6eca9dd6a1066e897a249fdca289e96d81921d4c7bf98cb4302ce817 SHA256 (citusdata-citus-v13.1.0_GH0.tar.gz) = 2383287bea45dfce54cde9ffc98f3e27bb7cde4deb3f096f9c7a12d1819f5113
SIZE (citusdata-citus-v13.0.1_GH0.tar.gz) = 6901310 SIZE (citusdata-citus-v13.1.0_GH0.tar.gz) = 7696016

View File

@ -16,6 +16,7 @@ include/postgresql/server/distributed/citus_safe_lib.h
include/postgresql/server/distributed/colocation_utils.h include/postgresql/server/distributed/colocation_utils.h
include/postgresql/server/distributed/combine_query_planner.h include/postgresql/server/distributed/combine_query_planner.h
include/postgresql/server/distributed/commands.h include/postgresql/server/distributed/commands.h
include/postgresql/server/distributed/comment.h
include/postgresql/server/distributed/connection_management.h include/postgresql/server/distributed/connection_management.h
include/postgresql/server/distributed/coordinator_protocol.h include/postgresql/server/distributed/coordinator_protocol.h
include/postgresql/server/distributed/cte_inline.h include/postgresql/server/distributed/cte_inline.h
@ -87,7 +88,6 @@ include/postgresql/server/distributed/placement_connection.h
include/postgresql/server/distributed/priority.h include/postgresql/server/distributed/priority.h
include/postgresql/server/distributed/query_colocation_checker.h include/postgresql/server/distributed/query_colocation_checker.h
include/postgresql/server/distributed/query_pushdown_planning.h include/postgresql/server/distributed/query_pushdown_planning.h
include/postgresql/server/distributed/query_stats.h
include/postgresql/server/distributed/query_utils.h include/postgresql/server/distributed/query_utils.h
include/postgresql/server/distributed/recursive_planning.h include/postgresql/server/distributed/recursive_planning.h
include/postgresql/server/distributed/reference_table_utils.h include/postgresql/server/distributed/reference_table_utils.h
@ -165,6 +165,7 @@ share/postgresql/extension/citus--11.3-1--11.3-2.sql
share/postgresql/extension/citus--11.3-2--12.0-1.sql share/postgresql/extension/citus--11.3-2--12.0-1.sql
share/postgresql/extension/citus--12.0-1--12.1-1.sql share/postgresql/extension/citus--12.0-1--12.1-1.sql
share/postgresql/extension/citus--12.1-1--13.0-1.sql share/postgresql/extension/citus--12.1-1--13.0-1.sql
share/postgresql/extension/citus--13.0-1--13.1-1.sql
share/postgresql/extension/citus--8.0-1--8.0-2.sql share/postgresql/extension/citus--8.0-1--8.0-2.sql
share/postgresql/extension/citus--8.0-1.sql share/postgresql/extension/citus--8.0-1.sql
share/postgresql/extension/citus--8.0-10--8.0-11.sql share/postgresql/extension/citus--8.0-10--8.0-11.sql
@ -209,6 +210,7 @@ share/postgresql/extension/citus_columnar--11.1-0.sql
share/postgresql/extension/citus_columnar--11.1-1--11.2-1.sql share/postgresql/extension/citus_columnar--11.1-1--11.2-1.sql
share/postgresql/extension/citus_columnar--11.1-1.sql share/postgresql/extension/citus_columnar--11.1-1.sql
share/postgresql/extension/citus_columnar--11.2-1--11.3-1.sql share/postgresql/extension/citus_columnar--11.2-1--11.3-1.sql
share/postgresql/extension/citus_columnar--11.3-1--12.2-1.sql
share/postgresql/extension/citus_columnar.control share/postgresql/extension/citus_columnar.control
share/postgresql/extension/columnar--10.0-1--10.0-2.sql share/postgresql/extension/columnar--10.0-1--10.0-2.sql
share/postgresql/extension/columnar--10.0-3--10.1-1.sql share/postgresql/extension/columnar--10.0-3--10.1-1.sql

View File

@ -1,7 +1,7 @@
PORTNAME= pgmetrics PORTNAME= pgmetrics
PORTVERSION= 1.17.1 PORTVERSION= 1.17.1
DISTVERSIONPREFIX=v DISTVERSIONPREFIX=v
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= databases CATEGORIES= databases
MAINTAINER= girgen@FreeBSD.org MAINTAINER= girgen@FreeBSD.org

View File

@ -1,6 +1,6 @@
PORTNAME= promscale PORTNAME= promscale
PORTVERSION= 0.8.0 PORTVERSION= 0.8.0
PORTREVISION= 20 PORTREVISION= 21
CATEGORIES= databases CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-

View File

@ -1,7 +1,7 @@
PORTNAME= prometheus-postgres-exporter PORTNAME= prometheus-postgres-exporter
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 0.17.1 DISTVERSION= 0.17.1
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= databases CATEGORIES= databases
MAINTAINER= ivy@FreeBSD.org MAINTAINER= ivy@FreeBSD.org

View File

@ -1,7 +1,7 @@
PORTNAME= prometheus-postgresql-adapter PORTNAME= prometheus-postgresql-adapter
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 0.6.0 DISTVERSION= 0.6.0
PORTREVISION= 25 PORTREVISION= 26
CATEGORIES= databases CATEGORIES= databases
MAINTAINER= felix@userspace.com.au MAINTAINER= felix@userspace.com.au

View File

@ -4,7 +4,7 @@ CATEGORIES= databases python
MASTER_SITES= PYPI MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= DtxdF@disroot.org MAINTAINER= dtxdf@FreeBSD.org
COMMENT= Python MariaDB extension COMMENT= Python MariaDB extension
WWW= https://github.com/mariadb-corporation/mariadb-connector-python WWW= https://github.com/mariadb-corporation/mariadb-connector-python

View File

@ -1,5 +1,6 @@
PORTNAME= sqlglotrs PORTNAME= sqlglotrs
PORTVERSION= 0.4.2 PORTVERSION= 0.4.2
PORTREVISION= 1
CATEGORIES= databases python CATEGORIES= databases python
MASTER_SITES= PYPI MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,6 +1,6 @@
PORTNAME= sqloxide PORTNAME= sqloxide
PORTVERSION= 0.1.48 PORTVERSION= 0.1.48
PORTREVISION= 5 PORTREVISION= 6
CATEGORIES= databases python CATEGORIES= databases python
MASTER_SITES= PYPI MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -2,7 +2,7 @@ PORTNAME= quake
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 0.5.1-57 DISTVERSION= 0.5.1-57
DISTVERSIONSUFFIX= -gbb8ae55 DISTVERSIONSUFFIX= -gbb8ae55
PORTREVISION= 11 PORTREVISION= 12
CATEGORIES= databases CATEGORIES= databases
PKGNAMESUFFIX= -framework PKGNAMESUFFIX= -framework

View File

@ -1,6 +1,7 @@
PORTNAME= redis_exporter PORTNAME= redis_exporter
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 1.72.1 DISTVERSION= 1.72.1
PORTREVISION= 1
CATEGORIES= databases CATEGORIES= databases
MAINTAINER= arcade@b1t.name MAINTAINER= arcade@b1t.name

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