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,47 +1,53 @@ PORTNAME= freebsd-update-notify -DISTVERSION= 0.1.1-8 -DISTVERSIONSUFFIX= -g714e534 +DISTVERSION= 0.1.1-11 +DISTVERSIONSUFFIX= -g2d7b872 CATEGORIES= deskutils MAINTAINER= jwb@FreeBSD.org COMMENT= Notify desktop user when FreeBSD updates are available WWW= https://github.com/outpaddling/freebsd-update-notify LICENSE= BSD2CLAUSE 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 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 \ share/man/man8/freebsd-update-notify.8.gz \ "@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" +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 ${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}${CONF_DIR}/freebsd-update-notify.crontab.sample ${INSTALL_MAN} ${WRKSRC}/freebsd-update-notify.8 \ ${STAGEDIR}${PREFIX}/share/man/man8 .include 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