diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 22:02:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 22:02:52 +0000 |
commit | 60abbcc872d02de19d4ad8f177faa798bcef6e4b (patch) | |
tree | 9e89b742d3b4fe110f0086ac66ed276fd7ad99e5 /net/bounce | |
parent | Fix patch when building without gnomelibs. (diff) |
Fix MASTER_SITE, update WWW and add author
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/43487
Diffstat (limited to 'net/bounce')
-rw-r--r-- | net/bounce/Makefile | 2 | ||||
-rw-r--r-- | net/bounce/pkg-descr | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/net/bounce/Makefile b/net/bounce/Makefile index ff41a0fb5139..e5f9dc70c5f9 100644 --- a/net/bounce/Makefile +++ b/net/bounce/Makefile @@ -9,7 +9,7 @@ PORTNAME= bounce PORTVERSION= 1.0 CATEGORIES= net security -MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/ \ +MASTER_SITES= http://www.iagora.com/~espel/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= obrien DISTNAME= bounce diff --git a/net/bounce/pkg-descr b/net/bounce/pkg-descr index 55d2d57511ee..3bb5e0c94e8b 100644 --- a/net/bounce/pkg-descr +++ b/net/bounce/pkg-descr @@ -1,2 +1,5 @@ A little program to bounce tcp connections to another machine/port. By default it listens on port 1523. + +Author: Roger Espel Llima +WWW: http://www.iagora.com/~espel/ |