Index: xquote/Makefile =================================================================== RCS file: /home/pcvs/ports/finance/xquote/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- xquote/Makefile 15 Apr 2006 06:37:27 -0000 1.15 +++ xquote/Makefile 7 May 2006 23:24:14 -0000 @@ -5,13 +5,13 @@ # $FreeBSD: ports/finance/xquote/Makefile,v 1.15 2006/04/15 06:37:27 linimon Exp $ PORTNAME= xquote -PORTVERSION= 2.6.9 +PORTVERSION= 2.6.10 CATEGORIES= finance MASTER_SITES= http://xinvest.sunsite.dk/ \ ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= applications +MASTER_SITE_SUBDIR= applications -MAINTAINER= ports@FreeBSD.org +MAINTAINER= infofarmer@FreeBSD.org COMMENT= A quote retrieval tool for X LIB_DEPENDS= Xbae.4:${PORTSDIR}/x11-toolkits/xbae Index: xquote/distinfo =================================================================== RCS file: /home/pcvs/ports/finance/xquote/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- xquote/distinfo 22 Jan 2006 09:47:46 -0000 1.4 +++ xquote/distinfo 7 May 2006 23:24:14 -0000 @@ -1,3 +1,3 @@ -MD5 (xquote-2.6.9.tar.gz) = e51f40e74acc476cd2a2e0129cb054cc -SHA256 (xquote-2.6.9.tar.gz) = 4e194ba8b0242de33a6c6dfa4598e5676659f93c17820694c2f72cea28b8e80d -SIZE (xquote-2.6.9.tar.gz) = 97913 +MD5 (xquote-2.6.10.tar.gz) = a8fec9c8951f4faa7a71d42f4bba008a +SHA256 (xquote-2.6.10.tar.gz) = 7a1c1fc376c329cda8e6c1c919d9a8724ae5aa3504c0176004338bfb8fa76d35 +SIZE (xquote-2.6.10.tar.gz) = 106006 Index: xquote/pkg-descr =================================================================== RCS file: /home/pcvs/ports/finance/xquote/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- xquote/pkg-descr 14 Jul 2004 09:25:24 -0000 1.2 +++ xquote/pkg-descr 7 May 2006 23:24:14 -0000 @@ -2,7 +2,7 @@ to retrieve stock, mutual fund, and currency quotes from your favorite quote spouting website. -WWW: http://xinvest.sunsite.dk/ +WWW: http://xinvest.sunsite.dk/xquote.html - Ian ian@broken.net Index: xquote/files/patch-Imakefile =================================================================== RCS file: xquote/files/patch-Imakefile diff -N xquote/files/patch-Imakefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ xquote/files/patch-Imakefile 7 May 2006 23:24:14 -0000 @@ -0,0 +1,11 @@ +--- ./Imakefile.orig Sun Apr 16 15:06:16 2006 ++++ ./Imakefile Sun Apr 16 15:08:10 2006 +@@ -13,7 +13,7 @@ + + DEFINES = -DSHAPE -DXQUOTE + INCLUDES = -I$(INCROOT)/X11 +-SYS_LIBRARIES = -lXbae -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm ++SYS_LIBRARIES = -lXbae $(MOTIFLIB) -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm + DEPLIBS = + + SRCS = about.c color.c fileXq.c help.c optdetail.c option.c optnet.c \ Index: xquote/files/patch-ad =================================================================== RCS file: xquote/files/patch-ad diff -N xquote/files/patch-ad --- xquote/files/patch-ad 14 Jul 2004 09:25:24 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,23 +0,0 @@ ---- Imakefile.orig Sat May 1 16:45:28 2004 -+++ Imakefile Sun May 30 00:55:59 2004 -@@ -13,16 +13,16 @@ - - DEFINES = -DSHAPE -DXQUOTE - INCLUDES = -I$(INCROOT)/X11 --SYS_LIBRARIES = -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm -+SYS_LIBRARIES = $(MOTIFLIB) -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm -lXbae - DEPLIBS = - - SRCS = about.c color.c fileXq.c help.c optdetail.c option.c optnet.c \ - opttick.c optupdate.c parse.c pixmap.c remoteXq.c server.c session.c \ -- sessionXq.c status.c tape.c util.c view.c xquote.c xutil.c -+ sessionXi.c status.c tape.c util.c view.c xquote.c xutil.c - - OBJS = about.o color.o fileXq.o help.o optdetail.o option.o optnet.o \ - opttick.o optupdate.o parse.o pixmap.o remoteXq.o server.o session.o \ -- sessionXq.o status.o tape.o util.o view.o xquote.o xutil.o -+ sessionXi.o status.o tape.o util.o view.o xquote.o xutil.o - --ComplexProgramTarget(Xquote) -+ComplexProgramTargetNoMan(Xquote) - InstallAppDefaults(Xquote) Index: xquote/files/patch-ae =================================================================== RCS file: xquote/files/patch-ae diff -N xquote/files/patch-ae --- xquote/files/patch-ae 29 Sep 2002 06:17:40 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- color.c.orig Sat Sep 28 23:16:31 2002 -+++ color.c Sat Sep 28 23:16:43 2002 -@@ -25,7 +25,7 @@ - - #include - --#if !defined(__NetBSD__) -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) - #include - #endif - Index: xquote/files/patch-color.c =================================================================== RCS file: xquote/files/patch-color.c diff -N xquote/files/patch-color.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ xquote/files/patch-color.c 7 May 2006 23:24:14 -0000 @@ -0,0 +1,11 @@ +--- ./color.c.orig Sun Apr 16 15:08:31 2006 ++++ ./color.c Sun Apr 16 15:09:07 2006 +@@ -34,7 +34,7 @@ + + #include + +-#if !defined(__NetBSD__) ++#if !defined(__NetBSD__) && !defined(__FreeBSD__) + #include + #endif +