Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Aug 2023 13:44:23 GMT
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 691d5857000a - main - deskutils/freebsd-update-notify: Update to 0.1.1
Message-ID:  <202308091344.379DiNlJ059155@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jwb:

URL: https://cgit.FreeBSD.org/ports/commit/?id=691d5857000a87885d7b785374edd1df81793d37

commit 691d5857000a87885d7b785374edd1df81793d37
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2023-08-09 13:43:49 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2023-08-09 13:43:49 +0000

    deskutils/freebsd-update-notify: Update to 0.1.1
    
    Add man page
    Add --pause to auto-update-system invocation
    Allow user to configure max days between updates
    Check every hour and add separate configurable reminder delay
---
 deskutils/freebsd-update-notify/Makefile | 15 ++++++++++-----
 deskutils/freebsd-update-notify/distinfo |  6 +++---
 2 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/deskutils/freebsd-update-notify/Makefile b/deskutils/freebsd-update-notify/Makefile
index 6fb0aa63b00b..74e2e3096a35 100644
--- a/deskutils/freebsd-update-notify/Makefile
+++ b/deskutils/freebsd-update-notify/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	freebsd-update-notify
-DISTVERSION=	0.1.0-2
-DISTVERSIONSUFFIX=	-g9a58564
+DISTVERSION=	0.1.1
 CATEGORIES=	deskutils
 
 MAINTAINER=	jwb@FreeBSD.org
@@ -10,7 +9,7 @@ WWW=		https://github.com/outpaddling/freebsd-update-notify
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	zenity:x11/zenity auto-admin:sysutils/auto-admin
+RUN_DEPENDS=	zenity:x11/zenity auto-admin>=0.7.18.3:sysutils/auto-admin
 
 USE_GITHUB=	yes
 
@@ -19,20 +18,26 @@ GH_ACCOUNT=	outpaddling
 NO_BUILD=	yes
 NO_ARCH=	yes
 
+CONF_DIR=	${PREFIX}/etc/freebsd-update-notify
+
 PLIST_FILES=	libexec/freebsd-update-notify \
 		libexec/freebsd-update-cron \
 		man/man8/freebsd-update-notify.8.gz \
-		"@sample etc/freebsd-update-notify.crontab.sample etc/cron.d/freebsd-update-notify" \
+		"@sample etc/freebsd-update-notify/freebsd-update-notify.conf.sample" \
+		"@sample etc/freebsd-update-notify/freebsd-update-notify.crontab.sample etc/cron.d/freebsd-update-notify" \
 		"@dir etc/cron.d"
 
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/etc/cron.d
+	${MKDIR} ${STAGEDIR}${PREFIX}/etc/freebsd-update-notify
 	${INSTALL_SCRIPT} ${WRKSRC}/freebsd-update-notify \
 		${STAGEDIR}${PREFIX}/libexec
 	${INSTALL_SCRIPT} ${WRKSRC}/freebsd-update-cron \
 		${STAGEDIR}${PREFIX}/libexec
+	${INSTALL_DATA} ${WRKSRC}/freebsd-update-notify.conf \
+		${STAGEDIR}${CONF_DIR}/freebsd-update-notify.conf.sample
 	${INSTALL_DATA} ${WRKSRC}/freebsd-update-notify.crontab \
-		${STAGEDIR}${PREFIX}/etc/freebsd-update-notify.crontab.sample
+		${STAGEDIR}${CONF_DIR}/freebsd-update-notify.crontab.sample
 	${INSTALL_MAN} ${WRKSRC}/freebsd-update-notify.8 \
 		${STAGEDIR}${MANPREFIX}/man/man8
 
diff --git a/deskutils/freebsd-update-notify/distinfo b/deskutils/freebsd-update-notify/distinfo
index 87163f0851c6..3f910547e173 100644
--- a/deskutils/freebsd-update-notify/distinfo
+++ b/deskutils/freebsd-update-notify/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1690816706
-SHA256 (outpaddling-freebsd-update-notify-0.1.0-2-g9a58564_GH0.tar.gz) = 9656b88cce0f6fe68fde943b573519e26bb499f3e11c60169fb7c40caa6b0b24
-SIZE (outpaddling-freebsd-update-notify-0.1.0-2-g9a58564_GH0.tar.gz) = 3426
+TIMESTAMP = 1691588508
+SHA256 (outpaddling-freebsd-update-notify-0.1.1_GH0.tar.gz) = d116b0a7c5c2faf209f91c0f80293ef770d054f30fe8311541e30940984c5ba8
+SIZE (outpaddling-freebsd-update-notify-0.1.1_GH0.tar.gz) = 4099



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