aboutsummaryrefslogtreecommitdiffstats
path: root/community/ntpsec/python-to-python3.patch
diff options
context:
space:
mode:
authorPedro Filipe <pedrofilipecerqueira@outlook.com>2019-10-01 01:03:51 -0300
committerAndy Postnikov <apostnikov@gmail.com>2019-10-04 13:26:50 +0300
commit1d7decf817e241f1e30ef387f3c3e9bbfaf011f1 (patch)
treeda4f92e31a8a58753cd2307b47f38820fd5757b9 /community/ntpsec/python-to-python3.patch
parentdccac760d7397f8dea6aa172e88d43f7933c019e (diff)
downloadaports-1d7decf817e241f1e30ef387f3c3e9bbfaf011f1.tar.bz2
aports-1d7decf817e241f1e30ef387f3c3e9bbfaf011f1.tar.xz
community/ntpsec: update to 1.1.7
Diffstat (limited to 'community/ntpsec/python-to-python3.patch')
-rw-r--r--community/ntpsec/python-to-python3.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ntpsec/python-to-python3.patch b/community/ntpsec/python-to-python3.patch
index 5c7ff07800..46c202cfa4 100644
--- a/community/ntpsec/python-to-python3.patch
+++ b/community/ntpsec/python-to-python3.patch
@@ -389,8 +389,8 @@ index 044af45..24eb3dd 100755
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
- # encoding: ISO8859-1
- # Thomas Nagy, 2005-2017
+ # encoding: latin-1
+ # Thomas Nagy, 2005-2018
#
diff --git a/wafhelpers/pythonize-header b/wafhelpers/pythonize-header
index c58542a..f5ce2ad 100755