diff options
author | Juergen Lock <nox@FreeBSD.org> | 2011-12-09 21:31:16 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2011-12-09 21:31:16 +0000 |
commit | 0cce428b4d0402c0119055a22cf90ddb3c0a56dc (patch) | |
tree | 2f3fc683b1a919a83a3b0c35419f6761c86544fd /emulators | |
parent | bd891c898d02f3f1c6fde6ec2441fd35d5539854 (diff) | |
download | ports-0cce428b4d0402c0119055a22cf90ddb3c0a56dc.tar.gz ports-0cce428b4d0402c0119055a22cf90ddb3c0a56dc.zip |
Update to 1.6.3.1 .
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=287131
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/seabios-devel/Makefile | 9 | ||||
-rw-r--r-- | emulators/seabios-devel/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/emulators/seabios-devel/Makefile b/emulators/seabios-devel/Makefile index 617a9158ea07..1d336357b9b4 100644 --- a/emulators/seabios-devel/Makefile +++ b/emulators/seabios-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= seabios-devel -PORTVERSION= 0.6.3p20110903 +PORTVERSION= 1.6.3.1 CATEGORIES= emulators MASTER_SITES= http://www.linuxtogo.org/~kevin/SeaBIOS/:release \ LOCAL/nox/ @@ -21,8 +21,9 @@ USE_BZIP2= yes USE_PYTHON_BUILD= yes PATCH_STRIP= -p1 ONLY_FOR_ARCHS= amd64 i386 -CONFLICTS_INSTALL= qemu-[0-9]* MAKE_JOBS_SAFE= yes +# Doesn't run with qemu 0.11.1 +CONFLICTS_INSTALL= qemu-[0-9]* .include <bsd.port.pre.mk> @@ -31,7 +32,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin LD=${LOCALBASE}/bin/ld .endif -PLIST_FILES= share/qemu/${PORTNAME}.bin +PLIST_FILES= share/qemu/bios.bin-${PORTVERSION} PLIST_DIRSTRY= share/qemu post-patch: @@ -43,6 +44,6 @@ post-patch: do-install: @${MKDIR} ${PREFIX}/share/qemu - @${INSTALL_DATA} ${WRKSRC}/out/bios.bin ${PREFIX}/share/qemu/${PORTNAME}.bin + @${INSTALL_DATA} ${WRKSRC}/out/bios.bin ${PREFIX}/${PLIST_FILES} .include <bsd.port.post.mk> diff --git a/emulators/seabios-devel/distinfo b/emulators/seabios-devel/distinfo index 7ed3d801f721..a05e3e7caf42 100644 --- a/emulators/seabios-devel/distinfo +++ b/emulators/seabios-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (qemu/seabios-0.6.3p20110903.tar.bz2) = c335e237d9776a40039112bf0dba1ddf42ac58e17491cd426e479de47317f9ba -SIZE (qemu/seabios-0.6.3p20110903.tar.bz2) = 357836 +SHA256 (qemu/seabios-1.6.3.1.tar.bz2) = 037fa180cf58e7ce110225fe3164a02b6cae79b290aa59743d25aa69548e1706 +SIZE (qemu/seabios-1.6.3.1.tar.bz2) = 357877 |