Date: Fri, 19 Feb 2016 03:16:03 +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: r409146 - head/emulators/qemu-sbruno Message-ID: <201602190316.u1J3G3Z4019332@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbruno Date: Fri Feb 19 03:16:02 2016 New Revision: 409146 URL: https://svnweb.freebsd.org/changeset/ports/409146 Log: Bump PORTREVISION: palcode-clipper is an alpha binary for use with qemu, not something that should be stripped. Modified: head/emulators/qemu-sbruno/Makefile Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Fri Feb 19 02:57:21 2016 (r409145) +++ head/emulators/qemu-sbruno/Makefile Fri Feb 19 03:16:02 2016 (r409146) @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.5.50.g20160215 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -276,7 +276,6 @@ post-install: ${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifdown.sample ${STAGEDIR}${PREFIX}/etc @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qemu-* @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ivshmem-* - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/share/qemu/palcode-clipper .endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602190316.u1J3G3Z4019332>