- Catch up with github tree, adding IP_OPTIONS support sockopt syscalls -
changelog: https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user PR: 200703
This commit is contained in:
parent
90086c5745
commit
6aa9c8f3bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389473
2 changed files with 6 additions and 6 deletions
|
@ -12,7 +12,7 @@ MASTER_SITES= GH \
|
|||
PKGNAMESUFFIX?= -sbruno
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
dtc-v1.4.0${EXTRACT_SUFX}:dtc
|
||||
DIST_SUBDIR= qemu/${PORTVERSION}
|
||||
DIST_SUBDIR= qemu/${PORTVERSION}b
|
||||
|
||||
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= 3b9cd57
|
||||
GH_TAGNAME= d715b14
|
||||
HAS_CONFIGURE= yes
|
||||
USES= gmake pkgconfig bison perl5 python:2,build
|
||||
USE_PERL5= build
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SHA256 (qemu/2.3.50.g20150613/seanbruno-qemu-bsd-user-2.3.50.g20150613-3b9cd57_GH0.tar.gz) = d93874e294f5a2746565a860527f409c8f97ddbe1c481d3fc0f610573ccba564
|
||||
SIZE (qemu/2.3.50.g20150613/seanbruno-qemu-bsd-user-2.3.50.g20150613-3b9cd57_GH0.tar.gz) = 10991477
|
||||
SHA256 (qemu/2.3.50.g20150613/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3
|
||||
SIZE (qemu/2.3.50.g20150613/dtc-v1.4.0.tar.gz) = 131893
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue