diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-29 17:51:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-29 17:51:05 +0000 |
commit | f3436c0a4d46eac4dbfaf82875e191a095ff689b (patch) | |
tree | 3cb9189c3c2500b4b3e2224d7a224c1e5bb91f48 /wm/awesome/Makefile | |
parent | 509231c857806bbb030db10503a276f34ad6d409 (diff) | |
download | pkgsrc-f3436c0a4d46eac4dbfaf82875e191a095ff689b.tar.gz |
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 (limited to 'wm/awesome/Makefile')
-rw-r--r-- | wm/awesome/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/wm/awesome/Makefile b/wm/awesome/Makefile index a80f6bee555..b6a3620317f 100644 --- a/wm/awesome/Makefile +++ b/wm/awesome/Makefile @@ -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/ |