Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2011 20:50:16 GMT
From:      David Demelier <demelier.david@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156361: [patch] x11-wm/wmfs: update to 201104
Message-ID:  <201104122050.p3CKoG6I046932@red.freebsd.org>
Resent-Message-ID: <201104122100.p3CL0P6b010134@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         156361
>Category:       ports
>Synopsis:       [patch] x11-wm/wmfs: update to 201104
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 12 21:00:24 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     David Demelier
>Release:        8.2-RELEASE
>Organization:
>Environment:
FreeBSD Melon.malikania.fr 8.2-RELEASE FreeBSD 8.2-RELEASE #35: Fri Mar 25 08:18:02 CET 2011     root@Melon.malikania.fr:/usr/obj/usr/src/sys/Melon  amd64

>Description:
This is an update to the WMFS 201104 version, I changed the following:

o Updated to 201104,
o Switched to pkg-plist files for @dirrmtry,
o Moved pkg-message to files/pkg-message.in to use dynamic PREFIX
>How-To-Repeat:

>Fix:
--- wmfs.diff begins here ---
--- pkg-message	2010-11-26 13:52:01.000000000 +0100
+++ /dev/null	2011-04-12 22:34:12.000000000 +0200
@@ -1,8 +0,0 @@
-##########################################
-wmfs has been installed.
-
-A default wmfsrc has been installed to:
- PREFIX/etc/xdg/wmfs/wmfsrc
-Copy it to ~/.config/wmfs/ and modify it.
-
-##########################################
--- Makefile.orig	2011-04-12 22:27:41.000000000 +0200
+++ Makefile	2011-04-12 22:43:36.000000000 +0200
@@ -6,10 +6,11 @@
 #
 
 PORTNAME=	wmfs
-DISTVERSION=	201011
+DISTVERSION=	201104
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://wmfs.info/attachments/download/15/ \
-		http://cloud.github.com/downloads/philpep/wmfs/
+		http://cloud.github.com/downloads/xorg62/wmfs/ \
+		http://cloud.github.com/downloddads/philpep/wmfs/
 
 MAINTAINER=	dhn@FreeBSD.org
 COMMENT=	A floating and tiling Window Manager From Scratch
@@ -25,11 +26,7 @@
 MAN1=	${PORTNAME}.1
 MANCOMPRESSED=	yes
 
-PLIST_FILES=	bin/wmfs \
-		etc/xdg/wmfs/wmfsrc \
-		share/xsessions/wmfs.desktop
-
-PLIST_DIRS=	etc/xdg/wmfs etc/xdg share/xsessions
+SUB_FILES=	pkg-message
 
 OPTIONS=	XRANDR "Enable xrandr support" on \
 		XINERAMA "Enable xinerama support" on \
@@ -60,7 +57,7 @@
 .endif
 
 post-install:
-	@${CAT} ${PKGMESSAGE} | ${SED} "s|PREFIX|${PREFIX}|g" \
-	${PKGDIR}/pkg-message
+	${CAT} ${PKGMESSAGE} | ${SED} "s|%%PREFIX%%|${PREFIX}|g" \
+	${FILESDIR}/pkg-message.in
 
 .include <bsd.port.post.mk>
--- distinfo.orig	2011-04-12 22:27:46.000000000 +0200
+++ distinfo	2011-04-12 22:29:05.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (wmfs-201011.tar.gz) = 85d3c77a267608c3c736f3a23032119bda3328f3571d5d3064e99bcea55e69e5
-SIZE (wmfs-201011.tar.gz) = 85765
+SHA256 (wmfs-201104.tar.gz) = c28b7cec28a6e3f2bc38a136fb1773bab8ec8f48c69ebe25c24192f96e782d64
+SIZE (wmfs-201104.tar.gz) = 79878
--- /dev/null	2011-04-12 22:44:35.000000000 +0200
+++ pkg-plist	2011-04-12 22:43:23.000000000 +0200
@@ -0,0 +1,6 @@
+bin/wmfs
+etc/xdg/wmfs/wmfsrc
+share/xsessions/wmfs.desktop
+@dirrm share/xsessions
+@dirrm etc/xdg/wmfs
+@dirrmtry etc/xdg
--- /dev/null	2011-04-12 22:45:29.000000000 +0200
+++ files/pkg-message.in	2011-04-12 22:27:24.000000000 +0200
@@ -0,0 +1,6 @@
+
+A default wmfsrc has been installed to:
+	%%PREFIX%%/etc/xdg/wmfs/wmfsrc
+
+You may copy it to ~/.config/wmfs and modify it
+
--- wmfs.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104122050.p3CKoG6I046932>