Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Dec 2018 06:46:57 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488292 - head/emulators/qemu-powernv
Message-ID:  <201812250646.wBP6kvk3022994@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Dec 25 06:46:57 2018
New Revision: 488292
URL: https://svnweb.freebsd.org/changeset/ports/488292

Log:
  Update snapshot and fix fetch.  The previous distinfo was populated
  from a makesum using a cached sha256 from freefall.freebsd.org.
  
  The updated snapshot includes PHB4 support and various bugfixes.
  
  While here, pet portlint.
  
  Submitted by:		maintainer
  Differential Revision:	https://reviews.freebsd.org/D18654

Modified:
  head/emulators/qemu-powernv/Makefile
  head/emulators/qemu-powernv/distinfo

Modified: head/emulators/qemu-powernv/Makefile
==============================================================================
--- head/emulators/qemu-powernv/Makefile	Tue Dec 25 05:17:34 2018	(r488291)
+++ head/emulators/qemu-powernv/Makefile	Tue Dec 25 06:46:57 2018	(r488292)
@@ -2,6 +2,7 @@
 
 PORTNAME=	qemu-powernv
 PORTVERSION=	3.0.50
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	http://people.freebsd.org/~kbowling/distfiles/
 
@@ -10,11 +11,10 @@ COMMENT=	Fork of QEMU with experimental PowerNV emulat
 
 LICENSE=	GPLv2
 
-BROKEN=		unfetchable
-
 BUILD_DEPENDS=		${LOCALBASE}/lib/libfdt.so:sysutils/dtc
 
-USES=		bison:build gmake libtool makeinfo pkgconfig python:2.7,build
+USES=		bison:build gmake gnome libtool makeinfo pkgconfig \
+		python:2.7,build tar:bz2
 USE_XORG=	pixman
 USE_GNOME=	glib20
 

Modified: head/emulators/qemu-powernv/distinfo
==============================================================================
--- head/emulators/qemu-powernv/distinfo	Tue Dec 25 05:17:34 2018	(r488291)
+++ head/emulators/qemu-powernv/distinfo	Tue Dec 25 06:46:57 2018	(r488292)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1541490377
-SHA256 (qemu-powernv-3.0.50.tar.gz) = 6935e4b4b5def6c5b1cc1ac1717bae56323e673193ab587978929db9f8849b52
-SIZE (qemu-powernv-3.0.50.tar.gz) = 17249849
+TIMESTAMP = 1545712992
+SHA256 (qemu-powernv-3.0.50.tar.bz2) = 945547d7e5e2aea7cd57d2e3239d0a315889f0b7cd7991afcd28bd2aebe3f2a5
+SIZE (qemu-powernv-3.0.50.tar.bz2) = 42110513



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