diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-10-10 17:26:21 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-10-11 14:18:48 +0000 |
commit | 33853f628fba358dfed8f6542f9ec62cc6730310 (patch) | |
tree | 544ed8b97e3063de5ead618501d96bf860b3a872 | |
parent | e69ffeab66b3b372e0bb710cdf0a5697491db390 (diff) | |
download | ports-33853f628fba358dfed8f6542f9ec62cc6730310.tar.gz ports-33853f628fba358dfed8f6542f9ec62cc6730310.zip |
devel/sdbus-cpp: update to 1.4.0
Changes: https://github.com/Kistler-Group/sdbus-cpp/releases/tag/v1.4.0
Reported by: GitHub (watch releases)
-rw-r--r-- | devel/sdbus-cpp/Makefile | 6 | ||||
-rw-r--r-- | devel/sdbus-cpp/distinfo | 8 | ||||
-rw-r--r-- | devel/sdbus-cpp/pkg-plist | 2 |
3 files changed, 5 insertions, 11 deletions
diff --git a/devel/sdbus-cpp/Makefile b/devel/sdbus-cpp/Makefile index f1515b9ad77c..d18c809e2a19 100644 --- a/devel/sdbus-cpp/Makefile +++ b/devel/sdbus-cpp/Makefile @@ -1,12 +1,8 @@ PORTNAME= sdbus-cpp DISTVERSIONPREFIX= v -DISTVERSION= 1.3.0 -PORTREVISION= 2 +DISTVERSION= 1.4.0 CATEGORIES= devel -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 1e2d13a04a98.patch:-p1 # https://github.com/Kistler-Group/sdbus-cpp/pull/358 - MAINTAINER= jbeich@FreeBSD.org COMMENT= High-level C++ D-Bus library WWW= https://github.com/Kistler-Group/sdbus-cpp diff --git a/devel/sdbus-cpp/distinfo b/devel/sdbus-cpp/distinfo index c0c426a64d10..40abd665050c 100644 --- a/devel/sdbus-cpp/distinfo +++ b/devel/sdbus-cpp/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1692524744 -SHA256 (Kistler-Group-sdbus-cpp-v1.3.0_GH0.tar.gz) = d44f59abdd64d8f1ca3af7db58bc6518cb081fc9ff16285c3d75a68f5c073d10 -SIZE (Kistler-Group-sdbus-cpp-v1.3.0_GH0.tar.gz) = 217150 -SHA256 (1e2d13a04a98.patch) = 374616d5a000a536d2947d3462a6b9ccf00777e2770a5a0bb3f87448f7b8786a -SIZE (1e2d13a04a98.patch) = 17236 +TIMESTAMP = 1696958781 +SHA256 (Kistler-Group-sdbus-cpp-v1.4.0_GH0.tar.gz) = ca7405c7f0f9ae3023dcfa37bc68974c4b8a1c9ea2909b970e0aedc3e8657ee6 +SIZE (Kistler-Group-sdbus-cpp-v1.4.0_GH0.tar.gz) = 224529 diff --git a/devel/sdbus-cpp/pkg-plist b/devel/sdbus-cpp/pkg-plist index 8ac60461d412..bf62cebd002e 100644 --- a/devel/sdbus-cpp/pkg-plist +++ b/devel/sdbus-cpp/pkg-plist @@ -24,6 +24,6 @@ lib/cmake/sdbus-c++/sdbus-c++-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/sdbus-c++/sdbus-c++-targets.cmake lib/libsdbus-c++.so lib/libsdbus-c++.so.1 -lib/libsdbus-c++.so.1.3.0 +lib/libsdbus-c++.so.1.4.0 libdata/pkgconfig/sdbus-c++-tools.pc libdata/pkgconfig/sdbus-c++.pc |