diff options
author | pat <pat@FreeBSD.org> | 2002-07-12 23:48:47 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-07-12 23:48:47 +0800 |
commit | 4d6e4d1f3f77a2e8a349bb3dd42ba1f709f2ff96 (patch) | |
tree | d978782910020eee9d2903787992b9ec4147aaa8 /net/nylon | |
parent | 53516a6c589ad11403f20ffbc3d59033a497216f (diff) | |
download | freebsd-ports-gnome-4d6e4d1f3f77a2e8a349bb3dd42ba1f709f2ff96.tar.gz freebsd-ports-gnome-4d6e4d1f3f77a2e8a349bb3dd42ba1f709f2ff96.tar.zst freebsd-ports-gnome-4d6e4d1f3f77a2e8a349bb3dd42ba1f709f2ff96.zip |
Update to 0.3
Reset maintainership back to ports@
PR: ports/39885
Submitted by: Volker Stolz <vs@lambda.foldr.org>
Approved by: maintainer
Diffstat (limited to 'net/nylon')
-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 |