svn commit: r348507 - head/net-mgmt/rancid
John Marino
marino at FreeBSD.org
Mon Mar 17 23:27:49 UTC 2014
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
More information about the svn-ports-head
mailing list