svn commit: r334074 - head/devel/rvm

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 17 11:09:37 UTC 2013


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 at FreeBSD.org
 COMMENT=	Persistent VM library
 
+LICENSE=	LGPL20
+
 LIB_DEPENDS=	liblwp.so:${PORTSDIR}/devel/lwp
 
 USES=		gmake pathfix pkgconfig


More information about the svn-ports-all mailing list