1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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
This commit is contained in:
Jason W. Bacon 2023-08-09 08:43:49 -05:00
parent 8a99078245
commit 691d585700
2 changed files with 13 additions and 8 deletions

View File

@ -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

View File

@ -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