diff options
author | cjs <cjs@pkgsrc.org> | 2002-08-05 08:57:18 +0000 |
---|---|---|
committer | cjs <cjs@pkgsrc.org> | 2002-08-05 08:57:18 +0000 |
commit | a4e27e15aa3eacc571f93c3922e257b8c67457fc (patch) | |
tree | ea601c5bda87e056febe7b93a1289d06c30d7062 /devel/isect | |
parent | f0ce87eaf44231818e0911bc16c902b53018c648 (diff) | |
download | pkgsrc-a4e27e15aa3eacc571f93c3922e257b8c67457fc.tar.gz |
Update project home page and info on where to send questions/comments.
Diffstat (limited to 'devel/isect')
-rw-r--r-- | devel/isect/DESCR | 4 | ||||
-rw-r--r-- | devel/isect/Makefile | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/isect/DESCR b/devel/isect/DESCR index d4b4621159d..07190d9c770 100644 --- a/devel/isect/DESCR +++ b/devel/isect/DESCR @@ -10,4 +10,6 @@ communicating with many services. If it's mathematically required for data relationships then it's mathematically required for process relationships! This is the proof--and the reason you need isectd. -Questions and comments should be mailed to tgagne@ix.netcom.com. +Questions and comments can be posted to the newsgroup comp.client-server +or you can join the isectd-general mailing list by going to +http://lists.sourceforge.net/lists/listinfo/isectd-general diff --git a/devel/isect/Makefile b/devel/isect/Makefile index 9f0441c8dd1..77672cd852e 100644 --- a/devel/isect/Makefile +++ b/devel/isect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/08/03 20:00:34 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/08/05 08:57:18 cjs Exp $ # DISTNAME= isect-1.0 @@ -6,7 +6,7 @@ CATEGORIES= devel MASTER_SITES= ftp://home.netcom.com/pub/users/tgagne/ MAINTAINER= packages@netbsd.org -HOMEPAGE= http://home.netcom.com/~tgagne/ +HOMEPAGE= http://isectd.sourceforge.net/ COMMENT= open source middleware daemon DEPENDS+= libwww-5.*:../../www/libwww |