diff -ruN /usr/ports/x11-wm/enlightenment/Makefile ./enlightenment/Makefile --- /usr/ports/x11-wm/enlightenment/Makefile 2015-11-17 21:36:58.521875000 +0100 +++ ./enlightenment/Makefile 2015-12-09 20:21:21.528940000 +0100 @@ -2,10 +2,11 @@ # $FreeBSD: head/x11-wm/enlightenment/Makefile 401773 2015-11-16 16:09:30Z gblach $ PORTNAME= enlightenment -PORTVERSION= 0.19.13 +PORTVERSION= 0.20.0 PORTEPOCH= 2 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ +DIST_SUBDIR= enlightenment MAINTAINER= enlightenment@FreeBSD.org COMMENT= Artistic X window manager @@ -18,7 +19,6 @@ libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms RUN_DEPENDS= ${LOCALBASE}/lib/evas/utils/evas_image_loader.svg:${PORTSDIR}/graphics/evas_generic_loaders-svg -DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes USES= alias autoreconf desktop-file-utils execinfo gettext-tools \ libtool pathfix iconv gmake pkgconfig tar:xz diff -ruN /usr/ports/x11-wm/enlightenment/Makefile.plist ./enlightenment/Makefile.plist --- /usr/ports/x11-wm/enlightenment/Makefile.plist 2015-02-11 23:21:47.000000000 +0100 +++ ./enlightenment/Makefile.plist 2015-12-09 20:19:33.194375000 +0100 @@ -1,2 +1,2 @@ -ENLIGHTENMENT_ARCH= ${OPSYS:tl}${OSREL}-${ARCH}-ver-serious-0.19 +ENLIGHTENMENT_ARCH= ${OPSYS:tl}${OSREL}-${ARCH}-ver-serious-0.20 PLIST_SUB= ENLIGHTENMENT_ARCH=${ENLIGHTENMENT_ARCH} diff -ruN /usr/ports/x11-wm/enlightenment/distinfo ./enlightenment/distinfo --- /usr/ports/x11-wm/enlightenment/distinfo 2015-11-17 21:36:58.522830000 +0100 +++ ./enlightenment/distinfo 2015-12-09 20:02:11.595420000 +0100 @@ -1,2 +1,2 @@ -SHA256 (enlightenment/enlightenment-0.19.13.tar.xz) = cdabe6ea744828e71b2be2f7a456dae963456eb13cb5b306122bbf5dd5c889ce -SIZE (enlightenment/enlightenment-0.19.13.tar.xz) = 24570972 +SHA256 (enlightenment/enlightenment-0.20.0.tar.xz) = bb5f257dc91f67f321c5960556e8c4029ce9a42aace3e3d4d880986d418d9157 +SIZE (enlightenment/enlightenment-0.20.0.tar.xz) = 25025596 diff -ruN /usr/ports/x11-wm/enlightenment/files/patch-data-etc-sysactions.conf.in ./enlightenment/files/patch-data-etc-sysactions.conf.in --- /usr/ports/x11-wm/enlightenment/files/patch-data-etc-sysactions.conf.in 2015-02-11 23:21:47.000000000 +0100 +++ ./enlightenment/files/patch-data-etc-sysactions.conf.in 1970-01-01 01:00:00.000000000 +0100 @@ -1,21 +0,0 @@ ---- data/etc/sysactions.conf.in.orig 2013-12-25 21:59:38.000000000 +0100 -+++ data/etc/sysactions.conf.in 2013-12-25 22:02:32.000000000 +0100 -@@ -43,13 +43,13 @@ - # user and group name can use glob matches (* == all for example) like the - # shell. as can action names allowed or denied. - --action: halt @HALT@ -+action: halt /sbin/shutdown -p now - action: reboot @REBOOT@ --action: suspend @SUSPEND@ -+action: suspend /usr/sbin/zzz - action: hibernate @HIBERNATE@ --action: /bin/mount /bin/mount --action: /bin/umount /bin/umount --action: /usr/bin/eject /usr/bin/eject -+action: /bin/mount /sbin/mount -+action: /bin/umount /sbin/umount -+action: /usr/bin/eject /usr/sbin/cdcontrol eject - action: l2ping /usr/bin/l2ping - - # on FreeBSD use this instead of the above. diff -ruN /usr/ports/x11-wm/enlightenment/files/patch-data_etc_sysactions.conf.in ./enlightenment/files/patch-data_etc_sysactions.conf.in --- /usr/ports/x11-wm/enlightenment/files/patch-data_etc_sysactions.conf.in 1970-01-01 01:00:00.000000000 +0100 +++ ./enlightenment/files/patch-data_etc_sysactions.conf.in 2015-12-09 20:25:46.316617000 +0100 @@ -0,0 +1,21 @@ +--- data/etc/sysactions.conf.in.orig 2015-12-09 19:23:06 UTC ++++ data/etc/sysactions.conf.in +@@ -43,13 +43,13 @@ + # user and group name can use glob matches (* == all for example) like the + # shell. as can action names allowed or denied. + +-action: halt @HALT@ ++action: halt /sbin/shutdown -p now + action: reboot @REBOOT@ +-action: suspend @SUSPEND@ ++action: suspend /usr/sbin/zzz + action: hibernate @HIBERNATE@ +-action: /bin/mount @MOUNT@ +-action: /bin/umount @UMOUNT@ +-action: /usr/bin/eject @EJECT@ ++action: /bin/mount /sbin/mount ++action: /bin/umount /sbin/umount ++action: /usr/bin/eject /usr/sbin/cdcontrol eject + action: l2ping /usr/bin/l2ping + + # root is allowed to do anything - but it needs to be here explicitly anyway