Index: head/net/slirp/Makefile =================================================================== --- head/net/slirp/Makefile (revision 123445) +++ head/net/slirp/Makefile (revision 123446) @@ -1,35 +1,33 @@ # New ports collection makefile for: slirp # Date created: 25 Aug 1995 # Whom: Alain Kalker # # $FreeBSD$ # PORTNAME= slirp -PORTVERSION= 1.0.14.p1 +PORTVERSION= 1.0.16 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=slirp -DISTNAME= ${PORTNAME}-1.0.14pre1 -EXTRACT_SUFX= .tgz MAINTAINER= demon@FreeBSD.org COMMENT= A (C)SLIP/PPP emulator for users with shell accounts # serious LP64 issues ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_PERL5_BUILD= yes GNU_CONFIGURE= yes MAN1= slirp.1 PLIST_FILES= bin/slirp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/slirp ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/slirp.man ${PREFIX}/man/man1/slirp.1 .include Property changes on: head/net/slirp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/net/slirp/distinfo =================================================================== --- head/net/slirp/distinfo (revision 123445) +++ head/net/slirp/distinfo (revision 123446) @@ -1,2 +1,2 @@ -MD5 (slirp-1.0.14pre1.tgz) = af5da957dbec31fc5bdafb6baecada05 -SIZE (slirp-1.0.14pre1.tgz) = 310331 +MD5 (slirp-1.0.16.tar.gz) = b712f2fe58aaf87172cfd31c95fc1e31 +SIZE (slirp-1.0.16.tar.gz) = 307169 Property changes on: head/net/slirp/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/slirp/files/patch-ab =================================================================== --- head/net/slirp/files/patch-ab (revision 123445) +++ head/net/slirp/files/patch-ab (nonexistent) @@ -1,20 +0,0 @@ ---- tcp_subr.c.orig Sun Jul 21 19:23:18 2002 -+++ tcp_subr.c Sun Jul 21 19:25:12 2002 -@@ -241,7 +241,7 @@ - * then send a RST to peer. - */ - struct tcpcb * --tcp_drop(struct tcpcb *tp, int errno) { -+tcp_drop(struct tcpcb *tp, int err) { - /* tcp_drop(tp, errno) - register struct tcpcb *tp; - int errno; -@@ -250,7 +250,7 @@ - - DEBUG_CALL("tcp_drop"); - DEBUG_ARG("tp = %lx", (long)tp); -- DEBUG_ARG("errno = %d", errno); -+ DEBUG_ARG("errno = %d", err); - - if (TCPS_HAVERCVDSYN(tp->t_state)) { - tp->t_state = TCPS_CLOSED; Property changes on: head/net/slirp/files/patch-ab ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property