mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
This commit is contained in:
parent
815b919642
commit
0569f9b878
2 changed files with 12 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= freebsd-update-notify
|
PORTNAME= freebsd-update-notify
|
||||||
DISTVERSION= 0.1.1-8
|
DISTVERSION= 0.1.1-11
|
||||||
DISTVERSIONSUFFIX= -g714e534
|
DISTVERSIONSUFFIX= -g2d7b872
|
||||||
CATEGORIES= deskutils
|
CATEGORIES= deskutils
|
||||||
|
|
||||||
MAINTAINER= jwb@FreeBSD.org
|
MAINTAINER= jwb@FreeBSD.org
|
||||||
|
@ -12,7 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
RUN_DEPENDS= zenity:x11/zenity \
|
RUN_DEPENDS= zenity:x11/zenity \
|
||||||
auto-admin>=0.8.0:sysutils/auto-admin \
|
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
|
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" \
|
"@sample etc/freebsd-update-notify/freebsd-update-notify.crontab.sample etc/cron.d/freebsd-update-notify" \
|
||||||
"@dir etc/cron.d"
|
"@dir etc/cron.d"
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \
|
||||||
|
${WRKSRC}/freebsd-update-notify
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${STAGEDIR}${PREFIX}/etc/cron.d
|
${MKDIR} ${STAGEDIR}${PREFIX}/etc/cron.d
|
||||||
${MKDIR} ${STAGEDIR}${PREFIX}/etc/freebsd-update-notify
|
${MKDIR} ${STAGEDIR}${PREFIX}/etc/freebsd-update-notify
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1731857560
|
TIMESTAMP = 1731973647
|
||||||
SHA256 (outpaddling-freebsd-update-notify-0.1.1-8-g714e534_GH0.tar.gz) = 0c52f953fd63f859389c088baaf8c8538aa75d6889338a02c8cf0c155235408a
|
SHA256 (outpaddling-freebsd-update-notify-0.1.1-11-g2d7b872_GH0.tar.gz) = 0fd16d4d355843c5af225446dc89c5293585c6b1e13f28db636e9976531eb4ad
|
||||||
SIZE (outpaddling-freebsd-update-notify-0.1.1-8-g714e534_GH0.tar.gz) = 4353
|
SIZE (outpaddling-freebsd-update-notify-0.1.1-11-g2d7b872_GH0.tar.gz) = 4383
|
||||||
|
|
Loading…
Add table
Reference in a new issue