Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2014 23:27:49 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348507 - head/net-mgmt/rancid
Message-ID:  <201403172327.s2HNRnWB011924@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Mar 17 23:27:48 2014
New Revision: 348507
URL: http://svnweb.freebsd.org/changeset/ports/348507
QAT: https://qat.redports.org/buildarchive/r348507/

Log:
  net-mgmt/rancid: r346745 is exactly opposite of intention
  
  The OPSYS should have been FreeBSD, not DragonFly.  I have no idea what
  happened here.  Strangely, nobody complained.

Modified:
  head/net-mgmt/rancid/Makefile

Modified: head/net-mgmt/rancid/Makefile
==============================================================================
--- head/net-mgmt/rancid/Makefile	Mon Mar 17 22:03:00 2014	(r348506)
+++ head/net-mgmt/rancid/Makefile	Mon Mar 17 23:27:48 2014	(r348507)
@@ -42,7 +42,7 @@ CONFIGURE_ARGS+=	--with-svn
 BUILD_DEPENDS+=		svn:${PORTSDIR}/devel/subversion
 .else
 CONFIGURE_ARGS+=	--without-svn
-.if ${OPSYS} == DragonFly && ${OSVERSION} >= 1000000
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
 RUN_DEPENDS+=	cvs>0:${PORTSDIR}/devel/cvs
 .endif
 .endif



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