diff options
author | dougb <dougb@FreeBSD.org> | 2010-02-23 02:09:16 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-02-23 02:09:16 +0800 |
commit | 51bc953403628ee857c1e6e942bf8a02e22c1787 (patch) | |
tree | e576910d0aa6baaf913b8cbeedc2bc914d070dfa /x11-wm | |
parent | 914d4b237e25deeffd4fa8ede3413084c24680f8 (diff) | |
download | freebsd-ports-gnome-51bc953403628ee857c1e6e942bf8a02e22c1787.tar.gz freebsd-ports-gnome-51bc953403628ee857c1e6e942bf8a02e22c1787.tar.zst freebsd-ports-gnome-51bc953403628ee857c1e6e942bf8a02e22c1787.zip |
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
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/openbox/Makefile | 9 | ||||
-rw-r--r-- | x11-wm/openbox/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/openbox/pkg-plist | 26 |
3 files changed, 19 insertions, 22 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) diff --git a/x11-wm/openbox/distinfo b/x11-wm/openbox/distinfo index 64e4055f0614..23cd9372d900 100644 --- a/x11-wm/openbox/distinfo +++ b/x11-wm/openbox/distinfo @@ -1,3 +1,3 @@ -MD5 (openbox-3.4.10.tar.gz) = daccf153c7808950313eb00bc250f9bc -SHA256 (openbox-3.4.10.tar.gz) = 20356f93c3334c3209284fba2628a9c48c3140a35febd0bdafa3a164d0eaed00 -SIZE (openbox-3.4.10.tar.gz) = 905072 +MD5 (openbox-3.4.11.tar.gz) = bbbb93c1a4fc8048f2a8ceb4179882a5 +SHA256 (openbox-3.4.11.tar.gz) = 60fe5c1a7bace88381b851cfe51e9f726b148c91aac05163fcad1a2aaad8a051 +SIZE (openbox-3.4.11.tar.gz) = 906947 diff --git a/x11-wm/openbox/pkg-plist b/x11-wm/openbox/pkg-plist index 8edf2875bed8..b85b9c242b36 100644 --- a/x11-wm/openbox/pkg-plist +++ b/x11-wm/openbox/pkg-plist @@ -8,17 +8,17 @@ bin/openbox-session etc/xdg/openbox/autostart.sh etc/xdg/openbox/menu.xml etc/xdg/openbox/rc.xml -include/openbox/3.4/openbox/color.h -include/openbox/3.4/openbox/font.h -include/openbox/3.4/openbox/geom.h -include/openbox/3.4/openbox/gradient.h -include/openbox/3.4/openbox/image.h -include/openbox/3.4/openbox/instance.h -include/openbox/3.4/openbox/mask.h -include/openbox/3.4/openbox/parse.h -include/openbox/3.4/openbox/render.h -include/openbox/3.4/openbox/theme.h -include/openbox/3.4/openbox/version.h +include/openbox/3.4.11/openbox/color.h +include/openbox/3.4.11/openbox/font.h +include/openbox/3.4.11/openbox/geom.h +include/openbox/3.4.11/openbox/gradient.h +include/openbox/3.4.11/openbox/image.h +include/openbox/3.4.11/openbox/instance.h +include/openbox/3.4.11/openbox/mask.h +include/openbox/3.4.11/openbox/parse.h +include/openbox/3.4.11/openbox/render.h +include/openbox/3.4.11/openbox/theme.h +include/openbox/3.4.11/openbox/version.h lib/libobparser.a lib/libobparser.la lib/libobparser.so @@ -162,8 +162,8 @@ share/xsessions/openbox-kde.desktop @dirrmtry share/gnome/wm-properties @dirrmtry share/gnome @dirrmtry libdata/pkgconfig -@dirrm include/openbox/3.4/openbox -@dirrm include/openbox/3.4 +@dirrm include/openbox/3.4.11/openbox +@dirrm include/openbox/3.4.11 @dirrm include/openbox @dirrm lib/openbox @dirrm etc/xdg/openbox |