Update to version 3.4.8 which fixes numerous bugs. Full details on what
is fixed are at http://icculus.org/openbox/index.php/Openbox:Changelog#3.4.8 Fix the plist for users who have x11-themes/clearlooks-themes installed Fix a bug in xdg-autostart that was reported on the openbox list Add my personal web site to the mirror list since some of the existing mirrors have "issues." PR: ports/141352 Submitted by: me Approved by: novel (maintainer)
This commit is contained in:
parent
c22265b830
commit
378ee5d933
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245951
3 changed files with 10 additions and 7 deletions
|
@ -7,11 +7,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= openbox
|
||||
PORTVERSION= 3.4.7.2
|
||||
PORTVERSION= 3.4.8
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://icculus.org/${PORTNAME}/releases/ \
|
||||
http://offload1.icculus.org/openbox/releases/ \
|
||||
http://sorcerer.mirrors.pair.com/mirror/
|
||||
http://sorcerer.mirrors.pair.com/mirror/ \
|
||||
http://dougbarton.us/Downloads/
|
||||
|
||||
MAINTAINER= novel@FreeBSD.org
|
||||
COMMENT= A standards compliant, fast, light-weight, extensible window manager
|
||||
|
@ -45,6 +46,8 @@ CONFIGURE_ARGS+= --disable-pango
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e '83s|_isexecfile(path):|_isexecfile(self, path):|g' \
|
||||
${WRKSRC}/tools/xdg-autostart/xdg-autostart
|
||||
|
||||
post-configure:
|
||||
@${CHMOD} +x ${WRKSRC}/install-sh
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (openbox-3.4.7.2.tar.gz) = 9e7589e90519bc6ac2f4656ea6869439
|
||||
SHA256 (openbox-3.4.7.2.tar.gz) = d11f2137a0fe1de6c36c999d29523ad68c05f22c5935ce8628a8cab7a2e4b000
|
||||
SIZE (openbox-3.4.7.2.tar.gz) = 828190
|
||||
MD5 (openbox-3.4.8.tar.gz) = 3523fe9760947a15fb8ed3611090ccd2
|
||||
SHA256 (openbox-3.4.8.tar.gz) = 2a7a9e094a59e28e397a0272c463ea908ec8d7e14d21903e8c78f4a24c186420
|
||||
SIZE (openbox-3.4.8.tar.gz) = 906181
|
||||
|
|
|
@ -132,9 +132,9 @@ share/xsessions/openbox-kde.desktop
|
|||
@dirrm share/themes/Bear2/openbox-3
|
||||
@dirrm share/themes/Bear2
|
||||
@dirrm share/themes/Clearlooks/openbox-3
|
||||
@dirrm share/themes/Clearlooks
|
||||
@dirrmtry share/themes/Clearlooks
|
||||
@dirrm share/themes/Clearlooks-Olive/openbox-3
|
||||
@dirrm share/themes/Clearlooks-Olive
|
||||
@dirrmtry share/themes/Clearlooks-Olive
|
||||
@dirrm share/themes/Mikachu/openbox-3
|
||||
@dirrm share/themes/Mikachu
|
||||
@dirrm share/themes/Natura/openbox-3
|
||||
|
|
Loading…
Reference in a new issue