Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2013 15:30:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321965 - head/devel/liblnk
Message-ID:  <201306281530.r5SFU7PY098708@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jun 28 15:30:07 2013
New Revision: 321965
URL: http://svnweb.freebsd.org/changeset/ports/321965

Log:
  Make fetchable again
  The rationale behind the move to google drive is:
  http://google-opensource.blogspot.ch/2013/05/a-change-to-google-code-download-service.html

Modified:
  head/devel/liblnk/Makefile

Modified: head/devel/liblnk/Makefile
==============================================================================
--- head/devel/liblnk/Makefile	Fri Jun 28 15:20:55 2013	(r321964)
+++ head/devel/liblnk/Makefile	Fri Jun 28 15:30:07 2013	(r321965)
@@ -4,7 +4,8 @@
 PORTNAME=	liblnk
 PORTVERSION=	20130413
 CATEGORIES=	devel
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiSQmluVC1YeDVvZWM/ \
+		LOCAL/antoine
 DISTNAME=	${PORTNAME}-alpha-${PORTVERSION}
 
 MAINTAINER=	antoine@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306281530.r5SFU7PY098708>