Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2013 09:25:26 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325289 - head/net/boinc-client
Message-ID:  <201308240925.r7O9PQp5073791@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sat Aug 24 09:25:26 2013
New Revision: 325289
URL: http://svnweb.freebsd.org/changeset/ports/325289

Log:
  Remove check for variable names deprecated since the 7.0.28 update
  (which happened on 2012-04-15, ports/166873).

Modified:
  head/net/boinc-client/Makefile

Modified: head/net/boinc-client/Makefile
==============================================================================
--- head/net/boinc-client/Makefile	Sat Aug 24 09:07:34 2013	(r325288)
+++ head/net/boinc-client/Makefile	Sat Aug 24 09:25:26 2013	(r325289)
@@ -56,16 +56,6 @@ NO_NET_INFO_DESC=	Do not send host addre
 
 .include <bsd.port.options.mk>
 
-.if defined(BOINC_USER) || defined(BOINC_GROUP) || defined(BOINC_HOME)
-pre-extract:
-	@${ECHO_MSG}
-	@${ECHO_MSG} "===> The following variables were renamed:"
-	@${ECHO_MSG} "===>     BOINC_USER BOINC_GROUP BOINC_HOME"
-	@${ECHO_MSG} "===> Use new names of similar variables."
-	@${ECHO_MSG}
-	@exit 1
-.endif
-
 .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
 BROKEN=		Does not install on ia64, powerpc, or sparc64
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308240925.r7O9PQp5073791>