Skip to content

Commit

Permalink
Update included iohyve to 0.7.7
Browse files Browse the repository at this point in the history
Ticket: #19098
  • Loading branch information
kmoore134 committed Nov 21, 2016
1 parent fb50987 commit b4a4757
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
11 changes: 4 additions & 7 deletions nas_ports/sysutils/iohyve/Makefile
@@ -1,7 +1,8 @@
# $FreeBSD$

PORTNAME= iohyve
PORTVERSION= 0.7.5
PORTVERSION= 0.7.7
PORTREVISION= 1
CATEGORIES= sysutils

MAINTAINER= lme@FreeBSD.org
Expand All @@ -16,11 +17,7 @@ GH_ACCOUNT= pr1ntf
NO_BUILD= yes
NO_ARCH= yes

PLIST_FILES= etc/rc.d/iohyve man/man8/iohyve.8.gz sbin/iohyve

do-install:
${INSTALL_SCRIPT} ${WRKSRC}/rc.d/iohyve ${STAGEDIR}${PREFIX}/etc/rc.d
${INSTALL_SCRIPT} ${WRKSRC}/iohyve ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/iohyve.8 ${STAGEDIR}${PREFIX}/man/man8
do-patch:
${REINPLACE_CMD} 's%\$$(PREFIX)%${STAGEDIR}/$$(PREFIX)%g' ${WRKSRC}/Makefile

.include <bsd.port.mk>
5 changes: 3 additions & 2 deletions nas_ports/sysutils/iohyve/distinfo
@@ -1,2 +1,3 @@
SHA256 (pr1ntf-iohyve-0.7.5_GH0.tar.gz) = 803bdeff69650209edca0570f232cb89aa33b844aef38967b6f146152c4214ae
SIZE (pr1ntf-iohyve-0.7.5_GH0.tar.gz) = 19760
TIMESTAMP = 1478854539
SHA256 (pr1ntf-iohyve-0.7.7_GH0.tar.gz) = 87dcd6927fa4ee87fa5559b001712945f2605939bb8a0bb97367df85ea7ba986
SIZE (pr1ntf-iohyve-0.7.7_GH0.tar.gz) = 22056
12 changes: 12 additions & 0 deletions nas_ports/sysutils/iohyve/pkg-plist
@@ -0,0 +1,12 @@
etc/rc.d/iohyve
lib/iohyve/ioh-cmd
lib/iohyve/ioh-console
lib/iohyve/ioh-disk
lib/iohyve/ioh-firmware
lib/iohyve/ioh-guest
lib/iohyve/ioh-iso
lib/iohyve/ioh-setup
lib/iohyve/ioh-tap
lib/iohyve/ioh-zfs
man/man8/iohyve.8.gz
sbin/iohyve

0 comments on commit b4a4757

Please sign in to comment.