diff --git a/deskutils/freebsd-update-notify/Makefile b/deskutils/freebsd-update-notify/Makefile index 5a63158f1fca..b27cb45ac80a 100644 --- a/deskutils/freebsd-update-notify/Makefile +++ b/deskutils/freebsd-update-notify/Makefile @@ -1,45 +1,46 @@ PORTNAME= freebsd-update-notify DISTVERSION= 0.1.1-2 DISTVERSIONSUFFIX= -g90a650c +PORTREVISION= 1 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.7.18.7:sysutils/auto-admin +RUN_DEPENDS= zenity:x11/zenity auto-admin>=0.8.0:sysutils/auto-admin 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 \ 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" 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}${MANPREFIX}/man/man8 .include