diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-27 20:09:58 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-27 20:09:58 +0000 |
commit | ef1452ded5f7b4340fc417a257360ee30d9abe1b (patch) | |
tree | 88d8749b262dc3c3ec6e531240d65a3a0d49e3e3 /graphics | |
parent | 339579afc6ab19ff8410b1b5bde6c6e5056f234d (diff) | |
download | ports-ef1452ded5f7b4340fc417a257360ee30d9abe1b.tar.gz ports-ef1452ded5f7b4340fc417a257360ee30d9abe1b.zip |
Update to version 0.72
PR: 28808
Submitted by: maintainer (silence due to timeout, 19 days)
Notes
Notes:
svn path=/head/; revision=45546
Diffstat (limited to 'graphics')
-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 |