x/Makefile @@ -1,6 +1,6 @@ PORTNAME= wsjtx DISTVERSION= 2.5.4 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= comms hamradio MASTER_SITES= SF/wsjt/${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX} diff --git a/comms/wsjtz/Makefile b/comms/wsjtz/Makefile index 59c62c57d250..a7bdb19843dc 100644 --- a/comms/wsjtz/Makefile +++ b/comms/wsjtz/Makefile @@ -1,6 +1,6 @@ PORTNAME= wsjtz DISTVERSION= 2.5.4-1.22 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= comms hamradio MASTER_SITES= SF/wsjt-z/Source diff --git a/converters/osm2pgrouting/Makefile b/converters/osm2pgrouting/Makefile index f50cb9291a5b..1879f7c4bf59 100644 --- a/converters/osm2pgrouting/Makefile +++ b/converters/osm2pgrouting/Makefile @@ -1,7 +1,7 @@ PORTNAME= osm2pgrouting DISTVERSIONPREFIX= v DISTVERSION= 2.3.8 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= converters databases geography MAINTAINER= lbartoletti@FreeBSD.org @@ -11,7 +11,7 @@ WWW= https://pgrouting.org/docs/tools/osm2pgrouting.html LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ +LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libexpat.so:textproc/expat2 \ libpqxx.so:databases/postgresql-libpqxx diff --git a/databases/akonadi/Makefile b/databases/akonadi/Makefile index 60f5b9fb2739..8d003ecddac1 100644 --- a/databases/akonadi/Makefile +++ b/databases/akonadi/Makefile @@ -1,5 +1,6 @@ PORTNAME= akonadi DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= databases kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/databases/arrow/Makefile b/databases/arrow/Makefile index 831c00562fb8..1c92960f654a 100644 --- a/databases/arrow/Makefile +++ b/databases/arrow/Makefile @@ -1,5 +1,6 @@ PORTNAME= arrow DISTVERSION= 21.0.0 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION} \ https://github.com/apache/orc/archive/rel/:orc @@ -15,7 +16,7 @@ WWW= https://arrow.apache.org \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/../LICENSE.txt -LIB_DEPENDS= libboost_system.so:devel/boost-libs +LIB_DEPENDS= libboost_thread.so:devel/boost-libs USES= cmake compiler:c++17-lang localbase pkgconfig python:build,test USE_LDCONFIG= yes diff --git a/databases/foundationdb71-client/Makefile b/databases/foundationdb71-client/Makefile index a813ac1a8309..0a4f5962baa3 100644 --- a/databases/foundationdb71-client/Makefile +++ b/databases/foundationdb71-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= foundationdb -PORTREVISION= 3 +PORTREVISION= 4 COMMENT= FoundationDB client diff --git a/databases/foundationdb71-server/Makefile b/databases/foundationdb71-server/Makefile index 3f09dbb32c39..a7b95e132ad3 100644 --- a/databases/foundationdb71-server/Makefile +++ b/databases/foundationdb71-server/Makefile @@ -1,6 +1,6 @@ PORTNAME?= foundationdb DISTVERSION= 7.1.59 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES?= databases PKGNAMESUFFIX?= ${DISTVERSION:C/([0-9]+)\.([0-9]+).*/\1\2/}-${_COMPONENT} @@ -19,7 +19,7 @@ ONLY_FOR_ARCHS_REASON= not yet ported to anything else BUILD_DEPENDS= bash:shells/bash \ msgpack-cxx>0:devel/msgpack-cxx \ toml11>0:devel/toml11 -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ +LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libeio.so:devel/libeio USES= cmake compiler:c++20-lang llvm:max=16 mono:build python:build \ diff --git a/databases/foundationdb73-client/Makefile b/databases/foundationdb73-client/Makefile index c14cee4ac2cf..acfefd2f3b52 100644 *** 3422 LINES SKIPPED ***