svn commit: r358602 - head/net/delegate

John Marino marino at FreeBSD.org
Fri Jun 20 16:36:11 UTC 2014


Author: marino
Date: Fri Jun 20 16:36:11 2014
New Revision: 358602
URL: http://svnweb.freebsd.org/changeset/ports/358602
QAT: https://qat.redports.org/buildarchive/r358602/

Log:
  net/delegate: Mark jobs unsafe, reset maintainer
  
  Maintainer is non-responsive, no communication since 2010.  Port is
  unstaged but will be deprecated in imminent commit.
  
  PR:		186402
  Submitted by:	ribbon (ribbon.or.jp)
  Approved by:	maintainer timeout (4 months)
  Approved by:	portmgr (implicit)

Modified:
  head/net/delegate/Makefile

Modified: head/net/delegate/Makefile
==============================================================================
--- head/net/delegate/Makefile	Fri Jun 20 16:35:57 2014	(r358601)
+++ head/net/delegate/Makefile	Fri Jun 20 16:36:11 2014	(r358602)
@@ -7,7 +7,7 @@ CATEGORIES=	net www
 MASTER_SITES=	http://www.chifeng.name/dist/delegate/
 DISTNAME=	${PORTNAME}${PORTVERSION}
 
-MAINTAINER=	chifeng at gmail.com
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	General purpose TCP/IP proxy system
 
 IS_INTERACTIVE=	YES
@@ -19,6 +19,8 @@ SUB_LIST=	DOCSDIR=${DOCSDIR}
 # Strip breaks binary checksumming
 STRIP=
 
+MAKE_JOBS_UNSAFE=	yes
+
 NO_STAGE=	yes
 post-extract:
 	@cd ${WRKSRC} && ${MV} COPYRIGHT doc/


More information about the svn-ports-head mailing list