Date: Mon, 25 Apr 2016 15:38:14 +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: r414009 - head/emulators/qemu-sbruno Message-ID: <201604251538.u3PFcEo2000519@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbruno Date: Mon Apr 25 15:38:14 2016 New Revision: 414009 URL: https://svnweb.freebsd.org/changeset/ports/414009 Log: Fix arguments for renameat() to resolve issues with building certain ports. PR: 208952 Submitted by: Mikael Urankar <mikhael.urankar@gmail.com> Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Mon Apr 25 15:25:54 2016 (r414008) +++ head/emulators/qemu-sbruno/Makefile Mon Apr 25 15:38:14 2016 (r414009) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.5.50.g20160215 -PORTREVISION= 4 +PORTVERSION= 2.5.50.g20160425 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -19,7 +18,7 @@ COMMENT?= QEMU CPU Emulator - github bsd USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= cada59f +GH_TAGNAME= 36f4c00 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 Mon Apr 25 15:25:54 2016 (r414008) +++ head/emulators/qemu-sbruno/distinfo Mon Apr 25 15:38:14 2016 (r414009) @@ -1,4 +1,4 @@ -SHA256 (qemu/2.5.50.g20160215/seanbruno-qemu-bsd-user-2.5.50.g20160215-cada59f_GH0.tar.gz) = b685dda3b52eaa2041a88635de1c7d165f430f8ebd978dc2f4708e088bc86537 -SIZE (qemu/2.5.50.g20160215/seanbruno-qemu-bsd-user-2.5.50.g20160215-cada59f_GH0.tar.gz) = 11849937 -SHA256 (qemu/2.5.50.g20160215/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.5.50.g20160215/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.5.50.g20160425/seanbruno-qemu-bsd-user-2.5.50.g20160425-36f4c00_GH0.tar.gz) = 7b27aba83a3f29b089bf0ff678beaf4e6961d23a76597ec080b902f1acafd8da +SIZE (qemu/2.5.50.g20160425/seanbruno-qemu-bsd-user-2.5.50.g20160425-36f4c00_GH0.tar.gz) = 11855943 +SHA256 (qemu/2.5.50.g20160425/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.5.50.g20160425/dtc-v1.4.0.tar.gz) = 131893
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604251538.u3PFcEo2000519>