aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2024-11-05 20:07:54 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2024-11-05 20:17:25 +0000
commit4a1a993ec3f29e86320f88ea65265d25d2196eb1 (patch)
tree297f8f8f80f548a4f2f4f6a66d9db1cad805b648
parent943df23275b34c92ca988a31c77727008c9fa27e (diff)
downloadports-4a1a993ec3f29e86320f88ea65265d25d2196eb1.tar.gz
ports-4a1a993ec3f29e86320f88ea65265d25d2196eb1.zip
sysutils/osinfo-db-tools: Switch to DISTVERSION and adjust dependencies
* Switch to DISTVERSION * Remove unused dependencies (gmake and libxslt) PR: 282508 Reviewed by: novel (maintainer)
-rw-r--r--sysutils/osinfo-db-tools/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/osinfo-db-tools/Makefile b/sysutils/osinfo-db-tools/Makefile
index 91a47f8983b0..ff4947f36265 100644
--- a/sysutils/osinfo-db-tools/Makefile
+++ b/sysutils/osinfo-db-tools/Makefile
@@ -1,5 +1,6 @@
PORTNAME= osinfo-db-tools
-PORTVERSION= 1.12.0
+DISTVERSION= 1.12.0
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://releases.pagure.org/libosinfo/
@@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
libsoup-2.4.so:devel/libsoup
-USES= gettext gmake gnome libarchive pkgconfig tar:xz meson
-USE_GNOME= glib20 intltool libxml2 libxslt
+USES= gettext gnome libarchive meson pkgconfig tar:xz
+USE_GNOME= glib20 intltool libxml2
.include <bsd.port.mk>