summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
Diffstat (limited to 'comms')
-rw-r--r--comms/binkd/Makefile6
-rw-r--r--comms/binkd/PLIST5
-rw-r--r--comms/binkd/distinfo8
-rw-r--r--comms/binkd/patches/patch-aa19
4 files changed, 15 insertions, 23 deletions
diff --git a/comms/binkd/Makefile b/comms/binkd/Makefile
index eaded67eb8d..dcbf541265d 100644
--- a/comms/binkd/Makefile
+++ b/comms/binkd/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2004/11/13 21:28:27 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2004/11/29 00:58:08 tv Exp $
#
-DISTNAME= binkd094
-PKGNAME= binkd-0.9.4
+DISTNAME= binkd098
+PKGNAME= binkd-0.9.8
PKGREVISION= 1
CATEGORIES= comms
MASTER_SITES= http://www.corbina.net/~maloff/binkd/ \
diff --git a/comms/binkd/PLIST b/comms/binkd/PLIST
index f44c96583a0..4328925f38a 100644
--- a/comms/binkd/PLIST
+++ b/comms/binkd/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2002/12/24 18:10:53 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/11/29 00:58:08 tv Exp $
man/man8/binkd.8
sbin/binkd
-sbin/binkd-0.9.4
+sbin/${PKGNAME}
share/examples/binkd/binkd.conf
+@dirrm share/examples/binkd
diff --git a/comms/binkd/distinfo b/comms/binkd/distinfo
index 3897ae3df56..550164b09e9 100644
--- a/comms/binkd/distinfo
+++ b/comms/binkd/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2002/12/24 18:10:53 jmmv Exp $
+$NetBSD: distinfo,v 1.4 2004/11/29 00:58:08 tv Exp $
-SHA1 (binkd094.zip) = 189c460fc53eec7cd865da0d9c4b8287acf9e2d4
-Size (binkd094.zip) = 175478 bytes
-SHA1 (patch-aa) = cd824b00b303b39ef8af7a4e6bc82867a3782892
+SHA1 (binkd098.zip) = 8ebb73c822c1c6fbcfaa8ca0506d1d747448de1e
+Size (binkd098.zip) = 306884 bytes
+SHA1 (patch-aa) = 88356eefd5f2ddad26474f57ce29e533c885b0dd
diff --git a/comms/binkd/patches/patch-aa b/comms/binkd/patches/patch-aa
index ac8d2f4bfaf..e164cfdd135 100644
--- a/comms/binkd/patches/patch-aa
+++ b/comms/binkd/patches/patch-aa
@@ -1,17 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2002/12/24 18:10:53 jmmv Exp $
+$NetBSD: patch-aa,v 1.4 2004/11/29 00:58:09 tv Exp $
---- Makefile.in.orig Tue Dec 24 19:03:56 2002
+--- Makefile.in.orig 2004-11-28 19:45:33.000000000 -0500
+++ Makefile.in
-@@ -13,7 +13,7 @@ OBJS=${SRCS:.c=.o}
- AUTODEFS=@DEFS@
- AUTOLIBS=@LIBS@
- DEFINES=$(AUTODEFS) -DHTTPS -DHAVE_FORK -DUNIX -DOS="\"UNIX\""
--CFLAGS=$(DEFINES) -Wall
-+CFLAGS=@CFLAGS@ $(DEFINES) -Wall
- LIBS=$(AUTOLIBS)
-
- all: compile banner
-@@ -33,9 +33,8 @@ banner:
+@@ -34,9 +34,8 @@ banner:
@echo " do not something criminal during the installation; "
@echo " 2. \`su' to root; "
@echo " 3. Run \`make install' to install Binkd. "
@@ -23,7 +14,7 @@ $NetBSD: patch-aa,v 1.3 2002/12/24 18:10:53 jmmv Exp $
@echo
@echo " If you want to put the files into some other directory just "
@echo " run \`configure --prefix=/another/path' and go to step 1. "
-@@ -52,8 +51,8 @@ install: compile .version
+@@ -53,8 +52,8 @@ install: compile .version
ln -s $(PREFIX)/sbin/$(APPL)-`cat .version` $(PREFIX)/sbin/$(APPL)
./mkinstalldirs $(PREFIX)/man/man8
$(INSTALL) -m 644 $(APPL).8 $(PREFIX)/man/man8/$(APPL).8
@@ -33,4 +24,4 @@ $NetBSD: patch-aa,v 1.3 2002/12/24 18:10:53 jmmv Exp $
+ $(INSTALL) -m 644 $(APPL).cfg $(PREFIX)/share/examples/$(APPL)/$(APPL).conf
clean:
- rm -f *.[bo] unix/*.[bo] *.BAK *.core *.obj *.err
+ rm -f *.[bo] unix/*.[bo] ntlm/*.[bo] *.BAK *.core *.obj *.err