mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Change the version numbers printed by the programs to "REL_16_1p3"
so that they match the PORTREVISION value. The PORTREVISION was mistakenly incremented twice for the same change, because I forgot it at first, then sobomax incremented it, then I remembered and incremented it myself. Except for the version number, there is no functional change in this commit. Do not bump PORTREVISION for this.
This commit is contained in:
parent
32816af0d3
commit
bae9c2142e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47620
@ -5,11 +5,11 @@
|
||||
write("MODULE Version;", CR, CR, "BEGIN", CR, " Name := ")
|
||||
end
|
||||
- if equal("$Name: REL_16_1 $", "$" & "Name: $")
|
||||
+ if equal("$Name: REL_16_1p2 $", "$" & "Name: $")
|
||||
+ if equal("$Name: REL_16_1p3 $", "$" & "Name: $")
|
||||
cmd = "date -u +'\"U_%Y_%m_%d_%H_%M_%S\";'"
|
||||
else
|
||||
- cmd = "echo '$Name: REL_16_1 $' | awk '{print \"\\\"\" $2 \"\\\"\";}'"
|
||||
+ cmd = "echo '$Name: REL_16_1p2 $' | awk '{print \"\\\"\" $2 \"\\\"\";}'"
|
||||
+ cmd = "echo '$Name: REL_16_1p3 $' | awk '{print \"\\\"\" $2 \"\\\"\";}'"
|
||||
end
|
||||
cmd = cmd & " >> " & tempname
|
||||
if defined("PM3")
|
||||
|
Loading…
Reference in New Issue
Block a user