Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2018 21:26:25 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478822 - head/multimedia/aom
Message-ID:  <201809022126.w82LQPsT040976@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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