svn commit: r334075 - head/devel/lwp

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


Author: sunpoet
Date: Sun Nov 17 11:09:40 2013
New Revision: 334075
URL: http://svnweb.freebsd.org/changeset/ports/334075

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

Modified:
  head/devel/lwp/Makefile   (contents, props changed)

Modified: head/devel/lwp/Makefile
==============================================================================
--- head/devel/lwp/Makefile	Sun Nov 17 11:09:36 2013	(r334074)
+++ head/devel/lwp/Makefile	Sun Nov 17 11:09:40 2013	(r334075)
@@ -4,14 +4,16 @@
 PORTNAME=	lwp
 PORTVERSION=	2.6
 CATEGORIES=	devel
-MASTER_SITES=	ftp://ftp.coda.cs.cmu.edu/pub/lwp/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/lwp/src/ \
+		http://ftp.wu-wien.ac.at/pub/systems/coda/src/ \
+		ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/ \
+		ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Userspace thread library
 
+LICENSE=	LGPL20
+
 USES=		gmake pathfix
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list