Date: Thu, 23 Feb 2017 14:34:47 +0000 (UTC) From: Sean Bruno <sbruno@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434670 - head/emulators/qemu-sbruno Message-ID: <201702231434.v1NEYlIf003097@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbruno Date: Thu Feb 23 14:34:47 2017 New Revision: 434670 URL: https://svnweb.freebsd.org/changeset/ports/434670 Log: Accept patch to fix fetching of distfiles (getifaddrs) on big endian machines. As a side affect, we get a semi-functional ifconfig now. :-) Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Thu Feb 23 14:27:40 2017 (r434669) +++ head/emulators/qemu-sbruno/Makefile Thu Feb 23 14:34:47 2017 (r434670) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.8.50.g20170123 +PORTVERSION= 2.8.50.g20170221 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -19,7 +19,7 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= 506a08c +GH_TAGNAME= f51cf14 HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Thu Feb 23 14:27:40 2017 (r434669) +++ head/emulators/qemu-sbruno/distinfo Thu Feb 23 14:34:47 2017 (r434670) @@ -1,5 +1,5 @@ TIMESTAMP = 1482956267 -SHA256 (qemu/2.8.50.g20170123/seanbruno-qemu-bsd-user-2.8.50.g20170123-506a08c_GH0.tar.gz) = d7552b8e55ff5a0c7de504824318ab7ec1090c402537d2187c406137eae5ffef -SIZE (qemu/2.8.50.g20160121/seanbruno-qemu-bsd-user-2.8.50.g20170123-506a08c_GH0.tar.gz) = 13671923 -SHA256 (qemu/2.8.50.g20170123/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.8.50.g20170123/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.8.50.g20170221/seanbruno-qemu-bsd-user-2.8.50.g20170221-f51cf14_GH0.tar.gz) = 97b48e157223da371aa638d27b1fbce3840fc7312e61b6d69d7855c9beee4311 +SIZE (qemu/2.8.50.g20170221/seanbruno-qemu-bsd-user-2.8.50.g20170221-f51cf14_GH0.tar.gz) = 13675595 +SHA256 (qemu/2.8.50.g20170221/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.8.50.g20170221/dtc-v1.4.0.tar.gz) = 131893
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702231434.v1NEYlIf003097>