diff options
author | lioux <lioux@FreeBSD.org> | 2001-07-28 04:09:58 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-07-28 04:09:58 +0800 |
commit | d961db63704fbce0fd8c05f55940f785e0fbd62e (patch) | |
tree | c4f143579555968885f5180db1df77b812829973 | |
parent | 5cc78eae11a5c3023d4dbd56bb05283156c279ec (diff) | |
download | freebsd-ports-gnome-d961db63704fbce0fd8c05f55940f785e0fbd62e.tar.gz freebsd-ports-gnome-d961db63704fbce0fd8c05f55940f785e0fbd62e.tar.zst freebsd-ports-gnome-d961db63704fbce0fd8c05f55940f785e0fbd62e.zip |
Update to version 0.72
PR: 28808
Submitted by: maintainer (silence due to timeout, 19 days)
-rw-r--r-- | graphics/wmgrabimage/Makefile | 3 | ||||
-rw-r--r-- | graphics/wmgrabimage/distinfo | 2 | ||||
-rw-r--r-- | graphics/wmgrabimage/files/patch-aa | 12 |
3 files changed, 8 insertions, 9 deletions
diff --git a/graphics/wmgrabimage/Makefile b/graphics/wmgrabimage/Makefile index c61770352f67..b5d3d44352dc 100644 --- a/graphics/wmgrabimage/Makefile +++ b/graphics/wmgrabimage/Makefile @@ -6,9 +6,10 @@ # PORTNAME= wmGrabImage -PORTVERSION= 0.70 +PORTVERSION= 0.72 CATEGORIES= graphics windowmaker MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ +EXTRACT_SUFX= .tgz MAINTAINER= ozz@FreeBSD.org.ru diff --git a/graphics/wmgrabimage/distinfo b/graphics/wmgrabimage/distinfo index 9cfd002816e3..322f6abb96ff 100644 --- a/graphics/wmgrabimage/distinfo +++ b/graphics/wmgrabimage/distinfo @@ -1 +1 @@ -MD5 (wmGrabImage-0.70.tar.gz) = f77223e45fbcb7056eb4ae9393c3f601 +MD5 (wmGrabImage-0.72.tgz) = 2cbd769b0cc909890ebdd48c2746f686 diff --git a/graphics/wmgrabimage/files/patch-aa b/graphics/wmgrabimage/files/patch-aa index 1704f4dc22f5..07fac39b9703 100644 --- a/graphics/wmgrabimage/files/patch-aa +++ b/graphics/wmgrabimage/files/patch-aa @@ -1,20 +1,18 @@ ---- Makefile.orig Tue Feb 2 06:55:30 1999 -+++ Makefile Thu Aug 10 22:05:20 2000 -@@ -1,8 +1,8 @@ +--- Makefile.orig Sun May 27 16:02:18 2001 ++++ Makefile Fri Jul 27 17:06:11 2001 +@@ -1,8 +1,6 @@ -CC = gcc -CFLAGS = -O2 -Wall -INCDIR = -I/usr/X11R6/include/X11 -DESTDIR= /usr/X11R6 -LIBDIR = -L/usr/X11R6/lib -+CC ?= gcc -+CFLAGS ?= -O2 +INCDIR = -I${X11BASE}/include +DESTDIR= ${PREFIX} +LIBDIR = -L${X11BASE}/lib # for linux LIBS = -lXpm -lX11 -lXext # for Solaris -@@ -12,14 +12,14 @@ +@@ -12,14 +10,14 @@ .c.o: @@ -31,7 +29,7 @@ clean: for i in $(OBJS) ; do \ -@@ -28,7 +28,7 @@ +@@ -28,7 +26,7 @@ rm -f wmGrabImage install:: wmGrabImage |