From owner-svn-ports-all@freebsd.org Sun Sep 2 21:26:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 030EBFFADCF; Sun, 2 Sep 2018 21:26:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A3CB1894AE; Sun, 2 Sep 2018 21:26:25 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9AB631EBD4; Sun, 2 Sep 2018 21:26:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w82LQPgL040977; Sun, 2 Sep 2018 21:26:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w82LQPsT040976; Sun, 2 Sep 2018 21:26:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201809022126.w82LQPsT040976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 2 Sep 2018 21:26:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478822 - head/multimedia/aom X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/aom X-SVN-Commit-Revision: 478822 X-SVN-Commit-Repository: ports 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.27 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: Sun, 02 Sep 2018 21:26:26 -0000 Author: jbeich Date: Sun Sep 2 21:26:24 2018 New Revision: 478822 URL: https://svnweb.freebsd.org/changeset/ports/478822 Log: multimedia/aom: regen distfile now that GH mirror is ready Previous distfile was generated using the following commands, so changes are mainly in timestamps. $ git clone http://aomedia.googlesource.com/aom/; cd aom $ git archive --format tar.gz --prefix aom-1.0.0/ \ -o $DISTDIR/jbeich-aom-v1.0.0_GH0.tar.gz v1.0.0 Modified: head/multimedia/aom/Makefile (contents, props changed) head/multimedia/aom/distinfo (contents, props changed) Modified: head/multimedia/aom/Makefile ============================================================================== --- head/multimedia/aom/Makefile Sun Sep 2 21:14:47 2018 (r478821) +++ head/multimedia/aom/Makefile Sun Sep 2 21:26:24 2018 (r478822) @@ -4,7 +4,6 @@ PORTNAME= aom DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 CATEGORIES= multimedia -MASTER_SITES= LOCAL/jbeich # GitHub mirror is still importing... MAINTAINER= jbeich@FreeBSD.org COMMENT= AV1 Codec Library Modified: head/multimedia/aom/distinfo ============================================================================== --- head/multimedia/aom/distinfo Sun Sep 2 21:14:47 2018 (r478821) +++ head/multimedia/aom/distinfo Sun Sep 2 21:26:24 2018 (r478822) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535885385 -SHA256 (jbeich-aom-v1.0.0_GH0.tar.gz) = c6506418aaaa7cb787d5fd8a67ca3dd749139a6cceab72c6bc76c5f48247635b -SIZE (jbeich-aom-v1.0.0_GH0.tar.gz) = 2776803 +TIMESTAMP = 1529938499 +SHA256 (jbeich-aom-v1.0.0_GH0.tar.gz) = 7aac1d65e0745872d6ebce43453461522dcd0fc16a30a0d65f4292f3980442f5 +SIZE (jbeich-aom-v1.0.0_GH0.tar.gz) = 2782627