svn commit: r321965 - head/devel/liblnk

Antoine Brodin antoine at FreeBSD.org
Fri Jun 28 15:30:08 UTC 2013


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 at FreeBSD.org


More information about the svn-ports-all mailing list