diff options
author | stb <stb@FreeBSD.org> | 1999-04-21 06:54:02 +0800 |
---|---|---|
committer | stb <stb@FreeBSD.org> | 1999-04-21 06:54:02 +0800 |
commit | 29a538028f926fe096c7d1f58f35b3b672711809 (patch) | |
tree | 5d872952a03fa720e3e55df092f4f2f6c90f5984 /net | |
parent | ac24ea13815fa1759ca24f1a8eabab8723c5dd29 (diff) | |
download | freebsd-ports-gnome-29a538028f926fe096c7d1f58f35b3b672711809.tar.gz freebsd-ports-gnome-29a538028f926fe096c7d1f58f35b3b672711809.tar.zst freebsd-ports-gnome-29a538028f926fe096c7d1f58f35b3b672711809.zip |
Update MASTER_SITES
ADD WWW_SITE (for net/netatalk)
Diffstat (limited to 'net')
-rw-r--r-- | net/netatalk-asun/Makefile | 6 | ||||
-rw-r--r-- | net/netatalk-devel/Makefile | 12 | ||||
-rw-r--r-- | net/netatalk/Makefile | 12 |
3 files changed, 22 insertions, 8 deletions
diff --git a/net/netatalk-asun/Makefile b/net/netatalk-asun/Makefile index 0dcc5256064a..ba6640e52019 100644 --- a/net/netatalk-asun/Makefile +++ b/net/netatalk-asun/Makefile @@ -3,13 +3,15 @@ # Date created: 07 Sep 1998 # Whom: stb@freebsd.org # -# $Id: Makefile,v 1.4 1999/02/25 01:57:43 asami Exp $ +# $Id: Makefile,v 1.5 1999/03/22 21:34:21 stb Exp $ # DISTNAME= netatalk-1.4b2+asun2.1.3 PKGNAME= netatalk-1.4b2+asun-2.1.3 CATEGORIES= net print -MASTER_SITES= ftp://ftp.u.washington.edu/public/asun/ +MASTER_SITES= ftp://ftp.u.washington.edu/public/asun/ \ + http://www.freebsd.org/~stb/mirror/ftp.u.washington.edu/public/asun/ \ + ftp://ftp.hanse.de/sites/transit/ftp.u.washington.edu/public/asun/ MAINTAINER= stb@freebsd.org diff --git a/net/netatalk-devel/Makefile b/net/netatalk-devel/Makefile index 0b53efd07e8e..2bba62dd7541 100644 --- a/net/netatalk-devel/Makefile +++ b/net/netatalk-devel/Makefile @@ -3,18 +3,24 @@ # Date created: 23 Jul 1997 # Whom: stb # -# $Id: Makefile,v 1.6 1998/09/09 01:31:06 stb Exp $ +# $Id: Makefile,v 1.7 1998/10/10 00:44:45 stb Exp $ # DISTNAME= netatalk-1.4b2 CATEGORIES= net print -MASTER_SITES= ftp://terminator.rs.itd.umich.edu/unix/netatalk/ +MASTER_SITES= ftp://terminator.rs.itd.umich.edu/unix/netatalk/ \ + http://www.freebsd.org/~stb/mirror/terminator.rs.itd.umich.edu/unix/netatalk/ \ + ftp://ftp.hanse.de/sites/transit/mirror/terminator.rs.itd.umich.edu/unix/netatalk/ -PATCH_SITES= http://www.umich.edu/~rsug/netatalk/patches/1.4b2/ +PATCH_SITES= http://www.umich.edu/~rsug/netatalk/patches/1.4b2/ \ + http://www.freebsd.org/~stb/mirror/www.umich.edu/%7Ersug/netatalk/patches/1.4b2/ \ + ftp://ftp.hanse.de/sites/transit/mirror/www.umich.edu/%7Ersug/netatalk/patches/1.4b2/ PATCHFILES= afpd-macos8.diff afpd-bfree.diff MAINTAINER= stb@freebsd.org +WWW_SITE= http://www.umich.edu/~rsug/netatalk/ + MAN1= aecho.1 getzones.1 megatron.1 nbp.1 pap.1 psorder.1 MAN3= atalk_aton.3 nbp_name.3 MAN4= atalk.4 diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 0b53efd07e8e..2bba62dd7541 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -3,18 +3,24 @@ # Date created: 23 Jul 1997 # Whom: stb # -# $Id: Makefile,v 1.6 1998/09/09 01:31:06 stb Exp $ +# $Id: Makefile,v 1.7 1998/10/10 00:44:45 stb Exp $ # DISTNAME= netatalk-1.4b2 CATEGORIES= net print -MASTER_SITES= ftp://terminator.rs.itd.umich.edu/unix/netatalk/ +MASTER_SITES= ftp://terminator.rs.itd.umich.edu/unix/netatalk/ \ + http://www.freebsd.org/~stb/mirror/terminator.rs.itd.umich.edu/unix/netatalk/ \ + ftp://ftp.hanse.de/sites/transit/mirror/terminator.rs.itd.umich.edu/unix/netatalk/ -PATCH_SITES= http://www.umich.edu/~rsug/netatalk/patches/1.4b2/ +PATCH_SITES= http://www.umich.edu/~rsug/netatalk/patches/1.4b2/ \ + http://www.freebsd.org/~stb/mirror/www.umich.edu/%7Ersug/netatalk/patches/1.4b2/ \ + ftp://ftp.hanse.de/sites/transit/mirror/www.umich.edu/%7Ersug/netatalk/patches/1.4b2/ PATCHFILES= afpd-macos8.diff afpd-bfree.diff MAINTAINER= stb@freebsd.org +WWW_SITE= http://www.umich.edu/~rsug/netatalk/ + MAN1= aecho.1 getzones.1 megatron.1 nbp.1 pap.1 psorder.1 MAN3= atalk_aton.3 nbp_name.3 MAN4= atalk.4 |