summaryrefslogtreecommitdiff
path: root/devel/isect/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2002-08-06 15:38:01 +0000
committerjschauma <jschauma@pkgsrc.org>2002-08-06 15:38:01 +0000
commitce911e027cf68e586f0d1df1d1587d51c55bdee3 (patch)
treeb699a5034cf8c374bfc29fbb9595a6385f9d5f5e /devel/isect/Makefile
parent77bc7cb77719debcbaaab4f5e8244c45b6e88c50 (diff)
downloadpkgsrc-ce911e027cf68e586f0d1df1d1587d51c55bdee3.tar.gz
Update to 1.6.2 as suggested by tgagne at ameritech dot net in PR
pkg/17797. Changes since version 1.0 are numerous. Highlights include: - Fixed bug where isectd ignored client's header's 'reply' value. - isectd no longer waits to receive worker badges after starting them. - Much improved Smalltalk code, including a new worker that allows clients to submit smalltalk to be executed. - isd/connectto.c - strtol() for service now checks if endptr != service to see that *something* was translated. - isdexecd now accepts the 'stop' command. - now includes some prototype code for interfacing IBM's Net.Data to isect's IO library. - fixed a segmentation fault when the 'pause' command was received without any arguments. - more documentation - DELETE command enabled
Diffstat (limited to 'devel/isect/Makefile')
-rw-r--r--devel/isect/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/isect/Makefile b/devel/isect/Makefile
index 77672cd852e..4ea4b486781 100644
--- a/devel/isect/Makefile
+++ b/devel/isect/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2002/08/05 08:57:18 cjs Exp $
+# $NetBSD: Makefile,v 1.11 2002/08/06 15:38:01 jschauma Exp $
#
-DISTNAME= isect-1.0
+DISTNAME= isect-1.6.2
CATEGORIES= devel
-MASTER_SITES= ftp://home.netcom.com/pub/users/tgagne/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=isectd/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://isectd.sourceforge.net/
@@ -28,7 +28,6 @@ post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/COPYING ${EGDIR}
- ${INSTALL_DATA} ${WRKSRC}/workers/isdecho.c ${EGDIR}
${SED} -e "s#@PREFIX@#${PREFIX}#g" \
-e "s#@ECHO@#${ECHO}#g" \