Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Nov 2012 20:26:48 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307427 - head/dns/py-dnspython
Message-ID:  <201211142026.qAEKQmp6045793@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Wed Nov 14 20:26:48 2012
New Revision: 307427
URL: http://svnweb.freebsd.org/changeset/ports/307427

Log:
  - fix dependency
  - do not bumping PORTREVISION because it's not default
  
  Submitted by:	bapt (by mail)
  Feature safe:	yes

Modified:
  head/dns/py-dnspython/Makefile

Modified: head/dns/py-dnspython/Makefile
==============================================================================
--- head/dns/py-dnspython/Makefile	Wed Nov 14 19:39:28 2012	(r307426)
+++ head/dns/py-dnspython/Makefile	Wed Nov 14 20:26:48 2012	(r307427)
@@ -43,7 +43,7 @@ post-install:
 	@${CHMOD} -R a+X ${PYTHONPREFIX_SITELIBDIR}/dns/*
 
 .if ${PORT_OPTIONS:MPYCRYPTO}
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}crypto>0:${PORTSDIR}/security/py-pycrypto
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto
 .endif
 
 .include <bsd.port.mk>



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