From owner-svn-ports-all@freebsd.org Tue Oct 25 20:28:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B287C1CAE1; Tue, 25 Oct 2016 20:28:24 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 693982B; Tue, 25 Oct 2016 20:28:24 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9PKSN1e050626; Tue, 25 Oct 2016 20:28:23 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9PKSNWd050624; Tue, 25 Oct 2016 20:28:23 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610252028.u9PKSNWd050624@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 25 Oct 2016 20:28:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424650 - in head/devel: libewf libpff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2016 20:28:24 -0000 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