Index: branches/2015Q3/sysutils/iocage/Makefile =================================================================== --- branches/2015Q3/sysutils/iocage/Makefile (revision 395787) +++ branches/2015Q3/sysutils/iocage/Makefile (revision 395788) @@ -1,38 +1,37 @@ # Created by: Bartek Rutkowski # $FreeBSD$ PORTNAME= iocage PORTVERSION= 1.7.3 DISTVERSIONPREFIX=v CATEGORIES= sysutils MAINTAINER= robak@FreeBSD.org COMMENT= Full featured, no dependency Jail container manager LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes -GH_ACCOUNT= pannon .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 900044 BROKEN= This port works only on FreeBSD 9 and newer .endif NO_BUILD= yes post-patch: @${REINPLACE_CMD} -e "s|/usr/local/lib/iocage|${PREFIX}/lib/iocage|g" ${WRKSRC}/iocage pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/iocage do-install: ${INSTALL_SCRIPT} ${WRKSRC}/rc.d/iocage ${STAGEDIR}${PREFIX}/etc/rc.d ${INSTALL_SCRIPT} ${WRKSRC}/iocage ${STAGEDIR}${PREFIX}/sbin (cd ${WRKSRC}/lib/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/iocage) ${INSTALL_MAN} ${WRKSRC}/iocage.8 ${STAGEDIR}${PREFIX}/man/man8 .include Index: branches/2015Q3/sysutils/iocage/pkg-descr =================================================================== --- branches/2015Q3/sysutils/iocage/pkg-descr (revision 395787) +++ branches/2015Q3/sysutils/iocage/pkg-descr (revision 395788) @@ -1,8 +1,8 @@ iocage is a zero dependency drop in jail/container manager amalgamating some of the best features and technologies FreeBSD operating system has to offer. It is geared for ease of use with a simple and easy to understand command syntax. -WWW: https://github.com/pannon/iocage +WWW: https://github.com/iocage/iocage Index: branches/2015Q3/sysutils/iocage/pkg-plist =================================================================== --- branches/2015Q3/sysutils/iocage/pkg-plist (revision 395787) +++ branches/2015Q3/sysutils/iocage/pkg-plist (revision 395788) @@ -1,17 +1,19 @@ etc/rc.d/iocage lib/iocage/ioc-cmd lib/iocage/ioc-common lib/iocage/ioc-configure +lib/iocage/ioc-git lib/iocage/ioc-globals lib/iocage/ioc-hacks lib/iocage/ioc-help lib/iocage/ioc-image lib/iocage/ioc-info lib/iocage/ioc-network lib/iocage/ioc-rc lib/iocage/ioc-rctl +lib/iocage/ioc-send lib/iocage/ioc-snapshot lib/iocage/ioc-upgrade lib/iocage/ioc-zfs man/man8/iocage.8.gz sbin/iocage Index: branches/2015Q3 =================================================================== --- branches/2015Q3 (revision 395787) +++ branches/2015Q3 (revision 395788) Property changes on: branches/2015Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r393579