Update to 0.3

Reset maintainership back to ports@

PR:		ports/39885
Submitted by:	Volker Stolz <vs@lambda.foldr.org>
Approved by:	maintainer
This commit is contained in:
Patrick Li 2002-07-12 15:48:47 +00:00
parent cf6652f40b
commit 3a4ade157d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62865
4 changed files with 27 additions and 5 deletions

View file

@ -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>

View file

@ -1 +1 @@
MD5 (nylon-0.2.tar.gz) = e960e639ef13b1b1a6c642e8a254d4af
MD5 (nylon-0.3.tar.gz) = a3900e11c7e56b4309197e0fb7681743

View file

@ -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;

View file

@ -1 +1,2 @@
bin/nylon
etc/nylon.conf