Date: Sun, 21 Aug 2011 09:16:59 GMT From: Kirn Gill II <segin2005@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/159959: [UPDATE] x11-wm/matwm2 to 0.1.2pre3 Message-ID: <201108210916.p7L9Gxfl089797@red.freebsd.org> Resent-Message-ID: <201108210920.p7L9KBvG022630@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 159959 >Category: ports >Synopsis: [UPDATE] x11-wm/matwm2 to 0.1.2pre3 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Aug 21 09:20:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Kirn Gill II >Release: 8.2-RELEASE >Organization: >Environment: FreeBSD cheapbeast.tampabay.rr.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update for x11-wm/matwm2. All apologies for issuing as a .shar; I'm a little rusty at updating ports and couldn't get cvs to make a diff. >How-To-Repeat: cd /usr/ports/x11-wm/matwm2 ; sudo make all deinstall reinstall ; /usr/local/bin/matwm2 -version | head -n 1 >Fix: extract shar, replacing old x11-wm/matwm2 port, repeat steps in 'how to repeat', note version of 0.1.2pre3 this time around. Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # matwm2 # matwm2/Makefile # matwm2/distinfo # matwm2/pkg-descr # matwm2/files # matwm2/files/patch-Makefile.in # echo c - matwm2 mkdir -p matwm2 > /dev/null 2>&1 echo x - matwm2/Makefile sed 's/^X//' >matwm2/Makefile << '36ddfe69e7c18174b15b46fcbe935f3f' X# New ports collection makefile for: matwm2 X# Date created: 09 September 2009 X# Whom: Mattis Michel <sic_zer0@hotmail.com> X# X# $FreeBSD: ports/x11-wm/matwm2/Makefile,v 1.9 2010/01/30 11:29:00 dhn Exp $ X# X XPORTNAME= matwm2 XPORTVERSION= 0.1.2pre3 XCATEGORIES= x11-wm XMASTER_SITES= http://www.squidjam.com/matwm/pub/ X XMAINTAINER= sic_zer0@hotmail.com XCOMMENT= A minimalistic, yet functional window manager for x11 X XUSE_XORG= x11 xext xinerama xft X XHAS_CONFIGURE= yes XCONFIGURE_ARGS= --cc=${CC} --prefix=${PREFIX} --mandir=${MANPREFIX}/man X XPLIST_FILES= bin/matwm2 XMAN1= matwm2.1 X X.include <bsd.port.mk> 36ddfe69e7c18174b15b46fcbe935f3f echo x - matwm2/distinfo sed 's/^X//' >matwm2/distinfo << 'ca6600083d51fbb3546c8f6de75c7eb6' XSHA256 (matwm2-0.1.2pre3.tar.gz) = abb218fd969d8d7c526edfcba8f2717cc139e3d52532a2621042421580b322dd XSIZE (matwm2-0.1.2pre3.tar.gz) = 67968 ca6600083d51fbb3546c8f6de75c7eb6 echo x - matwm2/pkg-descr sed 's/^X//' >matwm2/pkg-descr << '99dc3038d471035309ad63f184c34b65' Xmatwm2 is a simple window manager for x11. XIt aims to be small, fast, stable and usable. X XWWW: http://www.squidjam.com/matwm/ 99dc3038d471035309ad63f184c34b65 echo c - matwm2/files mkdir -p matwm2/files > /dev/null 2>&1 echo x - matwm2/files/patch-Makefile.in sed 's/^X//' >matwm2/files/patch-Makefile.in << '0028e5a33b71525021e8785ae91bc0d6' X--- Makefile.in.old 2010-01-30 00:39:35.000000000 +0100 X+++ Makefile.in 2010-01-30 00:39:56.000000000 +0100 X@@ -23,9 +23,8 @@ X $(RM) matwm2 *.o X X install: matwm2 X- mkdir -p $(PREFIX)/bin $(MANDIR)/man1 X- install -s matwm2 $(PREFIX)/bin X- install matwm2.1 $(MANDIR)/man1 X+ ${BSD_INSTALL_PROGRAM} matwm2 $(PREFIX)/bin X+ ${BSD_INSTALL_MAN} matwm2.1 $(MANDIR)/man1 X X deinstall: X $(RM) $(PREFIX)/bin/matwm2 $(MANDIR)/man1/matwm2.1* $(MANDIR)/cat1/matwm2.1* 0028e5a33b71525021e8785ae91bc0d6 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108210916.p7L9Gxfl089797>