Update of port x11/matwm2 from 0.1.0 to 0.1.2.3 (0.1.2pre3) Fix: Apply patch Install x11-wm/matwm2 Receive 0.1.2.3 PORTVERSION change to 0.1.2.3 Patch attached with submission follows: How-To-Repeat: Install x11-wm/matwm2 Receive 0.1.0
Maintainer of x11-wm/matwm2, Please note that PR ports/175473 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175473 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I approve
State Changed From-To: feedback->open Maintainer approved.
Author: danfe Date: Tue Jan 29 06:48:28 2013 New Revision: 311152 URL: http://svnweb.freebsd.org/changeset/ports/311152 Log: - Update to version 0.1.2pre3 [*] - Define LICENSE (MIT) - Drop leading indefinite article from COMMENT - Trim Makefile header, minor cleanups - Augment port description while here PR: ports/175473 [*] Approved by: maintainer Modified: head/x11-wm/matwm2/Makefile head/x11-wm/matwm2/distinfo head/x11-wm/matwm2/pkg-descr Modified: head/x11-wm/matwm2/Makefile ============================================================================== --- head/x11-wm/matwm2/Makefile Tue Jan 29 06:32:52 2013 (r311151) +++ head/x11-wm/matwm2/Makefile Tue Jan 29 06:48:28 2013 (r311152) @@ -1,24 +1,21 @@ -# New ports collection makefile for: matwm2 -# Date created: 09 September 2009 -# Whom: Mattis Michel <sic_zer0@hotmail.com> -# +# Created by: Mattis Michel <sic_zer0@hotmail.com> # $FreeBSD$ -# PORTNAME= matwm2 -PORTVERSION= 0.1.0 +DISTVERSION= 0.1.2pre3 CATEGORIES= x11-wm MASTER_SITES= http://www.squidjam.com/matwm/pub/ MAINTAINER= sic_zer0@hotmail.com -COMMENT= A minimalistic, yet functional window manager for x11 +COMMENT= Minimalistic, yet functional window manager for X11 -USE_XORG= x11 xext xinerama xft +LICENSE= MIT HAS_CONFIGURE= yes CONFIGURE_ARGS= --cc=${CC} --prefix=${PREFIX} --mandir=${MANPREFIX}/man +USE_XORG= x11 xext xinerama xft PLIST_FILES= bin/matwm2 -MAN1= matwm2.1 +MAN1= matwm2.1 .include <bsd.port.mk> Modified: head/x11-wm/matwm2/distinfo ============================================================================== --- head/x11-wm/matwm2/distinfo Tue Jan 29 06:32:52 2013 (r311151) +++ head/x11-wm/matwm2/distinfo Tue Jan 29 06:48:28 2013 (r311152) @@ -1,2 +1,2 @@ -SHA256 (matwm2-0.1.0.tar.gz) = 20eba08cf0ee0611de3ee6c3de75e57c56b27d4066a7a026bce0c9dc76bd920e -SIZE (matwm2-0.1.0.tar.gz) = 63713 +SHA256 (matwm2-0.1.2pre3.tar.gz) = abb218fd969d8d7c526edfcba8f2717cc139e3d52532a2621042421580b322dd +SIZE (matwm2-0.1.2pre3.tar.gz) = 67968 Modified: head/x11-wm/matwm2/pkg-descr ============================================================================== --- head/x11-wm/matwm2/pkg-descr Tue Jan 29 06:32:52 2013 (r311151) +++ head/x11-wm/matwm2/pkg-descr Tue Jan 29 06:48:28 2013 (r311152) @@ -1,4 +1,6 @@ -matwm2 is a simple window manager for x11. -It aims to be small, fast, stable and usable. +matwm2 is a simple window manager for X11. It features window frames with +titlebar and buttons, configurable key bindings and mouse buttons, support +for EWMH and motif hints, focus-follows-mouse and click-to-focus focus +models, virtual desktops, Xft fonts and Xinerama support. WWW: http://www.squidjam.com/matwm/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed with some modifications, thanks!