diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-12 15:48:47 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-12 15:48:47 +0000 |
commit | 3a4ade157d387ce1a7e71c091edc79a9026c46c8 (patch) | |
tree | 8a21ffe5626dd770ed6e7df1b0ad0475e528365b /net | |
parent | Use USE_GNOMENG. (diff) |
Update to 0.3
Reset maintainership back to ports@
PR: ports/39885
Submitted by: Volker Stolz <vs@lambda.foldr.org>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=62865
Diffstat (limited to 'net')
-rw-r--r-- | net/nylon/Makefile | 10 | ||||
-rw-r--r-- | net/nylon/distinfo | 2 | ||||
-rw-r--r-- | net/nylon/files/patch-cfg.c | 19 | ||||
-rw-r--r-- | net/nylon/pkg-plist | 1 |
4 files changed, 27 insertions, 5 deletions
diff --git a/net/nylon/Makefile b/net/nylon/Makefile index d4af1f3fa4d1..c99ccedab4d4 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 <bsd.port.mk> diff --git a/net/nylon/distinfo b/net/nylon/distinfo index 1a6d76ad1c78..6396b808544a 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 000000000000..48eca8716c95 --- /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 <sys/param.h> + #include <sys/mman.h> +@@ -51,7 +53,6 @@ + #include <err.h> + + #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 cdb4bcf56f41..e8c0a6ed57d3 100644 --- a/net/nylon/pkg-plist +++ b/net/nylon/pkg-plist @@ -1 +1,2 @@ bin/nylon +etc/nylon.conf |