diff options
author | markd <markd@pkgsrc.org> | 2002-10-22 11:49:52 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-10-22 11:49:52 +0000 |
commit | 7de760e51b1fd7f29ecf6d0c64e29f8d33ad6f88 (patch) | |
tree | 9481668e0c001346e6d6b2257662e150035c3800 /net/netatalk-umich | |
parent | af366a6a0716b6595dd8f0ecea81ba5f23bd4765 (diff) | |
download | pkgsrc-7de760e51b1fd7f29ecf6d0c64e29f8d33ad6f88.tar.gz |
Warn that net/netatalk-umich and net/netatalk-asun are the less preferred
netatalk implementations. Closes PR pkg/18725 from Greg A. Woods.
Didn't just delete the packages as the thread in current-users with title
"Appletalk seems broken in 1.6" from 28-30 Sept implies that some people
still prefer the old packages.
Diffstat (limited to 'net/netatalk-umich')
-rw-r--r-- | net/netatalk-umich/DESCR | 5 | ||||
-rw-r--r-- | net/netatalk-umich/Makefile | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net/netatalk-umich/DESCR b/net/netatalk-umich/DESCR index ea98e3e3082..042803a7094 100644 --- a/net/netatalk-umich/DESCR +++ b/net/netatalk-umich/DESCR @@ -1,3 +1,4 @@ University of Michigan's netatalk userland tools and utilities, for -AppleTalk interworking. This is the standard, reference version. -Lacks AppleshareIP support. See also the netatalk-asun package. +AppleTalk interworking. Lacks AppleshareIP support. + +This version is out-dated. See pkgsrc/net/netatalk. diff --git a/net/netatalk-umich/Makefile b/net/netatalk-umich/Makefile index a9826cfe193..6e87c5b5d34 100644 --- a/net/netatalk-umich/Makefile +++ b/net/netatalk-umich/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/25 12:25:51 markd Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/22 11:49:52 markd Exp $ # +# XXX do not use -- see ../netatalk instead DISTNAME= netatalk-990130 PKGNAME= netatalk-umich-19990130 |