svn commit: r322120 - head/x11-wm/herbstluftwm

Alexey Dokuchaev danfe at FreeBSD.org
Mon Jul 1 09:49:35 UTC 2013


Author: danfe
Date: Mon Jul  1 09:49:34 2013
New Revision: 322120
URL: http://svnweb.freebsd.org/changeset/ports/322120

Log:
  - 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/

Modified:
  head/x11-wm/herbstluftwm/Makefile
  head/x11-wm/herbstluftwm/distinfo
  head/x11-wm/herbstluftwm/pkg-descr
  head/x11-wm/herbstluftwm/pkg-plist

Modified: head/x11-wm/herbstluftwm/Makefile
==============================================================================
--- head/x11-wm/herbstluftwm/Makefile	Mon Jul  1 09:19:36 2013	(r322119)
+++ head/x11-wm/herbstluftwm/Makefile	Mon Jul  1 09:49:34 2013	(r322120)
@@ -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 at 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 \

Modified: head/x11-wm/herbstluftwm/distinfo
==============================================================================
--- head/x11-wm/herbstluftwm/distinfo	Mon Jul  1 09:19:36 2013	(r322119)
+++ head/x11-wm/herbstluftwm/distinfo	Mon Jul  1 09:49:34 2013	(r322120)
@@ -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

Modified: head/x11-wm/herbstluftwm/pkg-descr
==============================================================================
--- head/x11-wm/herbstluftwm/pkg-descr	Mon Jul  1 09:19:36 2013	(r322119)
+++ head/x11-wm/herbstluftwm/pkg-descr	Mon Jul  1 09:49:34 2013	(r322120)
@@ -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/

Modified: head/x11-wm/herbstluftwm/pkg-plist
==============================================================================
--- head/x11-wm/herbstluftwm/pkg-plist	Mon Jul  1 09:19:36 2013	(r322119)
+++ head/x11-wm/herbstluftwm/pkg-plist	Mon Jul  1 09:49:34 2013	(r322120)
@@ -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


More information about the svn-ports-all mailing list