Date: Wed, 1 Apr 2015 11:35:52 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382905 - in head/sysutils: qjail qjail2 Message-ID: <201504011135.t31BZqWp028637@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zi Date: Wed Apr 1 11:35:51 2015 New Revision: 382905 URL: https://svnweb.freebsd.org/changeset/ports/382905 QAT: https://qat.redports.org/buildarchive/r382905/ Log: - Reset MAINTAINER due to fatal bounce Reported by: portscout Modified: head/sysutils/qjail/Makefile head/sysutils/qjail2/Makefile Modified: head/sysutils/qjail/Makefile ============================================================================== --- head/sysutils/qjail/Makefile Wed Apr 1 11:14:39 2015 (r382904) +++ head/sysutils/qjail/Makefile Wed Apr 1 11:35:51 2015 (r382905) @@ -6,7 +6,7 @@ PORTVERSION= 3.6 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} -MAINTAINER= qjail@a1poweruser.com +MAINTAINER= ports@FreeBSD.org COMMENT= Utility to quickly deploy and manage jails USES= tar:bzip2 @@ -28,7 +28,7 @@ do-install: # note examples are mandatory. qjail will not function without them @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @(cd ${WRKSRC}/examples/ \ + (cd ${WRKSRC}/examples/ \ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) .include <bsd.port.mk> Modified: head/sysutils/qjail2/Makefile ============================================================================== --- head/sysutils/qjail2/Makefile Wed Apr 1 11:14:39 2015 (r382904) +++ head/sysutils/qjail2/Makefile Wed Apr 1 11:35:51 2015 (r382905) @@ -7,7 +7,7 @@ CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} PKGNAMESUFFIX= 2 -MAINTAINER= qjail@a1poweruser.com +MAINTAINER= ports@FreeBSD.org COMMENT= Utility to quickly deploy and manage jails USES= tar:bzip2 @@ -37,7 +37,7 @@ do-install: # note examples are mandatory. qjail will not function without them @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @(cd ${WRKSRC}/examples/ \ + (cd ${WRKSRC}/examples/ \ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504011135.t31BZqWp028637>