From 01c8e583c9277147de008943ced4a6a79697d720 Mon Sep 17 00:00:00 2001 From: "Jason W. Bacon" Date: Mon, 23 Oct 2023 06:16:56 -0500 Subject: [PATCH] deskutils/freebsd-update-notify: Bump auto-admin dep version Ensure users have the latest auto-admin bug fixes --- deskutils/freebsd-update-notify/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deskutils/freebsd-update-notify/Makefile b/deskutils/freebsd-update-notify/Makefile index 5a63158f1fca..b27cb45ac80a 100644 --- a/deskutils/freebsd-update-notify/Makefile +++ b/deskutils/freebsd-update-notify/Makefile @@ -1,6 +1,7 @@ PORTNAME= freebsd-update-notify DISTVERSION= 0.1.1-2 DISTVERSIONSUFFIX= -g90a650c +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= jwb@FreeBSD.org @@ -10,7 +11,7 @@ WWW= https://github.com/outpaddling/freebsd-update-notify LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= zenity:x11/zenity auto-admin>=0.7.18.7:sysutils/auto-admin +RUN_DEPENDS= zenity:x11/zenity auto-admin>=0.8.0:sysutils/auto-admin USE_GITHUB= yes