Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2016 20:28:23 +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: r424650 - in head/devel: libewf libpff
Message-ID:  <201610252028.u9PKSNWd050624@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Oct 25 20:28:23 2016
New Revision: 424650
URL: https://svnweb.freebsd.org/changeset/ports/424650

Log:
  Fix MASTER_SITES

Modified:
  head/devel/libewf/Makefile
  head/devel/libpff/Makefile

Modified: head/devel/libewf/Makefile
==============================================================================
--- head/devel/libewf/Makefile	Tue Oct 25 20:26:05 2016	(r424649)
+++ head/devel/libewf/Makefile	Tue Oct 25 20:28:23 2016	(r424650)
@@ -4,7 +4,7 @@
 PORTNAME=	libewf
 PORTVERSION=	20140608
 CATEGORIES=	devel
-MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/ \
+MASTER_SITES=	https://github.com/libyal/legacy/raw/master/libewf/ \
 		LOCAL/antoine
 
 MAINTAINER=	nobutaka@FreeBSD.org

Modified: head/devel/libpff/Makefile
==============================================================================
--- head/devel/libpff/Makefile	Tue Oct 25 20:26:05 2016	(r424649)
+++ head/devel/libpff/Makefile	Tue Oct 25 20:28:23 2016	(r424650)
@@ -5,7 +5,7 @@ PORTNAME=	libpff
 DISTVERSION=	alpha-20120802
 PORTREVISION=	2
 CATEGORIES=	devel
-MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiScU9qcG5ScEZKZE0/ \
+MASTER_SITES=	https://github.com/libyal/legacy/raw/master/libpff/ \
 		LOCAL/antoine
 
 MAINTAINER=	antoine@FreeBSD.org



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