svn commit: r306850 - head/security/cfv

Chris Rees crees at FreeBSD.org
Fri Nov 2 13:23:09 UTC 2012


Author: crees
Date: Fri Nov  2 13:23:08 2012
New Revision: 306850
URL: http://svn.freebsd.org/changeset/ports/306850

Log:
  Resurrect security/cfv and remove optional dependency on
  security/py-fchksum; the port works just fine without it.
  Feature safe:	yes

Added:
  head/security/cfv/
     - copied from r306847, head/security/cfv/
Modified:
  head/security/cfv/Makefile

Modified: head/security/cfv/Makefile
==============================================================================
--- head/security/cfv/Makefile	Fri Nov  2 13:06:15 2012	(r306847)
+++ head/security/cfv/Makefile	Fri Nov  2 13:23:08 2012	(r306850)
@@ -9,8 +9,6 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Utility to both test and create .sfv, .csv, and md5sum files
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/fchksum.so:${PORTSDIR}/security/py-fchksum
-
 USE_PYTHON=	yes
 ALL_TARGET=	cfv.wrapper
 INSTALL_TARGET=	install-wrapper


More information about the svn-ports-all mailing list