diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-02-22 18:09:16 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-02-22 18:09:16 +0000 |
commit | 23286f76f03a8e80031669d7573aa73deaced6b1 (patch) | |
tree | ecda9e030aa8b296d681cb72c9317dc64fe9d87a /x11-wm/openbox/Makefile | |
parent | 52253e55c2631478f7e92c2417ff3759dac21820 (diff) |
Upgrade x11-wm/openbox to version 3.4.11
Update the master site to the new openbox.org domain
From the release announcement:
There are a number of bug fixes in this release, and continued
improvements to menu behaviour. The coolest thing however, is changes
to the the focus cycling (Alt-Tab) dialog. It is now dynamic as
windows appear/disappear while focus cycling.
PR: ports/143688
Submitted by: dougb
Approved by: maintainer timeout
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=250178
Diffstat (limited to 'x11-wm/openbox/Makefile')
-rw-r--r-- | x11-wm/openbox/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index f577e28cfe99..957399f4f779 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -7,12 +7,9 @@ # PORTNAME= openbox -PORTVERSION= 3.4.10 +PORTVERSION= 3.4.11 CATEGORIES= x11-wm -MASTER_SITES= http://icculus.org/${PORTNAME}/releases/ \ - http://offload1.icculus.org:9090/openbox/releases/ \ - http://offload2.icculus.org:9090/openbox/releases/ \ - http://offload3.icculus.org:9090/openbox/releases/ \ +MASTER_SITES= http://openbox.org/dist/openbox/ \ http://dougbarton.us/Downloads/ MAINTAINER= novel@FreeBSD.org @@ -27,7 +24,7 @@ USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes CONFIGURE_ENV= CFLAGS+="-I${LOCALBASE}/include" \ LDFLAGS+="-L${LOCALBASE}/lib" -MAN1= openbox.1 openbox-session.1 \ +MAN1= openbox.1 openbox-session.1 obxprop.1 \ openbox-gnome-session.1 openbox-kde-session.1 .if !defined(WITHOUT_NLS) |