svn commit: r424913 - head/dns/sshfp

Emanuel Haupt ehaupt at FreeBSD.org
Sat Oct 29 14:22:50 UTC 2016


Author: ehaupt
Date: Sat Oct 29 14:22:49 2016
New Revision: 424913
URL: https://svnweb.freebsd.org/changeset/ports/424913

Log:
  Remove depending on argparse, all Python versions in ports tree have it as
  built-in.
  
  PR:		213884
  Submitted by:	lwhsu

Modified:
  head/dns/sshfp/Makefile

Modified: head/dns/sshfp/Makefile
==============================================================================
--- head/dns/sshfp/Makefile	Sat Oct 29 13:34:36 2016	(r424912)
+++ head/dns/sshfp/Makefile	Sat Oct 29 14:22:49 2016	(r424913)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sshfp
 PORTVERSION=	1.2.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	dns security
 
 MAINTAINER=	ehaupt at FreeBSD.org
@@ -12,7 +12,6 @@ COMMENT=	Generate SSHFP DNS records from
 LICENSE=	GPLv2
 
 RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/dns/__init__.py:dns/py-dnspython \
-		${PYTHON_PKGNAMEPREFIX}argparse>=0.8.0:devel/py-argparse \
 		${PYTHON_PKGNAMEPREFIX}ipcalc>=0.6:net-mgmt/py-ipcalc \
 		${PYTHON_SITELIBDIR}/ldns.py:dns/py-ldns
 


More information about the svn-ports-all mailing list