Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2024 20:17:31 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4a1a993ec3f2 - main - sysutils/osinfo-db-tools: Switch to DISTVERSION and adjust dependencies
Message-ID:  <202411052017.4A5KHVZN028926@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4a1a993ec3f29e86320f88ea65265d25d2196eb1

commit 4a1a993ec3f29e86320f88ea65265d25d2196eb1
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-11-05 20:07:54 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-11-05 20:17:25 +0000

    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)
---
 sysutils/osinfo-db-tools/Makefile | 7 ++++---
 1 file 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>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411052017.4A5KHVZN028926>