From owner-svn-ports-head@FreeBSD.ORG Fri Jun 28 15:30:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 030A7946; Fri, 28 Jun 2013 15:30:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E97D712BC; Fri, 28 Jun 2013 15:30:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5SFU78O098709; Fri, 28 Jun 2013 15:30:07 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5SFU7PY098708; Fri, 28 Jun 2013 15:30:07 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201306281530.r5SFU7PY098708@svn.freebsd.org> From: Antoine Brodin Date: Fri, 28 Jun 2013 15:30:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321965 - head/devel/liblnk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jun 2013 15:30:08 -0000 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