Ensure '$OpenBSD$' is not expanded in mk_plists.py.

OK sthen@, thanks.
This commit is contained in:
edd 2017-04-19 13:13:18 +00:00
parent 64ebdb1703
commit 5680081913

View File

@ -285,7 +285,7 @@ buildset_pkgs = [
print(">>> texlive_texmf-buildset")
buildset_specs = runspecs(buildset_pkgs) # note, no manuals
buildset_top_matter = [
"@comment $OpenBSD: mk_plists.py,v 1.4 2016/06/01 12:47:31 edd Exp $",
"@comment $" "OpenBSD$",
"@conflict teTeX_texmf-*",
"@conflict texlive_base-<%s" % YEAR,
"@conflict texlive_texmf-docs-<%s" % YEAR,
@ -357,7 +357,7 @@ context_pkgs = [
print(">>> PLIST-context")
context_top_matter = [
"@comment $OpenBSD: mk_plists.py,v 1.4 2016/06/01 12:47:31 edd Exp $",
"@comment $" "OpenBSD$",
"@conflict teTeX_texmf-*",
"@conflict texlive_base-<%s" % YEAR,
"@conflict texlive_texmf-docs-<%s" % YEAR,
@ -387,7 +387,7 @@ print("\n\n")
print(">>> texlive_texmf-minimal")
minimal_pkgs = ["scheme-tetex"]
minimal_top_matter = [
"@comment $OpenBSD: mk_plists.py,v 1.4 2016/06/01 12:47:31 edd Exp $",
"@comment $" "OpenBSD$",
"@conflict teTeX_texmf-*",
"@conflict texlive_base-<%s" % YEAR,
"@conflict texlive_texmf-docs-<%s" % YEAR,
@ -418,7 +418,7 @@ print("\n\n")
print(">>> texlive_texmf-full")
full_pkgs = ["scheme-full"]
full_top_matter = [
"@comment $OpenBSD: mk_plists.py,v 1.4 2016/06/01 12:47:31 edd Exp $",
"@comment $" "OpenBSD$",
"@conflict teTeX_texmf-*",
"@conflict texlive_base-<%s" % YEAR,
"@conflict texlive_texmf-docs-<%s" % YEAR,
@ -453,7 +453,7 @@ NO_MAN_INFO_PDFMAN_REGEX = \
print(">>> texlive_texmf-docs")
doc_specs = ["scheme-tetex:doc"]
doc_top_matter = [
"@comment $OpenBSD: mk_plists.py,v 1.4 2016/06/01 12:47:31 edd Exp $",
"@comment $" "OpenBSD$",
"@conflict teTeX_texmf-doc-*",
"@conflict texlive_base-<%s" % YEAR,
"@conflict texlive_texmf-minimal-<%s" % YEAR,