aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2023-08-09 13:43:49 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2023-08-09 13:43:49 +0000
commit691d5857000a87885d7b785374edd1df81793d37 (patch)
tree182988ceb0d46f7aa7673fce9d5b5840d40ad700
parent8a990782456e5659058693ff7b0421677ca0603f (diff)
downloadports-691d5857000a87885d7b785374edd1df81793d37.tar.gz
ports-691d5857000a87885d7b785374edd1df81793d37.zip
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
-rw-r--r--deskutils/freebsd-update-notify/Makefile15
-rw-r--r--deskutils/freebsd-update-notify/distinfo6
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