ports/143015: Update port: x11-wm/wmfs to 201001
Ksh J. Fry
phil at philpep.org
Wed Jan 20 13:00:22 UTC 2010
>Number: 143015
>Category: ports
>Synopsis: Update port: x11-wm/wmfs to 201001
>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: Wed Jan 20 13:00:20 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Philippe Pepiot
>Release: FreeBSD 8.0-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD shen.philpep.org 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0 r202418: Fri Jan 15 22:29:53 CET 2010 root at shen.philpep.org:/usr/obj/usr/src/sys/SHEN i386
>Description:
Update ports x11-wm/wmfs to version 201001 (no versioning choice yet)
Now wmfs have his own configuration parser. And man page don't need any formating tools.
>How-To-Repeat:
>Fix:
--- port_wmfs.patch begins here ---
diff -ru wmfs.orig/Makefile wmfs/Makefile
--- wmfs.orig/Makefile 2010-01-20 13:19:15.000000000 +0100
+++ wmfs/Makefile 2010-01-20 13:01:51.000000000 +0100
@@ -6,19 +6,15 @@
#
PORTNAME= wmfs
-DISTVERSION= 0.1rc4
-PORTREVISION= 2
+DISTVERSION= 201001
+PORTREVISION= 3
CATEGORIES= x11-wm
-MASTER_SITES= http://wmfs.info/files/ \
- http://mirror.mcx2.org/
+MASTER_SITES= http://www.wmfs.info/static/dl/
MAINTAINER= dhn at FreeBSD.org
COMMENT= A floating and tiling Window Manager From Scratch
-BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc \
- xmlto:${PORTSDIR}/textproc/xmlto
-LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 \
- confuse.0:${PORTSDIR}/devel/libconfuse
+LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2
USE_GNOME= pkgconfig
USE_CMAKE= yes
@@ -31,7 +27,6 @@
etc/xdg/wmfs/wmfsrc \
%%DOCSDIR%%/TODO \
%%DOCSDIR%%/README \
- %%DOCSDIR%%/CHANGELOG \
%%DOCSDIR%%/wmfsrc
PLIST_DIRS= %%DOCSDIR%% etc/xdg/wmfs etc/xdg
@@ -48,7 +43,6 @@
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR}/TODO
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
- ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${DOCSDIR}/CHANGELOG
${INSTALL_DATA} ${WRKSRC}/wmfsrc ${DOCSDIR}/wmfsrc
.endif
diff -ru wmfs.orig/distinfo wmfs/distinfo
--- wmfs.orig/distinfo 2010-01-20 13:19:15.000000000 +0100
+++ wmfs/distinfo 2010-01-20 12:51:28.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (wmfs-0.1rc4.tar.gz) = 93a8f77ad3f48c118f62d225a4d8b8fc
-SHA256 (wmfs-0.1rc4.tar.gz) = 41da6311ad708132c4c18fd1ce3e57221570d816346092a04b07d23406d7e57a
-SIZE (wmfs-0.1rc4.tar.gz) = 42814
+MD5 (wmfs-201001.tar.gz) = c9c911c11450dc145a2ccbb66e8d0034
+SHA256 (wmfs-201001.tar.gz) = 5c8d71f20d6e981172c8a954bf1d05f4159e4c4e63db11b05482e411e85e0f5c
+SIZE (wmfs-201001.tar.gz) = 102502
diff -ru wmfs.orig/pkg-descr wmfs/pkg-descr
--- wmfs.orig/pkg-descr 2010-01-20 13:19:15.000000000 +0100
+++ wmfs/pkg-descr 2010-01-20 12:52:08.000000000 +0100
@@ -3,4 +3,4 @@
file (made with LibConfuse), it supports Xft (FreeType) fonts
and EWMH hints wm standards.
-WWW: http://wmfs.info/
+WWW: http://www.wmfs.info/
diff -ru wmfs.orig/pkg-message wmfs/pkg-message
--- wmfs.orig/pkg-message 2010-01-20 13:19:15.000000000 +0100
+++ wmfs/pkg-message 2010-01-20 12:51:59.000000000 +0100
@@ -3,6 +3,6 @@
A default wmfsrc has been installed to:
PREFIX/share/doc/wmfs/wmfsrc
-Copy it to ~/ and modify it.
+Copy it to ~/.config/wmfs/ and modify it.
##########################################
--- port_wmfs.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list