diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2010-01-12 19:45:50 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2010-01-12 19:45:50 +0000 |
commit | 5b6ba82342f18469fd10ebde4c6b9b438b5cb499 (patch) | |
tree | 2c0e2b760f612719c0eba008fa512a2073fee1c1 /x11-wm | |
parent | bfd4d30a571dd91f3ac2b854f0db31f5e0b81e3c (diff) | |
download | ports-5b6ba82342f18469fd10ebde4c6b9b438b5cb499.tar.gz ports-5b6ba82342f18469fd10ebde4c6b9b438b5cb499.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/openbox/Makefile | 11 | ||||
-rw-r--r-- | x11-wm/openbox/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/openbox/pkg-plist | 2 |
3 files changed, 10 insertions, 9 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index 968ae33a1b35..f577e28cfe99 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -7,11 +7,12 @@ # PORTNAME= openbox -PORTVERSION= 3.4.9 +PORTVERSION= 3.4.10 CATEGORIES= x11-wm MASTER_SITES= http://icculus.org/${PORTNAME}/releases/ \ - http://offload1.icculus.org/openbox/releases/ \ - http://sorcerer.mirrors.pair.com/mirror/ \ + http://offload1.icculus.org:9090/openbox/releases/ \ + http://offload2.icculus.org:9090/openbox/releases/ \ + http://offload3.icculus.org:9090/openbox/releases/ \ http://dougbarton.us/Downloads/ MAINTAINER= novel@FreeBSD.org @@ -24,8 +25,8 @@ USE_GMAKE= yes USE_GNOME= glib20 libxml2 ltverhack USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes -CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CFLAGS+="-I${LOCALBASE}/include" \ + LDFLAGS+="-L${LOCALBASE}/lib" MAN1= openbox.1 openbox-session.1 \ openbox-gnome-session.1 openbox-kde-session.1 diff --git a/x11-wm/openbox/distinfo b/x11-wm/openbox/distinfo index 9cec90aba500..64e4055f0614 100644 --- a/x11-wm/openbox/distinfo +++ b/x11-wm/openbox/distinfo @@ -1,3 +1,3 @@ -MD5 (openbox-3.4.9.tar.gz) = 2f30670f7067e3e17567019d2eef21a0 -SHA256 (openbox-3.4.9.tar.gz) = 6333e5679ed59ddeddd3c79674e1b17e15c20abf245226bede9a8eeb6f4d247e -SIZE (openbox-3.4.9.tar.gz) = 911596 +MD5 (openbox-3.4.10.tar.gz) = daccf153c7808950313eb00bc250f9bc +SHA256 (openbox-3.4.10.tar.gz) = 20356f93c3334c3209284fba2628a9c48c3140a35febd0bdafa3a164d0eaed00 +SIZE (openbox-3.4.10.tar.gz) = 905072 diff --git a/x11-wm/openbox/pkg-plist b/x11-wm/openbox/pkg-plist index 72f7bdb8bb36..8edf2875bed8 100644 --- a/x11-wm/openbox/pkg-plist +++ b/x11-wm/openbox/pkg-plist @@ -1,6 +1,6 @@ bin/gnome-panel-control bin/gdm-control -bin/obprop +bin/obxprop bin/openbox bin/openbox-gnome-session bin/openbox-kde-session |