Date: Sat, 11 Jun 2016 16:56:19 +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: r416730 - head/emulators/qemu-sbruno Message-ID: <201606111656.u5BGuJoC027539@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbruno Date: Sat Jun 11 16:56:19 2016 New Revision: 416730 URL: https://svnweb.freebsd.org/changeset/ports/416730 Log: Update to capture pull request from jkim@ - Clean up locking/unlocking path names Submitted by: jkim Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Sat Jun 11 16:42:55 2016 (r416729) +++ head/emulators/qemu-sbruno/Makefile Sat Jun 11 16:56:19 2016 (r416730) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.6.50.g20160529 +PORTVERSION= 2.6.50.g20160611 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -18,7 +18,7 @@ COMMENT?= QEMU CPU Emulator - github bsd USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= a7fb2b9 +GH_TAGNAME= 6c3484f 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 Sat Jun 11 16:42:55 2016 (r416729) +++ head/emulators/qemu-sbruno/distinfo Sat Jun 11 16:56:19 2016 (r416730) @@ -1,4 +1,4 @@ -SHA256 (qemu/2.6.50.g20160529/seanbruno-qemu-bsd-user-2.6.50.g20160529-a7fb2b9_GH0.tar.gz) = 177b53c0fe322bf61b444a7a05c844f601a7625e4bc37a110f826e6270cb8b8e -SIZE (qemu/2.6.50.g20160529/seanbruno-qemu-bsd-user-2.6.50.g20160529-a7fb2b9_GH0.tar.gz) = 12124340 -SHA256 (qemu/2.6.50.g20160529/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SHA256 (qemu/2.6.50.g20160611/seanbruno-qemu-bsd-user-2.6.50.g20160611-6c3484f_GH0.tar.gz) = c2c86fc978c22f75dfa4e6afc6c9b48f6d8649303b9b4cf77b756aa070e216ea +SIZE (qemu/2.6.50.g20160611/seanbruno-qemu-bsd-user-2.6.50.g20160611-6c3484f_GH0.tar.gz) = 12124512 +SHA256 (qemu/2.6.50.g20160611/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 SIZE (qemu/2.6.50.g201605/dtc-v1.4.0.tar.gz) = 131893
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606111656.u5BGuJoC027539>