Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2011 13:34:37 +0200 (CEST)
From:      Niclas Zeising <niclas.zeising@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/157726: [PATCH] Update to x11-wm/awesome
Message-ID:  <201106091134.p59BYb1H035435@vincent.daemonic.se>
Resent-Message-ID: <201106091140.p59Be6Om049416@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         157726
>Category:       ports
>Synopsis:       [PATCH] Update to x11-wm/awesome
>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:   Thu Jun 09 11:40:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Niclas Zeising
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD vincent.daemonic.se 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Wed Apr 20 17:22:47 CEST 2011 root@vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64


	
>Description:
	x11-wm/awesome is out of date.
>How-To-Repeat:
	
>Fix:
	Attached patch updates awesome to latest version from vendor.


--- x11-wm.awesome.update.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-wm/awesome/Makefile,v
retrieving revision 1.51
diff -u -d -r1.51 Makefile
--- Makefile	27 Jan 2011 15:47:30 -0000	1.51
+++ Makefile	9 Jun 2011 11:32:43 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	awesome
-PORTVERSION=	3.4.9
+PORTVERSION=	3.4.10
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://awesome.naquadah.org/download/
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/x11-wm/awesome/distinfo,v
retrieving revision 1.29
diff -u -d -r1.29 distinfo
--- distinfo	27 Jan 2011 15:47:30 -0000	1.29
+++ distinfo	9 Jun 2011 11:32:43 -0000
@@ -1,2 +1,2 @@
-SHA256 (awesome-3.4.9.tar.bz2) = 144cf9643ca47c2238981f9fe0a1c8ae379ef54a5fb853fd9ac3541a60fc738d
-SIZE (awesome-3.4.9.tar.bz2) = 742902
+SHA256 (awesome-3.4.10.tar.bz2) = 3ed72cf9a63b93290d6ce4dcbbb56cff555cb172868aaac02a64dee995e0c3b0
+SIZE (awesome-3.4.10.tar.bz2) = 747589
Index: files/patch-CMakeLists.txt
===================================================================
RCS file: /home/ncvs/ports/x11-wm/awesome/files/patch-CMakeLists.txt,v
retrieving revision 1.4
diff -u -d -r1.4 patch-CMakeLists.txt
--- files/patch-CMakeLists.txt	9 Mar 2011 00:34:06 -0000	1.4
+++ files/patch-CMakeLists.txt	9 Jun 2011 11:32:43 -0000
@@ -1,23 +1,6 @@
---- CMakeLists.txt.orig	2011-01-17 19:38:13.000000000 +0800
-+++ CMakeLists.txt	2011-03-01 19:52:50.000000000 +0800
-@@ -274,14 +274,15 @@
- 
- # {{{ Theme icons
- file(GLOB icon_sources RELATIVE ${SOURCE_DIR} ${SOURCE_DIR}/themes/*/titlebar/*.png)
--set(ALL_ICONS ${icon_sources})
- 
- foreach(icon ${icon_sources})
-     # Copy all icons to the build dir to simplify the following code.
-     # Source paths are interpreted relative to ${SOURCE_DIR}, target paths
-     # relative to ${BUILD_DIR}.
-     get_filename_component(icon_path ${icon} PATH)
-+    get_filename_component(icon_name ${icon} NAME)
-     file(COPY ${icon} DESTINATION ${icon_path})
-+    set(ALL_ICONS ${ALL_ICONS} "${icon_path}/${icon_name}")
- endforeach()
- 
- macro(a_icon_convert match replacement input)
-@@ -343,7 +344,9 @@
+--- CMakeLists.txt	2011-05-16 16:35:17.000000000 +0200
++++ CMakeLists.txt.new	2011-06-09 11:40:28.000000000 +0200
+@@ -344,7 +344,9 @@
      PATTERN "*.in" EXCLUDE)
  install(DIRECTORY ${SOURCE_DIR}/themes DESTINATION ${AWESOME_DATA_PATH}
      PATTERN "*.in" EXCLUDE)
--- x11-wm.awesome.update.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106091134.p59BYb1H035435>