Date: Mon, 12 Oct 2009 00:52:46 GMT From: Mattis Michel <sic_zer0@hotmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/139537: [maintainer update] x11-wm/matwm2 update from 0.0.66 to 0.0.75 Message-ID: <200910120052.n9C0qkWN037896@www.freebsd.org> Resent-Message-ID: <200910120100.n9C107bY067862@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139537 >Category: ports >Synopsis: [maintainer update] x11-wm/matwm2 update from 0.0.66 to 0.0.75 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 12 01:00:07 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Mattis Michel >Release: 7.2-RELEASE >Organization: >Environment: FreeBSD matland.telenet.be 7.2-RELEASE FreeBSD 7.2-RELEASE #10: Fri Sep 18 03:35:56 CEST 2009 supermaties@matland.telenet.be:/usr/obj/usr/src/sys/MATLAND amd64 >Description: Makefile of matwm2 changed slightly, updated the patch for it this release includes major bugfixes and several new features >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN matwm2.orig/Makefile matwm2/Makefile --- matwm2.orig/Makefile 2009-10-12 02:37:17.000000000 +0200 +++ matwm2/Makefile 2009-10-12 02:37:48.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= matwm2 -PORTVERSION= 0.0.66 +PORTVERSION= 0.0.75 CATEGORIES= x11-wm MASTER_SITES= http://www.gatorgitter.com/~maties/ diff -ruN matwm2.orig/distinfo matwm2/distinfo --- matwm2.orig/distinfo 2009-10-12 02:37:17.000000000 +0200 +++ matwm2/distinfo 2009-10-12 02:43:02.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (matwm2-0.0.66.tar.gz) = 4fefedea4f70c5a63f8bd811a9fedd46 -SHA256 (matwm2-0.0.66.tar.gz) = f423a7a3a8d137c2925ce61f149d4cc7830e891db282ae324dd203e8093e3bee -SIZE (matwm2-0.0.66.tar.gz) = 33880 +MD5 (matwm2-0.0.75.tar.gz) = 74673df64b6bf5fdda27b0796bfca945 +SHA256 (matwm2-0.0.75.tar.gz) = 524f667b636aed04052e64fbff17243b1c08b09b8726b2eb4e9485455d2dfd26 +SIZE (matwm2-0.0.75.tar.gz) = 36278 diff -ruN matwm2.orig/files/patch-Makefile matwm2/files/patch-Makefile --- matwm2.orig/files/patch-Makefile 2009-10-12 02:37:17.000000000 +0200 +++ matwm2/files/patch-Makefile 2009-10-12 02:42:27.000000000 +0200 @@ -1,5 +1,5 @@ ---- Makefile.orig 2009-09-20 03:40:09.000000000 +0200 -+++ Makefile 2009-09-20 03:38:57.000000000 +0200 +--- Makefile.orig 2009-10-12 02:38:52.000000000 +0200 ++++ Makefile 2009-10-12 02:41:48.000000000 +0200 @@ -1,7 +1,6 @@ -prefix = /usr/local -manprefix = /usr/local @@ -9,9 +9,9 @@ +manprefix = ${MANPREFIX} +XROOT = ${LOCALBASE} - CFLAGS += -lXext -lX11 -I$(XROOT)/include -L$(XROOT)/lib - #CFLAGS += -DDEBUG -ggdb3 # -DDEBUG_EVENTS -DSYNC -@@ -19,8 +18,8 @@ + CFLAGS += -DSHAPE -lXext # comment out this line if you haven't got the x extentions library + CFLAGS += -lX11 -I$(XROOT)/include -L$(XROOT)/lib +@@ -20,8 +19,8 @@ install: matwm2 mkdir -p $(prefix)/bin $(manprefix)/man/man1 @@ -21,4 +21,4 @@ + ${BSD_INSTALL_MAN} matwm2.1 $(manprefix)/man/man1 deinstall: - rm -f $(prefix)/bin/matwm2 $(manprefix)/man/man1/matwm2.1 + rm -f $(prefix)/bin/matwm2 $(manprefix)/man/man1/matwm2.1* $(manprefix)/man/cat1/matwm2.1* >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910120052.n9C0qkWN037896>