View | Details | Raw Unified | Return to bug 201472 | Differences between
and this patch

Collapse All | Expand All

(-)iocage/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	iocage
4
PORTNAME=	iocage
5
PORTVERSION=	1.6.2
5
PORTVERSION?=	1.6.2
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
7
8
MAINTAINER=	robak@FreeBSD.org
8
MAINTAINER=	robak@FreeBSD.org
(-)iocage-devel/Makefile (+20 lines)
Line 0 Link Here
1
# Created by: Johannes Meixner <xmj@FreeBSD.org>
2
# $FreeBSD$
3
4
PORTNAME=	iocage
5
PORTVERSION=	1.6.6
6
PKGNAMESUFFIX=	-devel
7
8
MAINTAINER=	xmj@FreeBSD.org
9
10
USE_GITHUB=	yes
11
GH_ACCOUNT=	pannon
12
GH_TAGNAME=	e634b5c
13
14
MASTERDIR=	${.CURDIR}/../iocage/
15
PLIST=		${MASTERDIR}/pkg-plist
16
DESCR=		${MASTERDIR}/pkg-descr
17
PLIST_FILES=	lib/iocage/ioc-send
18
DISTINFO_FILE=	${.CURDIR}/distinfo
19
20
.include "${MASTERDIR}/Makefile"
(-)iocage-devel/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (pannon-iocage-1.6.6-e634b5c_GH0.tar.gz) = 08b4d4524a00d11c0db55eebe7834ef9c293c8bf3a4767b7f0edf471cf3cbb54
2
SIZE (pannon-iocage-1.6.6-e634b5c_GH0.tar.gz) = 288887
(-)Makefile (+1 lines)
Lines 402-407 Link Here
402
    SUBDIR += installwatch
402
    SUBDIR += installwatch
403
    SUBDIR += intel-pcm
403
    SUBDIR += intel-pcm
404
    SUBDIR += iocage
404
    SUBDIR += iocage
405
    SUBDIR += iocage-devel
405
    SUBDIR += iogen
406
    SUBDIR += iogen
406
    SUBDIR += iograph
407
    SUBDIR += iograph
407
    SUBDIR += ioping
408
    SUBDIR += ioping

Return to bug 201472