From 4d6e4d1f3f77a2e8a349bb3dd42ba1f709f2ff96 Mon Sep 17 00:00:00 2001 From: pat Date: Fri, 12 Jul 2002 15:48:47 +0000 Subject: Update to 0.3 Reset maintainership back to ports@ PR: ports/39885 Submitted by: Volker Stolz Approved by: maintainer --- net/nylon/Makefile | 10 ++++++---- net/nylon/distinfo | 2 +- net/nylon/files/patch-cfg.c | 19 +++++++++++++++++++ net/nylon/pkg-plist | 1 + 4 files changed, 27 insertions(+), 5 deletions(-) create mode 100644 net/nylon/files/patch-cfg.c (limited to 'net') diff --git a/net/nylon/Makefile b/net/nylon/Makefile index d4af1f3fa4d..c99ccedab4d 100644 --- a/net/nylon/Makefile +++ b/net/nylon/Makefile @@ -7,12 +7,14 @@ # PORTNAME= nylon -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= net -MASTER_SITES= http://mesh.eecs.umich.edu/projects/nylon/ +MASTER_SITES= http://www.citi.umich.edu/u/marius/ -MAINTAINER= William.Ward@ericsson.com +MAINTAINER= ports@FreeBSD.org -USE_AUTOCONF= yes +GNU_CONFIGURE= yes + +MAN1= nylon.1 .include diff --git a/net/nylon/distinfo b/net/nylon/distinfo index 1a6d76ad1c7..6396b808544 100644 --- a/net/nylon/distinfo +++ b/net/nylon/distinfo @@ -1 +1 @@ -MD5 (nylon-0.2.tar.gz) = e960e639ef13b1b1a6c642e8a254d4af +MD5 (nylon-0.3.tar.gz) = a3900e11c7e56b4309197e0fb7681743 diff --git a/net/nylon/files/patch-cfg.c b/net/nylon/files/patch-cfg.c new file mode 100644 index 00000000000..48eca8716c9 --- /dev/null +++ b/net/nylon/files/patch-cfg.c @@ -0,0 +1,19 @@ +--- cfg.c.orig Fri Jul 12 11:30:59 2002 ++++ cfg.c Fri Jul 12 11:31:08 2002 +@@ -35,6 +35,8 @@ + * This code was written under funding by Ericsson Radio Systems. + */ + ++#include "cfg.h" ++ + #ifndef WIN32 + #include + #include +@@ -51,7 +53,6 @@ + #include + + #include "config.h" +-#include "cfg.h" + + struct conf_trans { + TAILQ_ENTRY (conf_trans) link; diff --git a/net/nylon/pkg-plist b/net/nylon/pkg-plist index cdb4bcf56f4..e8c0a6ed57d 100644 --- a/net/nylon/pkg-plist +++ b/net/nylon/pkg-plist @@ -1 +1,2 @@ bin/nylon +etc/nylon.conf -- cgit