Hi folks-

Here's a quick update for x11/awesome to the most recent version.
I've added MODULES=lang/python so that the documentation builds
correctly.

Since I no longer use this (and it's become a PITA to maintain
thanks to major dependency switches with each of the last few
releases), I'd also like to drop MAINTAINERship. Does anyone want to
take it?

I've tested the update very lightly on i386; more tests appreciated.

Comments/ok?

Thanks!

-- 

o--------------------------{ Will Maier }--------------------------o
| web:.......http://www.lfod.us/ | [EMAIL PROTECTED] |
*---------------------[ BSD: Live Free or Die ]--------------------*
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/awesome/Makefile,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 Makefile
--- Makefile    4 Apr 2008 18:58:17 -0000       1.5
+++ Makefile    15 May 2008 17:18:30 -0000
@@ -2,36 +2,41 @@
 
 COMMENT=               fast, small, dynamic and awesome window manager
 
-DISTNAME=              awesome-2.2
+DISTNAME=              awesome-2.3
 
 CATEGORIES=            x11
 
 HOMEPAGE=              http://awesome.naquadah.org/
 
-MAINTAINER=            Will Maier <[EMAIL PROTECTED]>
-
 # BSD
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=    Yes
 PERMIT_DISTFILES_CDROM=        Yes
 PERMIT_DISTFILES_FTP=  Yes
 
-WANTLIB=               X11 Xext Xinerama Xrandr Xft c Xau Xdmcp \
+WANTLIB=               X11 Xext Xinerama Xrandr c Xau Xdmcp \
                        Xrender expat fontconfig freetype glitz iconv \
                        intl m png z
 
 MASTER_SITES=          ${HOMEPAGE}/download/
 
-LIB_DEPENDS=           cairo.>=6::graphics/cairo       \
-                       confuse.>=1::devel/libconfuse
+LIB_DEPENDS=           cairo.>=6::graphics/cairo \
+                       confuse.>=1::devel/libconfuse \
+                       Imlib2.>=2::graphics/imlib2 \
+                       pango-1.0,pangocairo-1.0,pangoft2-1.0::devel/pango \
+                       gmodule-2.0,glib-2.0,gobject-2.0::devel/glib2
 BUILD_DEPENDS=         ::textproc/asciidoc     \
                        ::textproc/xmlto
 
 CONFIGURE_STYLE=       gnu
+CONFIGURE_ENV=         PYTHON=${MODPY_BIN}
 
 MAKE_FLAGS=            AWESOME_CFLAGS=""
 
 USE_X11=               Yes
+
+MODULES=               lang/python
+
 
 NO_REGRESS=            Yes
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/awesome/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo    4 Apr 2008 18:58:17 -0000       1.5
+++ distinfo    15 May 2008 17:18:30 -0000
@@ -1,5 +1,5 @@
-MD5 (awesome-2.2.tar.gz) = WV2lcvwt0DRhCEsynnS12w==
-RMD160 (awesome-2.2.tar.gz) = yHPGvIuYNTjSQn9M2Dg4eX32v+g=
-SHA1 (awesome-2.2.tar.gz) = 2W9Ke1G8e0qXZd4ynZXUkEyDFTI=
-SHA256 (awesome-2.2.tar.gz) = OIh48Xw83QN5R0OWuV8m6zrxDsKV6Jqbgzhl2eChKu0=
-SIZE (awesome-2.2.tar.gz) = 208012
+MD5 (awesome-2.3.tar.gz) = aKToANqP//9HA7Or5m9G+A==
+RMD160 (awesome-2.3.tar.gz) = DqbZNaCvw5QtkhGAzwx5P9Gybl8=
+SHA1 (awesome-2.3.tar.gz) = B8Jnm7h3eh2yn30CeeNecQKP/ME=
+SHA256 (awesome-2.3.tar.gz) = Yg/WFjECCE9hUJG6sRxP1yE5EbAxpJEHF01+spV/noQ=
+SIZE (awesome-2.3.tar.gz) = 230809
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/awesome/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 PLIST
--- pkg/PLIST   4 Apr 2008 18:58:17 -0000       1.4
+++ pkg/PLIST   15 May 2008 17:18:30 -0000
@@ -1,13 +1,19 @@
 @comment $OpenBSD: PLIST,v 1.4 2008/04/04 18:58:17 wcmaier Exp $
 bin/awesome
 bin/awesome-client
+bin/awesome-menu
 bin/awesome-message
 @man man/man1/awesome-client.1
[EMAIL PROTECTED] man/man1/awesome-menu.1
 @man man/man1/awesome-message.1
 @man man/man1/awesome.1
 @man man/man5/awesomerc.5
 share/awesome/
 share/awesome/icons/
+share/awesome/icons/awesome16.png
+share/awesome/icons/awesome32.png
+share/awesome/icons/awesome48.png
+share/awesome/icons/awesome64.png
 share/awesome/icons/layouts/
 share/awesome/icons/layouts/dwindle.png
 share/awesome/icons/layouts/dwindlew.png

Reply via email to