diff options
author | phil <phil@pkgsrc.org> | 2001-04-27 19:01:55 +0000 |
---|---|---|
committer | phil <phil@pkgsrc.org> | 2001-04-27 19:01:55 +0000 |
commit | 2c0c82f6571e0a6acd0c0ecf787c18e4cb958679 (patch) | |
tree | 82d0328449e41971fa6d052f6e52f70cbb783c79 /devel/rvm/Makefile | |
parent | f9dfc1ff7ac689a712428084a985359065db0e53 (diff) | |
download | pkgsrc-2c0c82f6571e0a6acd0c0ecf787c18e4cb958679.tar.gz |
Update to a much newer version, 1.3. (1.4 is out, but mostly has
changes to support MacOS X and virtually no changes for NetBSD.)
Diffstat (limited to 'devel/rvm/Makefile')
-rw-r--r-- | devel/rvm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/rvm/Makefile b/devel/rvm/Makefile index e7cd963f0b3..28c94e57fbc 100644 --- a/devel/rvm/Makefile +++ b/devel/rvm/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 14:39:01 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/27 19:01:55 phil Exp $ # -DISTNAME= rvm-1.1 +DISTNAME= rvm-1.3 CATEGORIES= devel -MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ \ +MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/rvm/src/ \ ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/ MAINTAINER= phil@cs.wwu.edu HOMEPAGE= http://www.coda.cs.cmu.edu/ COMMENT= Recoverable Virtual Memory -DEPENDS+= lwp>=1.1:../../devel/lwp +DEPENDS+= lwp>=1.6:../../devel/lwp #LICENSE= GPL |