Bug 97868 - update and adoption of net/bounce port
Summary: update and adoption of net/bounce port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-25 03:10 UTC by matt wilbur
Modified: 2006-05-26 09:30 UTC (History)
0 users

See Also:


Attachments
file.shar (24.61 KB, text/plain)
2006-05-25 03:10 UTC, matt wilbur
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description matt wilbur 2006-05-25 03:10:18 UTC
	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.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-05-25 22:42:15 UTC
State Changed
From-To: open->feedback

All updates must be submitted as an unified diff between old and new port 
directory. Please resubmit. 


Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2006-05-25 22:42:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Track
Comment 3 matt 2006-05-26 04:24:16 UTC
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
Comment 4 matt 2006-05-26 04:34:29 UTC
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
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2006-05-26 09:30:49 UTC
State Changed
From-To: feedback->closed

Committed, thanks!