svn commit: r382905 - in head/sysutils: qjail qjail2

Ryan Steinmetz zi at FreeBSD.org
Wed Apr 1 11:35:53 UTC 2015


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 at a1poweruser.com
+MAINTAINER=	ports at 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 at a1poweruser.com
+MAINTAINER=	ports at 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>


More information about the svn-ports-all mailing list