svn commit: r323847 - head/devel/cvs2darcs

Gabor Pali pgj at FreeBSD.org
Sun Jul 28 19:48:41 UTC 2013


Author: pgj
Date: Sun Jul 28 19:48:40 2013
New Revision: 323847
URL: http://svnweb.freebsd.org/changeset/ports/323847

Log:
  - Fix breakage on 10.x, caused by the removal of CVS from base
  
  Obtained from:	FreeBSD Haskell

Modified:
  head/devel/cvs2darcs/Makefile

Modified: head/devel/cvs2darcs/Makefile
==============================================================================
--- head/devel/cvs2darcs/Makefile	Sun Jul 28 19:26:36 2013	(r323846)
+++ head/devel/cvs2darcs/Makefile	Sun Jul 28 19:48:40 2013	(r323847)
@@ -12,7 +12,8 @@ COMMENT=	Convert CVS module to darcs rep
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	darcs:${PORTSDIR}/devel/hs-darcs \
+BUILD_DEPENDS=	cvs:${PORTSDIR}/devel/cvs \
+		darcs:${PORTSDIR}/devel/hs-darcs \
 		cvsps:${PORTSDIR}/devel/cvsps \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}


More information about the svn-ports-all mailing list