summaryrefslogtreecommitdiff
path: root/maintainer/package-versions.template
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-08-24 21:58:14 (GMT)
committerAlexey Neyman <stilor@att.net>2017-08-24 21:58:14 (GMT)
commit4c1a12f5ddaaf418cea4ca41bac3f5d6f822ee6d (patch)
treed1e81bb04f39b0cb4e537093e45ad0d6cb144001 /maintainer/package-versions.template
parent2d7efa5591a2cd721adf0888f6aed998dc28fb84 (diff)
Add "postprocessing" to substituted variables
... and reduce the number of variables defined explicitly. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'maintainer/package-versions.template')
-rw-r--r--maintainer/package-versions.template10
1 files changed, 5 insertions, 5 deletions
diff --git a/maintainer/package-versions.template b/maintainer/package-versions.template
index 3645162..61f938f 100644
--- a/maintainer/package-versions.template
+++ b/maintainer/package-versions.template
@@ -2,12 +2,12 @@
#!foreach version
run_pkgversion \
master=@@master@@ \
- masterpfx=@@masterpfx@@ \
- originpfx=@@originpfx@@ \
+ masterpfx=@@master|@@ \
+ originpfx=@@origin|@@ \
pkg_name=@@pkg_name@@ \
- pfx=@@pfx@@ \
- versionlocked=@@versionlocked@@ \
+ pfx=@@fork|@@ \
+ versionlocked=@@versionlocked|@@ \
ver=@@ver@@ \
- kcfg=@@kcfg@@
+ kcfg=@@ver_sel|@@
#!end-foreach
#!end-foreach