Date: Sun, 17 Nov 2013 11:09:40 +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: r334075 - head/devel/lwp Message-ID: <201311171109.rAHB9eV2055209@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org COMMENT= Userspace thread library +LICENSE= LGPL20 + USES= gmake pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311171109.rAHB9eV2055209>