diff options
author | nox <nox@FreeBSD.org> | 2015-06-18 04:15:34 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2015-06-18 04:15:34 +0800 |
commit | 5a2eb568f0c438be37e0b3860b6ef527039a9a51 (patch) | |
tree | 0df0e2492e29558cdf81504c83d86cfe42053114 | |
parent | 091e774e9b7d51a7e5c4bc078b9b224afd611bb4 (diff) | |
download | freebsd-ports-gnome-5a2eb568f0c438be37e0b3860b6ef527039a9a51.tar.gz freebsd-ports-gnome-5a2eb568f0c438be37e0b3860b6ef527039a9a51.tar.zst freebsd-ports-gnome-5a2eb568f0c438be37e0b3860b6ef527039a9a51.zip |
Catch up with github tree, adding setsockopt handling for IPV6 - changelog:
https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
PR: 200680
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 6 | ||||
-rw-r--r-- | emulators/qemu-sbruno/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index 997f568ecbdd..ce6453c81491 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.3.50.g20150613 +PORTVERSION= 2.3.50.g20150616 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox \ @@ -12,7 +12,7 @@ MASTER_SITES= GH \ PKGNAMESUFFIX?= -sbruno DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ dtc-v1.4.0${EXTRACT_SUFX}:dtc -DIST_SUBDIR= qemu/${PORTVERSION}b +DIST_SUBDIR= qemu/${PORTVERSION} MAINTAINER= nox@FreeBSD.org COMMENT?= QEMU CPU Emulator - github bsd-user branch @@ -20,7 +20,7 @@ COMMENT?= QEMU CPU Emulator - github bsd-user branch USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= d715b14 +GH_TAGNAME= 08b90a8 HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build diff --git a/emulators/qemu-sbruno/distinfo b/emulators/qemu-sbruno/distinfo index d6303dbcc83e..f7acaf31b32c 100644 --- a/emulators/qemu-sbruno/distinfo +++ b/emulators/qemu-sbruno/distinfo @@ -1,4 +1,4 @@ -SHA256 (qemu/2.3.50.g20150613b/seanbruno-qemu-bsd-user-2.3.50.g20150613-d715b14_GH0.tar.gz) = 7a4c90506700f31487ac88d71124f66203890ebc0cb7c01c43b528f12c5944f4 -SIZE (qemu/2.3.50.g20150613b/seanbruno-qemu-bsd-user-2.3.50.g20150613-d715b14_GH0.tar.gz) = 10991779 -SHA256 (qemu/2.3.50.g20150613b/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.3.50.g20150613b/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.3.50.g20150616/seanbruno-qemu-bsd-user-2.3.50.g20150616-08b90a8_GH0.tar.gz) = 9e39f67a3417b17fb969a2ab82a33b5e939e49c66171fc1eb0b53d7da6c3a073 +SIZE (qemu/2.3.50.g20150616/seanbruno-qemu-bsd-user-2.3.50.g20150616-08b90a8_GH0.tar.gz) = 10991104 +SHA256 (qemu/2.3.50.g20150616/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.3.50.g20150616/dtc-v1.4.0.tar.gz) = 131893 |