added myself as maintainer, fixed port MASTER_SITE url. upgrading host to RELENG_6 but have used this port for years, it still works great on -STABLE.
State Changed From-To: open->feedback All updates must be submitted as an unified diff between old and new port directory. Please resubmit.
Responsible Changed From-To: freebsd-ports-bugs->pav Track
My apologies. In case my MUA eats this, unified diff also found at http://donut.efs.org/~matt/bounce.diff --- diff -u bounce/Makefile /usr/ports/net/bounce/Makefile --- bounce/Makefile Wed May 24 18:57:06 2006 +++ /usr/ports/net/bounce/Makefile Thu Feb 20 10:50:52 2003 @@ -9,13 +9,13 @@ PORTNAME= bounce PORTVERSION= 1.0 CATEGORIES= net security -MASTER_SITES= http://www.iagora.com/~espel/bounce.c \ +MASTER_SITES= http://www.iagora.com/~espel/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= obrien DISTNAME= bounce EXTRACT_SUFX= .c -MAINTAINER= matt@efs.org +MAINTAINER= ports@FreeBSD.org COMMENT= Bounce tcp connections to another machine/port NO_WRKSUBDIR= yes
My apologies. I'm a knucklehead. I really can do a port and a diff properly. Correct diff at http://donut.efs.org/~matt/bounce.diff diff -u /usr/ports/net/bounce/Makefile bounce/Makefile --- /usr/ports/net/bounce/Makefile Thu Feb 20 10:50:52 2003 +++ bounce/Makefile Thu May 25 20:33:05 2006 @@ -15,7 +15,7 @@ DISTNAME= bounce EXTRACT_SUFX= .c -MAINTAINER= ports@FreeBSD.org +MAINTAINER= matt@efs.org COMMENT= Bounce tcp connections to another machine/port NO_WRKSUBDIR= yes
State Changed From-To: feedback->closed Committed, thanks!