diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-14 01:00:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-14 01:00:14 +0800 |
commit | 1cd8e681dd931436c63a17360b5a799832e9f044 (patch) | |
tree | 0d740da1f4c2bcdffa5acea80f0286054f46fede /dns | |
parent | 2e7574904f6fd41d752a11e38bf748b8a9776e8b (diff) | |
download | freebsd-ports-gnome-1cd8e681dd931436c63a17360b5a799832e9f044.tar.gz freebsd-ports-gnome-1cd8e681dd931436c63a17360b5a799832e9f044.tar.zst freebsd-ports-gnome-1cd8e681dd931436c63a17360b5a799832e9f044.zip |
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr
Diffstat (limited to 'dns')
-rw-r--r-- | dns/sshfp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/sshfp/Makefile b/dns/sshfp/Makefile index cb7a16473f15..ba044060abae 100644 --- a/dns/sshfp/Makefile +++ b/dns/sshfp/Makefile @@ -17,7 +17,7 @@ COMMENT= Generate SSHFP DNS records from knownhosts files or ssh-keyscan RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython NO_BUILD= yes -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ MAN1= sshfp.1 PLIST_FILES= bin/sshfp |