www/kdsoap-ws-discovery-client: Update to 0.4.0

Disable API documentation which was automatically being generated if
doxygen is installed.

Pet portlint(1) and portclippy(1).
This commit is contained in:
Jason E. Hale 2025-02-26 17:26:37 -05:00
parent e8cad8b54d
commit d5425e35e2
4 changed files with 15 additions and 9 deletions

View file

@ -1,17 +1,23 @@
PORTNAME= kdsoap-ws-discovery-client PORTNAME= kdsoap-ws-discovery-client
DISTVERSION= 0.3.0 DISTVERSION= 0.4.0
PORTREVISION= 1
MASTER_SITES= KDE/unstable/${PORTNAME}/
CATEGORIES= www kde CATEGORIES= www kde
MASTER_SITES= KDE/stable/${PORTNAME}/
MAINTAINER= kde@FreeBSD.org
COMMENT= Library for finding WS-Discovery devices in the network COMMENT= Library for finding WS-Discovery devices in the network
WWW= https://invent.kde.org/libraries/kdsoap-ws-discovery-client WWW= https://invent.kde.org/libraries/kdsoap-ws-discovery-client
MAINTAINER= kde@FreeBSD.org
LICENSE= GPLv3+
LIB_DEPENDS= libkdsoap-qt6.so:www/kdsoap LIB_DEPENDS= libkdsoap-qt6.so:www/kdsoap
USES= cmake kde:6 qt:6 tar:xz USES= cmake kde:6 qt:6 tar:xz
USE_KDE= ecm:build USE_KDE= ecm:build
USE_LDCONFIG= yes
USE_QT= base USE_QT= base
CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Doxygen
PLIST_SUB= SOVERSION=${DISTVERSION}
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1704479841 TIMESTAMP = 1740605374
SHA256 (kdsoap-ws-discovery-client-0.3.0.tar.xz) = 5007747f1ce607639bb63244f8894c03a15194c0a891b8d85e10d76dbdf79188 SHA256 (kdsoap-ws-discovery-client-0.4.0.tar.xz) = 2cd247c013e75f410659bac372aff93d22d71c5a54c059e137b9444af8b3427a
SIZE (kdsoap-ws-discovery-client-0.3.0.tar.xz) = 30948 SIZE (kdsoap-ws-discovery-client-0.4.0.tar.xz) = 30692

View file

@ -1 +1 @@
Library for finding WS-Discovery devices in the network using Qt5 and KDSoap. Library for finding WS-Discovery devices in the network using Qt and KDSoap.

View file

@ -14,4 +14,4 @@ lib/cmake/KDSoapWSDiscoveryClient/KDSoapWSDiscoveryClientTargets-%%CMAKE_BUILD_T
lib/cmake/KDSoapWSDiscoveryClient/KDSoapWSDiscoveryClientTargets.cmake lib/cmake/KDSoapWSDiscoveryClient/KDSoapWSDiscoveryClientTargets.cmake
lib/libKDSoapWSDiscoveryClient.so lib/libKDSoapWSDiscoveryClient.so
lib/libKDSoapWSDiscoveryClient.so.0 lib/libKDSoapWSDiscoveryClient.so.0
lib/libKDSoapWSDiscoveryClient.so.0.3.0 lib/libKDSoapWSDiscoveryClient.so.%%SOVERSION%%