pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/awesome Update to 2.3.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c84a87fb25eb
branches:  trunk
changeset: 398378:c84a87fb25eb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Aug 29 17:51:05 2009 +0000

description:
Update to 2.3.6:

Julien Danjou (4):
      awesome: define SUN_LEN if not already defined
      build: use backquote rather then $()
      build: check for connect in socket lib
      build: use back quote instead of $()

Nikos Ntarmos (2):
      uicb: check before overwriting DISPLAY (FS#318)
      titlebar: unmap when going to Off position (FS#156)

Hannes Schueller (1):
      awesome-menu: make autocomplete behaviour configurable (FS#336)

diffstat:

 wm/awesome/Makefile         |   5 ++---
 wm/awesome/distinfo         |  10 +++++-----
 wm/awesome/patches/patch-aa |   8 ++++----
 3 files changed, 11 insertions(+), 12 deletions(-)

diffs (52 lines):

diff -r 0186933bb879 -r c84a87fb25eb wm/awesome/Makefile
--- a/wm/awesome/Makefile       Sat Aug 29 15:53:31 2009 +0000
+++ b/wm/awesome/Makefile       Sat Aug 29 17:51:05 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2009/08/26 19:58:23 sno Exp $
+# $NetBSD: Makefile,v 1.14 2009/08/29 17:51:05 wiz Exp $
 #
 
-DISTNAME=              awesome-2.3.4
-PKGREVISION=           2
+DISTNAME=              awesome-2.3.6
 CATEGORIES=            wm
 MASTER_SITES=          http://awesome.naquadah.org/download/
 
diff -r 0186933bb879 -r c84a87fb25eb wm/awesome/distinfo
--- a/wm/awesome/distinfo       Sat Aug 29 15:53:31 2009 +0000
+++ b/wm/awesome/distinfo       Sat Aug 29 17:51:05 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2008/09/06 17:17:10 ahoka Exp $
+$NetBSD: distinfo,v 1.8 2009/08/29 17:51:05 wiz Exp $
 
-SHA1 (awesome-2.3.4.tar.gz) = d7ec69bf5d2a2caa4d14b4afc68d444a5bf580df
-RMD160 (awesome-2.3.4.tar.gz) = dca3ae76d91d3fd370d7fc51438896dfd472803d
-Size (awesome-2.3.4.tar.gz) = 230800 bytes
-SHA1 (patch-aa) = 5c61dd95f26067b31429e00d27d28fc5be1a80c2
+SHA1 (awesome-2.3.6.tar.gz) = ccc70f810617b6fecc256296f1a3d75a59c5de61
+RMD160 (awesome-2.3.6.tar.gz) = c4a097026bff49a6a0ac65af13818958c3365bde
+Size (awesome-2.3.6.tar.gz) = 232212 bytes
+SHA1 (patch-aa) = a04211c3886c4bd01891b6182071eabdc065a94f
 SHA1 (patch-ab) = f997bc4f26e31ea07109861ac12f4a9771745c60
 SHA1 (patch-ac) = be1f54ba543dfe9f4f24eaba6623c4a912e1f60b
diff -r 0186933bb879 -r c84a87fb25eb wm/awesome/patches/patch-aa
--- a/wm/awesome/patches/patch-aa       Sat Aug 29 15:53:31 2009 +0000
+++ b/wm/awesome/patches/patch-aa       Sat Aug 29 17:51:05 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.4 2008/07/15 14:31:12 ahoka Exp $
+$NetBSD: patch-aa,v 1.5 2009/08/29 17:51:05 wiz Exp $
 
---- configure.orig     2008-07-15 13:31:31.000000000 +0200
+--- configure.orig     2009-04-18 14:56:52.000000000 +0000
 +++ configure
-@@ -6101,7 +6101,7 @@ if test "${with_gtk+set}" = set; then
+@@ -6292,7 +6292,7 @@ if test "${with_gtk+set}" = set; then
  fi
  
  
@@ -10,4 +10,4 @@
 +if test "x$with_gtk" = "xyes"; then
  
  pkg_failed=no
- { echo "$as_me:$LINENO: checking for GTK" >&5
+ { $as_echo "$as_me:$LINENO: checking for GTK" >&5



Home | Main Index | Thread Index | Old Index