svn commit: r424650 - in head/devel: libewf libpff

Antoine Brodin antoine at FreeBSD.org
Tue Oct 25 20:28:24 UTC 2016


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


More information about the svn-ports-head mailing list