Date: Tue, 19 Nov 2024 00:17:38 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: 0569f9b878c0 - main - deskutils/freebsd-update-notify: Update to 0.1.1.11 Message-ID: <202411190017.4AJ0Hcif045650@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=0569f9b878c01ad2ee7c9452c3f946644e6b88e4 commit 0569f9b878c01ad2ee7c9452c3f946644e6b88e4 Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2024-11-19 00:16:24 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2024-11-19 00:16:24 +0000 deskutils/freebsd-update-notify: Update to 0.1.1.11 Absolute pathnames for all commands under su Add missing deps, to function independently of desktop-installer --- deskutils/freebsd-update-notify/Makefile | 12 +++++++++--- deskutils/freebsd-update-notify/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/deskutils/freebsd-update-notify/Makefile b/deskutils/freebsd-update-notify/Makefile index ca1383fb9117..28a57fec5c93 100644 --- a/deskutils/freebsd-update-notify/Makefile +++ b/deskutils/freebsd-update-notify/Makefile @@ -1,6 +1,6 @@ PORTNAME= freebsd-update-notify -DISTVERSION= 0.1.1-8 -DISTVERSIONSUFFIX= -g714e534 +DISTVERSION= 0.1.1-11 +DISTVERSIONSUFFIX= -g2d7b872 CATEGORIES= deskutils MAINTAINER= jwb@FreeBSD.org @@ -12,7 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= zenity:x11/zenity \ auto-admin>=0.8.0:sysutils/auto-admin \ - rxvt-unicode>0:x11/rxvt-unicode + rxvt-unicode>0:x11/rxvt-unicode \ + xwininfo>0:x11/xwininfo \ + xhost>0:x11/xhost USE_GITHUB= yes @@ -30,6 +32,10 @@ PLIST_FILES= libexec/freebsd-update-notify \ "@sample etc/freebsd-update-notify/freebsd-update-notify.crontab.sample etc/cron.d/freebsd-update-notify" \ "@dir etc/cron.d" +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \ + ${WRKSRC}/freebsd-update-notify + do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/cron.d ${MKDIR} ${STAGEDIR}${PREFIX}/etc/freebsd-update-notify diff --git a/deskutils/freebsd-update-notify/distinfo b/deskutils/freebsd-update-notify/distinfo index e8ba014e4119..ba00dea3307c 100644 --- a/deskutils/freebsd-update-notify/distinfo +++ b/deskutils/freebsd-update-notify/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731857560 -SHA256 (outpaddling-freebsd-update-notify-0.1.1-8-g714e534_GH0.tar.gz) = 0c52f953fd63f859389c088baaf8c8538aa75d6889338a02c8cf0c155235408a -SIZE (outpaddling-freebsd-update-notify-0.1.1-8-g714e534_GH0.tar.gz) = 4353 +TIMESTAMP = 1731973647 +SHA256 (outpaddling-freebsd-update-notify-0.1.1-11-g2d7b872_GH0.tar.gz) = 0fd16d4d355843c5af225446dc89c5293585c6b1e13f28db636e9976531eb4ad +SIZE (outpaddling-freebsd-update-notify-0.1.1-11-g2d7b872_GH0.tar.gz) = 4383
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411190017.4AJ0Hcif045650>