diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-09 22:35:05 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-09 22:35:05 +0000 |
commit | 4f183f626d9d40d39f3d3869a795f61619d00270 (patch) | |
tree | d17ff9cb6c11fa1c64e586295adb7ad183e7cc13 /comms | |
parent | 0f4b1e80ad53b31f8e03e59ed264afd6322a98bb (diff) | |
download | ports-4f183f626d9d40d39f3d3869a795f61619d00270.tar.gz ports-4f183f626d9d40d39f3d3869a795f61619d00270.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/lrzsz/Makefile | 5 | ||||
-rw-r--r-- | comms/minicom/Makefile | 6 | ||||
-rw-r--r-- | comms/yaps/Makefile | 6 | ||||
-rw-r--r-- | comms/zmtx-zmrx/Makefile | 4 |
4 files changed, 12 insertions, 9 deletions
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile index 0eb452c86129..a187701e6695 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -4,12 +4,13 @@ # Date created: 29 Sept 1996 # Whom: David O'Brien <obrien@cs.ucdavis.edu> # -# $Id: Makefile,v 1.6 1998/03/31 01:56:32 obrien Exp $ +# $Id: Makefile,v 1.7 1998/09/15 06:38:41 obrien Exp $ DISTNAME= lrzsz-0.12.19 CATEGORIES= comms MASTER_SITES= ftp://ftp.ihg.uni-duisburg.de/uwe/ \ - http://www.nrw.net/uwe/archive/ + ftp://ftp.ohse.de/comp/unix/comm/ \ + ftp://ftp.uven.ru/pub/unix/comms/ MAINTAINER= obrien@FreeBSD.org diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 25aa47c29256..b84a9daad061 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -4,13 +4,15 @@ # Date created: Fri Dec 01, 1995 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp $ +# $Id: Makefile,v 1.14 1998/08/11 10:29:56 obrien Exp $ # DISTNAME= ${PKGNAME}.src PKGNAME= minicom-1.80 CATEGORIES= comms -MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/software/ +MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/software/OLD/ \ + ftp://ftp.nstu.ru/pub/sources/nettools/modem/ \ + ftp://ftp.okbmei.msk.su/pub/comm/minicom/ MAINTAINER= obrien@FreeBSD.org diff --git a/comms/yaps/Makefile b/comms/yaps/Makefile index 7faf8e367397..e8d218cecc26 100644 --- a/comms/yaps/Makefile +++ b/comms/yaps/Makefile @@ -3,13 +3,13 @@ # Date created: Di 29 Sep 1998 15:51:27 CEST # Whom: se # -# $Id: Makefile,v 1.2 1998/10/10 20:18:31 jseger Exp $ +# $Id: Makefile,v 1.3 1998/10/16 02:16:01 jseger Exp $ # DISTNAME= yaps-0.96 CATEGORIES= comms -MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/comm/ \ - ftp://ftp.cdrom.com/pub/linux/sunsite/apps/serialcomm/machines/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= apps/serialcomm/machines MAINTAINER= se@FreeBSD.ORG diff --git a/comms/zmtx-zmrx/Makefile b/comms/zmtx-zmrx/Makefile index 39876fc89b0e..1527d9aec758 100644 --- a/comms/zmtx-zmrx/Makefile +++ b/comms/zmtx-zmrx/Makefile @@ -4,14 +4,14 @@ # Date created: 29 July 1996 # Whom: David O'Brien <obrien@cs.ucdavis.edu> # -# $Id: Makefile,v 1.3 1997/04/30 03:17:56 asami Exp $ +# $Id: Makefile,v 1.4 1997/10/10 06:53:48 obrien Exp $ # DISTNAME= zmtx-zmrx PKGNAME= zmtx-zmrx-1.02 CATEGORIES= comms MASTER_SITES= ftp://ftp.inria.fr/network/modem/ \ - ${MASTER_SITE_LOCAL} + ftp://ftp.vex.net/pub/software/ # see also comp.unix.sources for version 1.0 # ftp://ftp.lth.se/pub/usenet/comp.sources.unix/volume28/zm/part01.gz EXTRACT_SUFX= .shar.gz |