svn commit: r334076 - head/devel/rpc2

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


Author: sunpoet
Date: Sun Nov 17 11:10:05 2013
New Revision: 334076
URL: http://svnweb.freebsd.org/changeset/ports/334076

Log:
  - Add LICENSE
  - Update MASTER_SITES:
    - Remove defunct ftp.planetmirror.com and ftp.nctu.edu.tw
    - Add http:// links

Modified:
  head/devel/rpc2/Makefile

Modified: head/devel/rpc2/Makefile
==============================================================================
--- head/devel/rpc2/Makefile	Sun Nov 17 11:09:40 2013	(r334075)
+++ head/devel/rpc2/Makefile	Sun Nov 17 11:10:05 2013	(r334076)
@@ -4,14 +4,16 @@
 PORTNAME=	rpc2
 PORTVERSION=	2.10
 CATEGORIES=	devel
-MASTER_SITES=	ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/ \
-		ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/ \
-		ftp://ftp.planetmirror.com/pub/coda/src/ \
-		ftp://ftp.nctu.edu.tw/mirror/Coda/src/
+MASTER_SITES=	http://ftp.coda.cs.cmu.edu/pub/rpc2/src/ \
+		http://ftp.wu-wien.ac.at/pub/systems/coda/src/ \
+		ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/ \
+		ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Interprocess communication library
 
+LICENSE=	LGPL20
+
 LIB_DEPENDS=	liblwp.so:${PORTSDIR}/devel/lwp
 
 USES=		gmake pathfix perl5 pkgconfig


More information about the svn-ports-all mailing list