aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-12-21 17:20:40 +0800
committerwill <will@FreeBSD.org>2000-12-21 17:20:40 +0800
commit139dd13a6cd4c52123f98c63139bd8254136d363 (patch)
tree5ea00790d1d12b873037120aff10429d32ee079d
parent3b5ec9254343c2bb925a9ef02a617bde8a093130 (diff)
downloadfreebsd-ports-gnome-139dd13a6cd4c52123f98c63139bd8254136d363.tar.gz
freebsd-ports-gnome-139dd13a6cd4c52123f98c63139bd8254136d363.tar.zst
freebsd-ports-gnome-139dd13a6cd4c52123f98c63139bd8254136d363.zip
Update to 0.5. Now depends on giblib (and indirectly Imlib2).
PR: 23594 Submitted by: MAINTAINER
-rw-r--r--graphics/scrot/Makefile4
-rw-r--r--graphics/scrot/distinfo2
-rw-r--r--graphics/scrot/files/patch-ab8
3 files changed, 7 insertions, 7 deletions
diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile
index 71ccd573340a..407fc6374d66 100644
--- a/graphics/scrot/Makefile
+++ b/graphics/scrot/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= scrot
-PORTVERSION= 0.4
+PORTVERSION= 0.5
CATEGORIES= graphics
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
MAINTAINER= ishmael27@home.com
-LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2-tmp
+LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
diff --git a/graphics/scrot/distinfo b/graphics/scrot/distinfo
index 6e83f44b6718..88eaaedbd5ef 100644
--- a/graphics/scrot/distinfo
+++ b/graphics/scrot/distinfo
@@ -1 +1 @@
-MD5 (scrot-0.4.tar.gz) = a50cb44e190902f28f54e013a2dc16be
+MD5 (scrot-0.5.tar.gz) = b9710ac7c0d6856b761eaed8f1ba1bb8
diff --git a/graphics/scrot/files/patch-ab b/graphics/scrot/files/patch-ab
index 3fcccf8c803f..643953c1d889 100644
--- a/graphics/scrot/files/patch-ab
+++ b/graphics/scrot/files/patch-ab
@@ -1,11 +1,11 @@
---- src/Makefile.in.orig Sat Oct 28 19:44:50 2000
-+++ src/Makefile.in Sun Oct 29 17:22:38 2000
+--- src/Makefile.in.orig Sat Dec 16 16:25:06 2000
++++ src/Makefile.in Sat Dec 16 23:32:08 2000
@@ -70,7 +70,7 @@
MAINTAINERCLEANFILES = Makefile.in
LDFLAGS = -L/usr/X11R6/lib
--INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @IMLIB_CFLAGS@
-+INCLUDES = -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @IMLIB_CFLAGS@
+-INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
++INCLUDES = -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
LIBOBJS = @LIBOBJS@