diff options
author | danfe <danfe@FreeBSD.org> | 2013-07-01 17:49:34 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-07-01 17:49:34 +0800 |
commit | 74e3f70e02094dde0f52eff1e7a3022d5c545575 (patch) | |
tree | 91a1cbd3d1611b3a740b7d8d532e456e894be0e8 | |
parent | 612960399e62327a7a2476186996229a8b9e7774 (diff) | |
download | freebsd-ports-gnome-74e3f70e02094dde0f52eff1e7a3022d5c545575.tar.gz freebsd-ports-gnome-74e3f70e02094dde0f52eff1e7a3022d5c545575.tar.zst freebsd-ports-gnome-74e3f70e02094dde0f52eff1e7a3022d5c545575.zip |
- Update to version 0.5.2; avoid double slashes in the build logs (but
a few triple slashes still remain)
- Adjust MASTER_SITES to avoid "301 Moved Permanently" error after the
website was moved to http://herbstluftwm.org/
-rw-r--r-- | x11-wm/herbstluftwm/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/herbstluftwm/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/herbstluftwm/pkg-descr | 2 | ||||
-rw-r--r-- | x11-wm/herbstluftwm/pkg-plist | 1 |
4 files changed, 7 insertions, 6 deletions
diff --git a/x11-wm/herbstluftwm/Makefile b/x11-wm/herbstluftwm/Makefile index 0a7f9feac248..484977991649 100644 --- a/x11-wm/herbstluftwm/Makefile +++ b/x11-wm/herbstluftwm/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= herbstluftwm -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= x11-wm -MASTER_SITES= http://wwwcip.cs.fau.de/~re06huxa/herbstluftwm/tarballs/ +MASTER_SITES= http://herbstluftwm.org/tarballs/ MAINTAINER= crshd@mail.com COMMENT= Manual tiling window manager for X11 @@ -40,7 +40,7 @@ PLIST_SUB+= ZSH="@comment " .endif post-patch: - ${REINPLACE_CMD} -e '/-[LI]\/usr/s,usr,${LOCALBASE},' \ + ${REINPLACE_CMD} -e '/-[LI]\/usr/s,/usr,${LOCALBASE},' \ ${WRKSRC}/config.mk ${REINPLACE_CMD} -e '/LICENSEDIR/d' ${WRKSRC}/Makefile ${GREP} -Rl --null '^#!/bin/bash' ${WRKSRC} | ${XARGS} -0 \ diff --git a/x11-wm/herbstluftwm/distinfo b/x11-wm/herbstluftwm/distinfo index 87e2275edb3b..ba15adb2bc7f 100644 --- a/x11-wm/herbstluftwm/distinfo +++ b/x11-wm/herbstluftwm/distinfo @@ -1,2 +1,2 @@ -SHA256 (herbstluftwm-0.5.1.tar.gz) = d42c78ab06414839b65e660e91ee93f0397fc13ab76f697519ef343abc323e1f -SIZE (herbstluftwm-0.5.1.tar.gz) = 168282 +SHA256 (herbstluftwm-0.5.2.tar.gz) = c53d3309f9f05cc4b1b23907f4c0c403d850817dac8d1cc481e122fece599995 +SIZE (herbstluftwm-0.5.2.tar.gz) = 190035 diff --git a/x11-wm/herbstluftwm/pkg-descr b/x11-wm/herbstluftwm/pkg-descr index cedd324cb5bf..71bb532723d8 100644 --- a/x11-wm/herbstluftwm/pkg-descr +++ b/x11-wm/herbstluftwm/pkg-descr @@ -14,4 +14,4 @@ Its main features can be described with: configuration file is just a script which is run on startup. (Similar to wmii or musca) -WWW: http://wwwcip.cs.fau.de/~re06huxa/herbstluftwm/ +WWW: http://herbstluftwm.org/ diff --git a/x11-wm/herbstluftwm/pkg-plist b/x11-wm/herbstluftwm/pkg-plist index ac6275c9d936..d56c07aaa5b8 100644 --- a/x11-wm/herbstluftwm/pkg-plist +++ b/x11-wm/herbstluftwm/pkg-plist @@ -16,6 +16,7 @@ etc/xdg/herbstluftwm/restartpanels.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dumpbeautify.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/exec_on_tag.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/execwith.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/floatmon.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/herbstcommander.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/keychain.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/layout.sh |