Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Oct 2016 14:22:49 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424913 - head/dns/sshfp
Message-ID:  <201610291422.u9TEMnxq028096@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



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