summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2011-06-09 13:05:26 +0000
committerRenato Botelho <garga@FreeBSD.org>2011-06-09 13:05:26 +0000
commitf92f96a2244ddfab70588c5277006fc57ec46021 (patch)
tree56144bc2499f979116e53f1aa997759dd50ef90e /x11-wm
parentallow oidentd to bind to multiple IP adresses. (diff)
Update to 3.4.10
PR: ports/157726 Submitted by: Niclas Zeising <niclas.zeising@gmail.com>
Notes
Notes: svn path=/head/; revision=275275
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/awesome/Makefile2
-rw-r--r--x11-wm/awesome/distinfo4
-rw-r--r--x11-wm/awesome/files/patch-CMakeLists.txt17
3 files changed, 3 insertions, 20 deletions
diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile
index ea8ab0ed0166..a8916c1ba760 100644
--- a/x11-wm/awesome/Makefile
+++ b/x11-wm/awesome/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= awesome
-PORTVERSION= 3.4.9
+PORTVERSION= 3.4.10
CATEGORIES= x11-wm
MASTER_SITES= http://awesome.naquadah.org/download/
diff --git a/x11-wm/awesome/distinfo b/x11-wm/awesome/distinfo
index 207cab593879..83eb8bee65f0 100644
--- a/x11-wm/awesome/distinfo
+++ b/x11-wm/awesome/distinfo
@@ -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
diff --git a/x11-wm/awesome/files/patch-CMakeLists.txt b/x11-wm/awesome/files/patch-CMakeLists.txt
index c2d666159dc2..24a4b2a7a605 100644
--- a/x11-wm/awesome/files/patch-CMakeLists.txt
+++ b/x11-wm/awesome/files/patch-CMakeLists.txt
@@ -1,22 +1,5 @@
--- 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 @@
PATTERN "*.in" EXCLUDE)
install(DIRECTORY ${SOURCE_DIR}/themes DESTINATION ${AWESOME_DATA_PATH}