diff options
| author | Xin LI <delphij@FreeBSD.org> | 2026-07-05 16:47:09 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2026-07-06 15:57:32 +0000 |
| commit | 5f9d389f299ac8124a5114c2f014984390b6fd1e (patch) | |
| tree | aa0f1821eec3e977a53f25769fd6286ae3e50c83 /sysutils | |
| parent | fcddf87b03b963064dd56c3befcb0620be7fc7ad (diff) | |
Diffstat (limited to 'sysutils')
| -rw-r--r-- | sysutils/cardano-cli/Makefile | 3 | ||||
| -rw-r--r-- | sysutils/cfengine-devel/Makefile | 3 | ||||
| -rw-r--r-- | sysutils/cfengine324/Makefile | 4 | ||||
| -rw-r--r-- | sysutils/cfengine325/Makefile | 4 | ||||
| -rw-r--r-- | sysutils/cfengine326/Makefile | 4 | ||||
| -rw-r--r-- | sysutils/cfengine327/Makefile | 3 | ||||
| -rw-r--r-- | sysutils/kf5-baloo/Makefile | 4 | ||||
| -rw-r--r-- | sysutils/kf6-baloo/Makefile | 3 |
8 files changed, 16 insertions, 12 deletions
diff --git a/sysutils/cardano-cli/Makefile b/sysutils/cardano-cli/Makefile index 32488e02c113..f419d6cb778e 100644 --- a/sysutils/cardano-cli/Makefile +++ b/sysutils/cardano-cli/Makefile @@ -1,6 +1,7 @@ PORTNAME= cardano-cli DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 11.0.0.0 +PORTREVISION= 1 CATEGORIES= sysutils net-p2p MASTER_SITES= https://chap.intersectmbo.org/package/:chap @@ -15,7 +16,7 @@ NOT_FOR_ARCHS= i386 LIB_DEPENDS= libsecp256k1.so:math/secp256k1 \ libblst.so:security/blst \ - liblmdb.so:databases/lmdb + liblmdb.so:databases/lmdb0 USES= autoreconf:build cabal gmake libtool pkgconfig diff --git a/sysutils/cfengine-devel/Makefile b/sysutils/cfengine-devel/Makefile index b71987eea9cc..7225cc6a5957 100644 --- a/sysutils/cfengine-devel/Makefile +++ b/sysutils/cfengine-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= cfengine PORTVERSION= 3.28.${CFENGINE_COMMIT_DATE} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -devel @@ -53,7 +54,7 @@ INSTALL_TARGET= install-strip LIB_DEPENDS+= libpcre.so:devel/pcre \ libpcre2-posix.so:devel/pcre2 \ - liblmdb.so:databases/lmdb \ + liblmdb.so:databases/lmdb0 \ libyaml.so:textproc/libyaml \ libcurl.so:ftp/curl \ librsync.so:net/librsync diff --git a/sysutils/cfengine324/Makefile b/sysutils/cfengine324/Makefile index efd097803bb8..4acef7362306 100644 --- a/sysutils/cfengine324/Makefile +++ b/sysutils/cfengine324/Makefile @@ -1,6 +1,6 @@ PORTNAME= cfengine DISTVERSION= 3.24.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://s3.amazonaws.com/cfengine-package-repos/tarballs/ DISTNAME= ${PORTNAME}-community-${DISTVERSION} @@ -48,7 +48,7 @@ INSTALL_TARGET= install-strip LIB_DEPENDS+= libpcre.so:devel/pcre \ libpcre2-posix.so:devel/pcre2 \ - liblmdb.so:databases/lmdb \ + liblmdb.so:databases/lmdb0 \ libyaml.so:textproc/libyaml \ libcurl.so:ftp/curl diff --git a/sysutils/cfengine325/Makefile b/sysutils/cfengine325/Makefile index d4d32d61711a..ba315da460f8 100644 --- a/sysutils/cfengine325/Makefile +++ b/sysutils/cfengine325/Makefile @@ -1,6 +1,6 @@ PORTNAME= cfengine DISTVERSION= 3.25.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://s3.amazonaws.com/cfengine-package-repos/tarballs/ DISTNAME= ${PORTNAME}-community-${DISTVERSION} @@ -48,7 +48,7 @@ INSTALL_TARGET= install-strip LIB_DEPENDS+= libpcre.so:devel/pcre \ libpcre2-posix.so:devel/pcre2 \ - liblmdb.so:databases/lmdb \ + liblmdb.so:databases/lmdb0 \ libyaml.so:textproc/libyaml \ libcurl.so:ftp/curl \ librsync.so:net/librsync diff --git a/sysutils/cfengine326/Makefile b/sysutils/cfengine326/Makefile index ab418bf9ac57..0bee4e72c7e1 100644 --- a/sysutils/cfengine326/Makefile +++ b/sysutils/cfengine326/Makefile @@ -1,6 +1,6 @@ PORTNAME= cfengine DISTVERSION= 3.26.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://s3.amazonaws.com/cfengine-package-repos/tarballs/ DISTNAME= ${PORTNAME}-community-${DISTVERSION} @@ -48,7 +48,7 @@ INSTALL_TARGET= install-strip LIB_DEPENDS+= libpcre.so:devel/pcre \ libpcre2-posix.so:devel/pcre2 \ - liblmdb.so:databases/lmdb \ + liblmdb.so:databases/lmdb0 \ libyaml.so:textproc/libyaml \ libcurl.so:ftp/curl \ librsync.so:net/librsync diff --git a/sysutils/cfengine327/Makefile b/sysutils/cfengine327/Makefile index 1f0ac6784f9d..cc540f46cc2c 100644 --- a/sysutils/cfengine327/Makefile +++ b/sysutils/cfengine327/Makefile @@ -1,5 +1,6 @@ PORTNAME= cfengine DISTVERSION= 3.27.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://s3.amazonaws.com/cfengine-package-repos/tarballs/ DISTNAME= ${PORTNAME}-community-${DISTVERSION} @@ -47,7 +48,7 @@ INSTALL_TARGET= install-strip LIB_DEPENDS+= libpcre.so:devel/pcre \ libpcre2-posix.so:devel/pcre2 \ - liblmdb.so:databases/lmdb \ + liblmdb.so:databases/lmdb0 \ libyaml.so:textproc/libyaml \ libcurl.so:ftp/curl \ librsync.so:net/librsync diff --git a/sysutils/kf5-baloo/Makefile b/sysutils/kf5-baloo/Makefile index 958882e03d4f..e74c02525f0f 100644 --- a/sysutils/kf5-baloo/Makefile +++ b/sysutils/kf5-baloo/Makefile @@ -1,12 +1,12 @@ PORTNAME= baloo DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 Framework for searching and managing user metadata -LIB_DEPENDS= liblmdb.so:databases/lmdb \ +LIB_DEPENDS= liblmdb.so:databases/lmdb0 \ libinotify.so:devel/libinotify DEPRECATED= has its functionality stripped compared to a kf6 variant diff --git a/sysutils/kf6-baloo/Makefile b/sysutils/kf6-baloo/Makefile index b85ab4fe0e98..4df6462dea8f 100644 --- a/sysutils/kf6-baloo/Makefile +++ b/sysutils/kf6-baloo/Makefile @@ -1,12 +1,13 @@ PORTNAME= baloo DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= File indexing and file search framework for KDE Plasma LIB_DEPENDS= libinotify.so:devel/libinotify \ - liblmdb.so:databases/lmdb + liblmdb.so:databases/lmdb0 USES= cmake gettext gl kde:6 qt:6 tar:xz USE_GL= gl opengl |
