aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2004-05-19 01:31:29 +0800
committernork <nork@FreeBSD.org>2004-05-19 01:31:29 +0800
commit398a557df8bc9e10cc0d818ac3f30533bb3001ac (patch)
treeb5680d277b8771c71976b242d970fb1e901937bf /x11
parent5019b9d2420ee445b72029f80466a5aeb2aac519 (diff)
downloadfreebsd-ports-gnome-398a557df8bc9e10cc0d818ac3f30533bb3001ac.tar.gz
freebsd-ports-gnome-398a557df8bc9e10cc0d818ac3f30533bb3001ac.tar.zst
freebsd-ports-gnome-398a557df8bc9e10cc0d818ac3f30533bb3001ac.zip
Update to 2.5 and fix dependency on graphics/jpeg.
PR: ports/66725 Submitted by: David Yeske <dyeske@yahoo.com> (maintainer)
Diffstat (limited to 'x11')
-rw-r--r--x11/electricsheep/Makefile7
-rw-r--r--x11/electricsheep/distinfo4
-rw-r--r--x11/electricsheep/files/patch-mpeg2dec_libvo_vroot.h14
3 files changed, 6 insertions, 19 deletions
diff --git a/x11/electricsheep/Makefile b/x11/electricsheep/Makefile
index 7a959d2d9362..fa5ab54bb904 100644
--- a/x11/electricsheep/Makefile
+++ b/x11/electricsheep/Makefile
@@ -6,15 +6,16 @@
#
PORTNAME= electricsheep
-PORTVERSION= 2.4
-PORTREVISION= 3
+PORTVERSION= 2.5
+PORTREVISION= 0
CATEGORIES= x11
MASTER_SITES= http://electricsheep.org/
MAINTAINER= dyeske@yahoo.com
COMMENT= A nice distributed screensaver
-LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 \
+ jpeg.9:${PORTSDIR}/graphics/jpeg
RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage \
xsetbg:${PORTSDIR}/graphics/xli \
curl:${PORTSDIR}/ftp/curl
diff --git a/x11/electricsheep/distinfo b/x11/electricsheep/distinfo
index 0e0c171bd526..b075e4d3f57e 100644
--- a/x11/electricsheep/distinfo
+++ b/x11/electricsheep/distinfo
@@ -1,2 +1,2 @@
-MD5 (electricsheep-2.4.tar.gz) = 36886181194de0b9776665fb9e8820f4
-SIZE (electricsheep-2.4.tar.gz) = 591369
+MD5 (electricsheep-2.5.tar.gz) = 310aad5d3e4d58e823b24a28791aa553
+SIZE (electricsheep-2.5.tar.gz) = 618906
diff --git a/x11/electricsheep/files/patch-mpeg2dec_libvo_vroot.h b/x11/electricsheep/files/patch-mpeg2dec_libvo_vroot.h
deleted file mode 100644
index 0d05f50a065b..000000000000
--- a/x11/electricsheep/files/patch-mpeg2dec_libvo_vroot.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- mpeg2dec/libvo/vroot.h.orig Thu Dec 12 04:33:33 2002
-+++ mpeg2dec/libvo/vroot.h Sun Jan 25 00:42:03 2004
-@@ -98,7 +98,11 @@
- __SWM_VROOT, 0, 1, False, XA_WINDOW,
- &actual_type, &actual_format,
- &nitems, &bytesafter,
-+#ifdef __FreeBSD__
-+ (void *)&newRoot) == Success
-+#else
- (unsigned char **) &newRoot) == Success
-+#endif
- && newRoot) {
- root = *newRoot;
- break;