summaryrefslogtreecommitdiff
path: root/net/bounce
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2007-08-31 07:48:56 +0000
committerAndrej Zverev <az@FreeBSD.org>2007-08-31 07:48:56 +0000
commite83b6d896cfbf7c0343b0362209a9bea6c918ff8 (patch)
tree45ad9d55094c9ac1688365ce0fe61528a81a302c /net/bounce
parentUpdate to 0.60 (diff)
- Fix patch in previous commit (broken -d option)
- bump portrevision Reported by: Alexander Logvinov <ports@logvinov.com> via ports/115420 follow-up Pointy hat: az
Notes
Notes: svn path=/head/; revision=198575
Diffstat (limited to 'net/bounce')
-rw-r--r--net/bounce/Makefile2
-rw-r--r--net/bounce/files/patch-042
2 files changed, 2 insertions, 2 deletions
diff --git a/net/bounce/Makefile b/net/bounce/Makefile
index 45386ecf108a..273684d4c788 100644
--- a/net/bounce/Makefile
+++ b/net/bounce/Makefile
@@ -8,7 +8,7 @@
PORTNAME= bounce
PORTVERSION= 1.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net security
MASTER_SITES= http://www.iagora.com/~espel/ \
${MASTER_SITE_LOCAL}
diff --git a/net/bounce/files/patch-04 b/net/bounce/files/patch-04
index a2910794d148..395facc44edc 100644
--- a/net/bounce/files/patch-04
+++ b/net/bounce/files/patch-04
@@ -30,7 +30,7 @@
/* Process arguments */
- while( (ch = getopt(argc, argv, "p:a:b:d")) != -1 ) {
-+ while( (ch = getopt(argc, argv, "p:a:b:d:t:")) != -1 ) {
++ while( (ch = getopt(argc, argv, "p:a:b:dt:")) != -1 ) {
switch(ch) {
case 'b': b = 1;
case 'd': d = 1; break;