diff options
author | miwi <miwi@FreeBSD.org> | 2009-10-14 06:29:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-10-14 06:29:12 +0800 |
commit | 1a1479c655589e39674bb70915bb09806cd534f8 (patch) | |
tree | f6b14983fbcfc9e017595acb93c0a1043847585a | |
parent | 059307614a23879fde825a242db9b80633ca5c6c (diff) | |
download | freebsd-ports-gnome-1a1479c655589e39674bb70915bb09806cd534f8.tar.gz freebsd-ports-gnome-1a1479c655589e39674bb70915bb09806cd534f8.tar.zst freebsd-ports-gnome-1a1479c655589e39674bb70915bb09806cd534f8.zip |
- Update to 0.0.75
PR: 139537
Submitted by: Mattis Michel <sic_zer0@hotmail.com> (maintainer)
-rw-r--r-- | x11-wm/matwm2/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/matwm2/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/matwm2/files/patch-Makefile | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/x11-wm/matwm2/Makefile b/x11-wm/matwm2/Makefile index ca19341fc7d2..bcf38e9526c2 100644 --- a/x11-wm/matwm2/Makefile +++ b/x11-wm/matwm2/Makefile @@ -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 --git a/x11-wm/matwm2/distinfo b/x11-wm/matwm2/distinfo index 8903b742a3a1..4b33072262c8 100644 --- a/x11-wm/matwm2/distinfo +++ b/x11-wm/matwm2/distinfo @@ -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 --git a/x11-wm/matwm2/files/patch-Makefile b/x11-wm/matwm2/files/patch-Makefile index 9bc7b28ab1c9..5afe030c2439 100644 --- a/x11-wm/matwm2/files/patch-Makefile +++ b/x11-wm/matwm2/files/patch-Makefile @@ -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* |