Date: Sun, 17 Nov 2013 11:09:37 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334074 - head/devel/rvm Message-ID: <201311171109.rAHB9bHF055141@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Nov 17 11:09:36 2013 New Revision: 334074 URL: http://svnweb.freebsd.org/changeset/ports/334074 Log: - Add LICENSE - Update MASTER_SITES: add http:// links Modified: head/devel/rvm/Makefile Modified: head/devel/rvm/Makefile ============================================================================== --- head/devel/rvm/Makefile Sun Nov 17 11:00:14 2013 (r334073) +++ head/devel/rvm/Makefile Sun Nov 17 11:09:36 2013 (r334074) @@ -4,12 +4,16 @@ PORTNAME= rvm PORTVERSION= 1.17 CATEGORIES= devel -MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/rvm/src/ \ +MASTER_SITES= http://ftp.coda.cs.cmu.edu/pub/rvm/src/ \ + http://ftp.wu-wien.ac.at/pub/systems/coda/src/ \ + ftp://ftp.coda.cs.cmu.edu/pub/rvm/src/ \ ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Persistent VM library +LICENSE= LGPL20 + LIB_DEPENDS= liblwp.so:${PORTSDIR}/devel/lwp USES= gmake pathfix pkgconfig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311171109.rAHB9bHF055141>