[Midnightbsd-cvs] mports [19138] trunk/x11-wm: update enlightenment

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu May 28 20:31:07 EDT 2015


Revision: 19138
          http://svnweb.midnightbsd.org/mports/?rev=19138
Author:   laffer1
Date:     2015-05-28 20:31:07 -0400 (Thu, 28 May 2015)
Log Message:
-----------
update enlightenment

Modified Paths:
--------------
    trunk/x11-wm/Makefile
    trunk/x11-wm/enlightenment/Makefile
    trunk/x11-wm/enlightenment/distinfo

Added Paths:
-----------
    trunk/x11-wm/enlightenment/Makefile.plist
    trunk/x11-wm/enlightenment/files/patch-data-etc-sysactions.conf.in
    trunk/x11-wm/enlightenment/files/pkg-message.in

Removed Paths:
-------------
    trunk/x11-wm/enlightenment-docs/

Modified: trunk/x11-wm/Makefile
===================================================================
--- trunk/x11-wm/Makefile	2015-05-29 00:30:24 UTC (rev 19137)
+++ trunk/x11-wm/Makefile	2015-05-29 00:31:07 UTC (rev 19138)
@@ -7,7 +7,6 @@
 SUBDIR += blackbox
 SUBDIR += compiz
 SUBDIR += enlightenment
-SUBDIR += enlightenment-docs
 SUBDIR += etoile-azalea
 SUBDIR += etoile-azdock
 SUBDIR += etoile-azswitch

Modified: trunk/x11-wm/enlightenment/Makefile
===================================================================
--- trunk/x11-wm/enlightenment/Makefile	2015-05-29 00:30:24 UTC (rev 19137)
+++ trunk/x11-wm/enlightenment/Makefile	2015-05-29 00:31:07 UTC (rev 19138)
@@ -1,16 +1,15 @@
-# Created by: Yukihiro Nakai <Nakai at Mlab.t.u-tokyo.ac.jp>
-# $FreeBSD: head/x11-wm/enlightenment/Makefile 380054 2015-02-26 21:12:40Z gblach $
+# $MidnightBSD$
 
 PORTNAME=	enlightenment
-PORTVERSION=	0.19.4
+PORTVERSION=	0.19.5
 PORTEPOCH=	2
 CATEGORIES=	x11-wm enlightenment
 MASTER_SITES=	http://download.enlightenment.org/rel/apps/${PORTNAME}/
 
-MAINTAINER=	gblach at FreeBSD.org
+MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Artistic X window manager
 
-LICENSE=	BSD2CLAUSE
+LICENSE=	bsd2
 
 LIB_DEPENDS=	libefl.so:${PORTSDIR}/devel/efl \
 		libelementary.so:${PORTSDIR}/x11-toolkits/elementary \
@@ -47,10 +46,4 @@
 		${WRKSRC}/src/bin/Makefile.mk \
 		${WRKSRC}/src/modules/Makefile_cpufreq.mk
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not install on sparc64: signal 10
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Added: trunk/x11-wm/enlightenment/Makefile.plist
===================================================================
--- trunk/x11-wm/enlightenment/Makefile.plist	                        (rev 0)
+++ trunk/x11-wm/enlightenment/Makefile.plist	2015-05-29 00:31:07 UTC (rev 19138)
@@ -0,0 +1,2 @@
+ENLIGHTENMENT_ARCH=	${OPSYS:tl}${OSREL}-${ARCH}-ver-serious-0.19
+PLIST_SUB=		ENLIGHTENMENT_ARCH=${ENLIGHTENMENT_ARCH}


Property changes on: trunk/x11-wm/enlightenment/Makefile.plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/x11-wm/enlightenment/distinfo
===================================================================
--- trunk/x11-wm/enlightenment/distinfo	2015-05-29 00:30:24 UTC (rev 19137)
+++ trunk/x11-wm/enlightenment/distinfo	2015-05-29 00:31:07 UTC (rev 19138)
@@ -1,2 +1,2 @@
-SHA256 (enlightenment/enlightenment-0.19.4.tar.xz) = e777febb2fa751ec3320fdc3e2ecb0a9b70ec75f2d188fb02edd31004e536b64
-SIZE (enlightenment/enlightenment-0.19.4.tar.xz) = 24597128
+SHA256 (enlightenment/enlightenment-0.19.5.tar.xz) = 8ca3ba54b4dbe52c90de7b606de5e05483e231dae74467b8c36f3973fae9c648
+SIZE (enlightenment/enlightenment-0.19.5.tar.xz) = 24591328

Added: trunk/x11-wm/enlightenment/files/patch-data-etc-sysactions.conf.in
===================================================================
--- trunk/x11-wm/enlightenment/files/patch-data-etc-sysactions.conf.in	                        (rev 0)
+++ trunk/x11-wm/enlightenment/files/patch-data-etc-sysactions.conf.in	2015-05-29 00:31:07 UTC (rev 19138)
@@ -0,0 +1,21 @@
+--- 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.


Property changes on: trunk/x11-wm/enlightenment/files/patch-data-etc-sysactions.conf.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11-wm/enlightenment/files/pkg-message.in
===================================================================
--- trunk/x11-wm/enlightenment/files/pkg-message.in	                        (rev 0)
+++ trunk/x11-wm/enlightenment/files/pkg-message.in	2015-05-29 00:31:07 UTC (rev 19138)
@@ -0,0 +1,9 @@
+********************************************************
+NOTE: If you want "Shutdown" and "Restart"
+menu actions to work properly, manually set SUID bit on
+"%%PREFIX%%/lib/enlightenment/utils/enlightenment_sys"
+executable.
+
+WARNING: this program might be vulnerable so do not
+set suid bit if do not trust all users of this machine.
+********************************************************


Property changes on: trunk/x11-wm/enlightenment/files/pkg-message.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list