ports/185244: [UPDATE] x11-wm/enlightenment to v0.18.2

Hardy Schumacher hardy.schumacher at gmx.de
Sat Dec 28 17:50:01 UTC 2013


>Number:         185244
>Category:       ports
>Synopsis:       [UPDATE] x11-wm/enlightenment to v0.18.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 28 17:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Hardy Schumacher
>Release:        FreeBSD-9.2
>Organization:
>Environment:
FreeBSD gamma.low.org 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255996: Thu Oct  3 20:40:04 CEST 2013     root at gamma.low.org:/usr/obj/usr/src/sys/LOW_GAMMA  i386
>Description:
Update for port x11-wm/enlightenment to v0.18.2 is available. It contains bugfixes and enhancements.
Furthermore I've changed the distfile subdirectory to the more common name "enlightenment".
>How-To-Repeat:
n/a
>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/x11-wm/enlightenment/Makefile ./enlightenment/Makefile
--- /usr/ports/x11-wm/enlightenment/Makefile	2013-11-07 19:22:11.000000000 +0100
+++ ./enlightenment/Makefile	2013-12-28 17:56:08.000000000 +0100
@@ -2,10 +2,9 @@
 # $FreeBSD: head/x11-wm/enlightenment/Makefile 333129 2013-11-07 16:00:45Z gblach $
 
 PORTNAME=	enlightenment
-PORTVERSION=	0.17.5
-PORTEPOCH=	2
+PORTVERSION=	0.18.2
 CATEGORIES=	x11-wm enlightenment
-MASTER_SITES=	http://download.enlightenment.org/releases/ \
+MASTER_SITES=	http://download.enlightenment.org/rel/apps/enlightenment/ \
 		LOCAL/gblach/e17/
 
 MAINTAINER=	gblach at FreeBSD.org
@@ -16,7 +15,7 @@
 LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
 		libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms
 
-DIST_SUBDIR=	e17
+DIST_SUBDIR=	enlightenment
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USES=		pathfix iconv gmake pkgconfig
diff -ruN /usr/ports/x11-wm/enlightenment/distinfo ./enlightenment/distinfo
--- /usr/ports/x11-wm/enlightenment/distinfo	2013-11-07 19:22:11.000000000 +0100
+++ ./enlightenment/distinfo	2013-12-28 17:56:13.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (e17/enlightenment-0.17.5.tar.bz2) = 136bfe69ee8d2c885b393a8fc7d6d7378cbcd3da68c459bef1ee54b24d6bf9b5
-SIZE (e17/enlightenment-0.17.5.tar.bz2) = 29505809
+SHA256 (enlightenment/enlightenment-0.18.2.tar.bz2) = a481cccc83c638aeb0b4ae5e0a34ae5cf1cbf366df26a2a6d4378dc2ad02e28e
+SIZE (enlightenment/enlightenment-0.18.2.tar.bz2) = 27617865
diff -ruN /usr/ports/x11-wm/enlightenment/files/patch-configure ./enlightenment/files/patch-configure
--- /usr/ports/x11-wm/enlightenment/files/patch-configure	2013-06-22 14:53:56.000000000 +0200
+++ ./enlightenment/files/patch-configure	2013-12-28 18:08:17.000000000 +0100
@@ -1,6 +1,6 @@
---- configure.orig	2013-06-05 01:36:00.000000000 +0200
-+++ configure	2013-06-05 01:36:17.000000000 +0200
-@@ -23834,8 +23834,6 @@
+--- configure.orig	2013-12-28 18:07:17.000000000 +0100
++++ configure	2013-12-28 18:07:39.000000000 +0100
+@@ -24582,8 +24582,6 @@
  
  
  
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	2012-12-26 19:38:52.000000000 +0100
+++ ./enlightenment/files/patch-data-etc-sysactions.conf.in	2013-12-28 18:14:21.000000000 +0100
@@ -1,21 +1,18 @@
---- data/etc/sysactions.conf.in.orig	2012-11-08 12:37:45.000000000 +0100
-+++ data/etc/sysactions.conf.in	2012-11-08 12:38:48.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. 
+--- data/etc/sysactions.conf.in.orig	2013-12-28 18:09:47.000000000 +0100
++++ data/etc/sysactions.conf.in	2013-12-28 18:13:31.000000000 +0100
+@@ -45,11 +45,11 @@
  
--action:   halt      /sbin/shutdown -h now
-+action:   halt      /sbin/shutdown -p now
- action:   reboot    /sbin/shutdown -r now
--action:   suspend   @SUSPEND@
-+action:   suspend   /usr/sbin/zzz
- action:   hibernate @HIBERNATE@
--action:   /bin/mount /bin/mount
--action:   /bin/umount /bin/umount
+ action:   halt           @HALT@
+ 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:   /bin/mount     /sbin/mount
++action:   /bin/umount    /sbin/umount
 +action:   /usr/bin/eject /usr/sbin/cdcontrol eject
- action:   gdb       gdb
+ action:   l2ping         /usr/bin/l2ping
  
  # on FreeBSD use this instead of the above.
diff -ruN /usr/ports/x11-wm/enlightenment/files/patch-src-bin-e_fm-Makefile.in ./enlightenment/files/patch-src-bin-e_fm-Makefile.in
--- /usr/ports/x11-wm/enlightenment/files/patch-src-bin-e_fm-Makefile.in	2012-12-26 19:38:52.000000000 +0100
+++ ./enlightenment/files/patch-src-bin-e_fm-Makefile.in	2013-12-28 18:17:39.000000000 +0100
@@ -1,9 +1,9 @@
---- src/bin/e_fm/Makefile.in.orig	2011-11-28 12:06:04.000000000 +0100
-+++ src/bin/e_fm/Makefile.in	2012-04-01 23:36:50.502616507 +0200
-@@ -421,7 +421,7 @@
- ../e_user.c \
- ../e_sha1.c
+--- src/bin/e_fm/Makefile.in.orig	2013-12-28 18:15:53.000000000 +0100
++++ src/bin/e_fm/Makefile.in	2013-12-28 18:16:52.000000000 +0100
+@@ -524,7 +524,7 @@
+ $(shared_sources)
  
+ CLEANFILES = $(shared_sources)
 -enlightenment_fm_LDADD = @E_FM_LIBS@
 +enlightenment_fm_LDADD = @E_FM_LIBS@ -lehal -leukit
  all: all-am


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list