git: 01c8e583c927 - main - deskutils/freebsd-update-notify: Bump auto-admin dep version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Oct 2023 11:21:39 UTC
The branch main has been updated by jwb:
URL: https://cgit.FreeBSD.org/ports/commit/?id=01c8e583c9277147de008943ced4a6a79697d720
commit 01c8e583c9277147de008943ced4a6a79697d720
Author: Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2023-10-23 11:16:56 +0000
Commit: Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2023-10-23 11:16:56 +0000
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