git: 4a1a993ec3f2 - main - sysutils/osinfo-db-tools: Switch to DISTVERSION and adjust dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Nov 2024 20:17:31 UTC
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>