diff options
author | dougb <dougb@FreeBSD.org> | 2011-08-23 15:45:27 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-08-23 15:45:27 +0800 |
commit | 7632c60afb269aba56496fb4bb55b103fdbaa265 (patch) | |
tree | e3cc3024b114ad779e369d158bd716d2d6c6d8e6 /net | |
parent | 23665566abffe427d7df596fcdf53a21bab229eb (diff) | |
download | freebsd-ports-gnome-7632c60afb269aba56496fb4bb55b103fdbaa265.tar.gz freebsd-ports-gnome-7632c60afb269aba56496fb4bb55b103fdbaa265.tar.zst freebsd-ports-gnome-7632c60afb269aba56496fb4bb55b103fdbaa265.zip |
Geocities has been gone for almost 2 years now, so let's remove
references to it.
Deprecate ports whose only MASTER_SITE is (was) geocities
Diffstat (limited to 'net')
-rw-r--r-- | net/c3270/pkg-descr | 1 | ||||
-rw-r--r-- | net/pppload/files/patch-af | 2 | ||||
-rw-r--r-- | net/pppload/files/patch-ag | 2 | ||||
-rw-r--r-- | net/uproxy/Makefile | 3 | ||||
-rw-r--r-- | net/uproxy/pkg-descr | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net/c3270/pkg-descr b/net/c3270/pkg-descr index 8ee4d2bbed06..3995481ec3b0 100644 --- a/net/c3270/pkg-descr +++ b/net/c3270/pkg-descr @@ -19,4 +19,3 @@ Some extended highlighting not (yet) supported. WWW: http://x3270.bgp.nu/ - or http://www.geocities.com/SiliconValley/Peaks/7814 diff --git a/net/pppload/files/patch-af b/net/pppload/files/patch-af index 3eb62e541a18..87e67c84d3f4 100644 --- a/net/pppload/files/patch-af +++ b/net/pppload/files/patch-af @@ -8,7 +8,7 @@ diff -u --new-file pppload-1.0/README.freebsd ./README.freebsd +This is a FreeBSD port of the linux program called pppload, available at +http://sunsite.unc.edu/pub/Linux/system/network/serial/ppp/pppload-1.0.tar.gz + -+Original program homepage at: ++Original program homepage formerly at: +http://www.geocities.com/SiliconValley/Pines/1029/pppload.html + +I have modified the FreeBSD port to be able to show the throughput of diff --git a/net/pppload/files/patch-ag b/net/pppload/files/patch-ag index 944bd4f81556..12417d899410 100644 --- a/net/pppload/files/patch-ag +++ b/net/pppload/files/patch-ag @@ -24,7 +24,7 @@ diff -u --new-file pppload-1.0/pppload.1 ./pppload.1 The name of the color to draw transmit rates in (default: red). .SH AUTHOR Sean Vyain <svyain@mail.tds.net, smvyain@softart.com> -+www.geocities.com/SiliconValley/Pines/1029/pppload.html ++ + +.SH FREEBSD PORT +Examples of usage for the FreeBSD port: diff --git a/net/uproxy/Makefile b/net/uproxy/Makefile index 6a735ab4968f..6fde8eec2b78 100644 --- a/net/uproxy/Makefile +++ b/net/uproxy/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME} MAINTAINER= avl@FreeBSD.org COMMENT= Proxy for UDP protocols +BROKEN= No Master Site +EXPIRATION_DATE= 2011-09-01 + USE_ZIP= yes NO_WRKSUBDIR= yes USE_RC_SUBR= ${PORTNAME} diff --git a/net/uproxy/pkg-descr b/net/uproxy/pkg-descr index 4327194167ac..6bdcd50070f8 100644 --- a/net/uproxy/pkg-descr +++ b/net/uproxy/pkg-descr @@ -4,5 +4,3 @@ connected by a LAN sharing a dial up connection, but it could be used to play other games (such as Quake) and by every program using a UDP protocol where clients don't have to bind a fixed port (not only games!). - -WWW: http://www.geocities.com/SiliconValley/Vista/8155/uproxy/ |