Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
72897162
Commit
72897162
authored
Jan 10, 2020
by
yuri
Browse files
net/ntpsec: Update 1.1.6 -> 1.1.8
parent
68e8fcf6
Changes
3
Hide whitespace changes
Inline
Side-by-side
net/ntpsec/Makefile
View file @
72897162
# $FreeBSD$
PORTNAME
=
ntpsec
DISTVERSION
=
1.1.6
PORTREVI
SION
=
1
DISTVERSION
PREFIX
=
NTPsec_
DISTVER
SION
=
1
_1_8
CATEGORIES
=
net
MAINTAINER
=
yuri@FreeBSD.org
COMMENT
=
Network Time Protocol suite, refactored
LICENSE
=
BSD2CLAUSE
LICENSE_FILE
=
${WRKSRC}
/LICENSE
LICENSE
=
BSD3CLAUSE
USES
=
bison gettext-runtime python shebangfix ssl waf
USES
=
bison gettext-runtime
pkgconfig
python shebangfix ssl waf
SHEBANG_FILES
=
${WRKSRC}
/ntpclients/ntp
*
.py
USE_GITLAB
=
yes
GL_ACCOUNT
=
NTPsec
GL_COMMIT
=
0d119a8faf80180ac144e3c1f21988cfd708ed91
USE_GITHUB
=
yes
MAKE_ENV
=
NOSYNC
=
1
# workaround for the console problem: https://gitlab.com/NTPsec/ntpsec/issues/599
...
...
net/ntpsec/distinfo
View file @
72897162
TIMESTAMP = 15
63778728
SHA256 (
NTP
sec-ntpsec-
0d119a8faf80180ac144e3c1f21988cfd708ed91
_G
L
0.tar.gz) =
0773c9572803c03be168c1e4d44f46b7958d28467d88df306b4833a773637a91
SIZE (
NTP
sec-ntpsec-
0d119a8faf80180ac144e3c1f21988cfd708ed91
_G
L
0.tar.gz) = 25
4581
8
TIMESTAMP = 15
78632226
SHA256 (
ntp
sec-ntpsec-
NTPsec_1_1_8
_G
H
0.tar.gz) =
1becbdeeadb83e06893d049fae8e7ced7e34bf2ef4e0617fb9e04f1a711f6d1d
SIZE (
ntp
sec-ntpsec-
NTPsec_1_1_8
_G
H
0.tar.gz) = 25
3424
8
net/ntpsec/files/patch-wafhelpers_asciidoc.py
deleted
100644 → 0
View file @
68e8fcf6
---
wafhelpers
/
asciidoc
.
py
.
orig
2019
-
07
-
06
22
:
32
:
43
UTC
+++
wafhelpers
/
asciidoc
.
py
@@
-
70
,
4
+
70
,
4
@@
def
run_a2x
(
self
,
node
):
out
=
"%s.%s"
%
(
n_file
.
replace
(
"-man.adoc.man-tmp"
,
""
),
self
.
section
)
out_n
=
self
.
bld
.
path
.
find_or_declare
(
out
)
self
.
create_task
(
'a2x'
,
node
,
out_n
)
-
self
.
bld
.
install_files
(
"${MANDIR}/man%s/"
%
self
.
section
,
out_n
)
+
self
.
bld
.
install_files
(
"${MANDIR}/../../man/man%s/"
%
self
.
section
,
out_n
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment