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.99.2015.07.11
6
PKGNAMESUFFIX=	-devel
7
8
MAINTAINER=	xmj@FreeBSD.org
9
10
USE_GITHUB=	yes
11
GH_ACCOUNT=	pannon
12
GH_TAGNAME=	596df1d
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"
(-)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