git: 946fa89e1990 - main - devel/appstream{,-qt,-compose}: Update to 1.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Jan 2024 18:30:33 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=946fa89e19900cd48698fefd940e93ffa678f540
commit 946fa89e19900cd48698fefd940e93ffa678f540
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-01-25 18:29:16 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-01-25 18:30:06 +0000
devel/appstream{,-qt,-compose}: Update to 1.0.1
Sponsored by: Serenity Cybersecurity, LLC
---
devel/appstream-compose/Makefile | 2 +-
devel/appstream-compose/pkg-plist | 2 +-
devel/appstream-qt/Makefile | 4 ++--
devel/appstream-qt/pkg-plist | 2 +-
devel/appstream/Makefile | 4 ++--
devel/appstream/distinfo | 6 +++---
.../files/patch-qt_cmake_AppStreamQt5Config.cmake.in | 13 -------------
devel/appstream/pkg-plist | 2 +-
8 files changed, 11 insertions(+), 24 deletions(-)
diff --git a/devel/appstream-compose/Makefile b/devel/appstream-compose/Makefile
index decfcca607cd..1da83c12dc79 100644
--- a/devel/appstream-compose/Makefile
+++ b/devel/appstream-compose/Makefile
@@ -19,6 +19,6 @@ post-install:
# remove files belonging to the master port
${XARGS} -L 1 -I % ${RM} -rf ${STAGEDIR}${PREFIX}/% < ${MASTERDIR}/pkg-plist
${FIND} ${STAGEDIR}${PREFIX} -empty -delete
- ${RM} -rf ${STAGEDIR}${PREFIX}/etc ${STAGEDIR}${PREFIX}/man
+ ${RM} -rf ${STAGEDIR}${PREFIX}/etc ${STAGEDIR}${PREFIX}/share/man
.include "${MASTERDIR}/Makefile"
diff --git a/devel/appstream-compose/pkg-plist b/devel/appstream-compose/pkg-plist
index c94c3357cfd6..ad7c790eaade 100644
--- a/devel/appstream-compose/pkg-plist
+++ b/devel/appstream-compose/pkg-plist
@@ -13,7 +13,7 @@ include/appstream-compose/asc-utils.h
lib/girepository-1.0/AppStreamCompose-1.0.typelib
lib/libappstream-compose.so
lib/libappstream-compose.so.0
-lib/libappstream-compose.so.1.0.0
+lib/libappstream-compose.so.1.0.1
libdata/pkgconfig/appstream-compose.pc
libexec/appstreamcli-compose
share/gir-1.0/AppStreamCompose-1.0.gir
diff --git a/devel/appstream-qt/Makefile b/devel/appstream-qt/Makefile
index c1b13a1a9902..3ae78c53aa52 100644
--- a/devel/appstream-qt/Makefile
+++ b/devel/appstream-qt/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION= 2
+PORTREVISION= 0
PKGNAMESUFFIX= Qt${FLAVOR:S/qt//}
COMMENT?= Qt bindings to AppStream
@@ -29,6 +29,6 @@ post-install:
# remove files belonging to the master port
${XARGS} -L 1 -I % ${RM} -rf ${STAGEDIR}${PREFIX}/% < ${MASTERDIR}/pkg-plist
${FIND} ${STAGEDIR}${PREFIX} -empty -delete
- ${RM} -rf ${STAGEDIR}${PREFIX}/etc ${STAGEDIR}${PREFIX}/man
+ ${RM} -rf ${STAGEDIR}${PREFIX}/etc ${STAGEDIR}${PREFIX}/share/man
.include "${MASTERDIR}/Makefile"
diff --git a/devel/appstream-qt/pkg-plist b/devel/appstream-qt/pkg-plist
index aebf9b977979..fd771d6aae4d 100644
--- a/devel/appstream-qt/pkg-plist
+++ b/devel/appstream-qt/pkg-plist
@@ -26,5 +26,5 @@ include/AppStreamQt%%QT_VER_SUFFIX%%/video.h
lib/cmake/AppStreamQt%%QT_VER_SUFFIX%%/AppStreamQt%%QT_VER_SUFFIX%%Config.cmake
lib/cmake/AppStreamQt%%QT_VER_SUFFIX%%/AppStreamQt%%QT_VER_SUFFIX%%ConfigVersion.cmake
lib/libAppStreamQt%%QT_VER_SUFFIX%%.so
-lib/libAppStreamQt%%QT_VER_SUFFIX%%.so.1.0.0
+lib/libAppStreamQt%%QT_VER_SUFFIX%%.so.1.0.1
lib/libAppStreamQt%%QT_VER_SUFFIX%%.so.3
diff --git a/devel/appstream/Makefile b/devel/appstream/Makefile
index ecc5cc47f6e9..8f1485fc5f00 100644
--- a/devel/appstream/Makefile
+++ b/devel/appstream/Makefile
@@ -2,8 +2,8 @@
# being overriden by devel/appstream-qt slave port
PORTNAME?= AppStream
-DISTVERSION= 1.0.0
-PORTREVISION?= 1
+DISTVERSION= 1.0.1
+PORTREVISION?= 0
CATEGORIES= devel
MASTER_SITES= https://www.freedesktop.org/software/${PORTNAME:tl}/releases/
diff --git a/devel/appstream/distinfo b/devel/appstream/distinfo
index 526c37bb04e2..38890e9e81a6 100644
--- a/devel/appstream/distinfo
+++ b/devel/appstream/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1700062305
-SHA256 (AppStream-1.0.0.tar.xz) = ef23477a380e8b525e92cfa87687f1146b9cef74c641349a1ae11250be5401d0
-SIZE (AppStream-1.0.0.tar.xz) = 2683916
+TIMESTAMP = 1706203776
+SHA256 (AppStream-1.0.1.tar.xz) = fa4d5994e5c6f22e9b66cb0b52e8b5f5d96e7353ea5528b56436e0150829203b
+SIZE (AppStream-1.0.1.tar.xz) = 2686244
diff --git a/devel/appstream/files/patch-qt_cmake_AppStreamQt5Config.cmake.in b/devel/appstream/files/patch-qt_cmake_AppStreamQt5Config.cmake.in
deleted file mode 100644
index d0bf73824eae..000000000000
--- a/devel/appstream/files/patch-qt_cmake_AppStreamQt5Config.cmake.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- qt/cmake/AppStreamQt5Config.cmake.in.orig 2023-11-11 18:48:36 UTC
-+++ qt/cmake/AppStreamQt5Config.cmake.in
-@@ -32,8 +32,8 @@ set_target_properties(AppStreamQt PROPERTIES
- set_target_properties(AppStreamQt PROPERTIES
- INTERFACE_INCLUDE_DIRECTORIES "${PACKAGE_PREFIX_DIR}/include/"
- INTERFACE_LINK_LIBRARIES "Qt5::Core"
-- IMPORTED_LOCATION "@LIBDIR_FULL@/libAppStreamQt5.so.${AppStreamQt_VERSION}"
-- IMPORTED_SONAME "libAppStreamQt5.${AppStreamQt_VERSION_MAJOR}"
-+ IMPORTED_LOCATION "@LIBDIR_FULL@/libAppStreamQt5.so.${AppStreamQt5_VERSION}"
-+ IMPORTED_SONAME "libAppStreamQt5.${AppStreamQt5_VERSION_MAJOR}"
- )
-
- ####################################################################################
diff --git a/devel/appstream/pkg-plist b/devel/appstream/pkg-plist
index 61b8ac8b8ed0..f808e4b1b669 100644
--- a/devel/appstream/pkg-plist
+++ b/devel/appstream/pkg-plist
@@ -41,7 +41,7 @@ include/appstream/as-version.h
include/appstream/as-video.h
lib/girepository-1.0/AppStream-1.0.typelib
lib/libappstream.so
-lib/libappstream.so.1.0.0
+lib/libappstream.so.1.0.1
lib/libappstream.so.5
libdata/pkgconfig/appstream.pc
share/man/man1/appstreamcli.1.gz