diff options
author | John Polstra <jdp@FreeBSD.org> | 2001-09-10 21:41:09 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2001-09-10 21:41:09 +0000 |
commit | bae9c2142e70fab1b6656813cb899aafb45d90f0 (patch) | |
tree | c89847b9844257a4c232c6e7dd07b13149dbd5f0 /net/cvsup | |
parent | Fix a patch that failed to apply on the Alpha. This patch was (diff) |
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.
Diffstat (limited to 'net/cvsup')
-rw-r--r-- | net/cvsup/files/patch-ad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/cvsup/files/patch-ad b/net/cvsup/files/patch-ad index b9e42abb5774..1a8f7d285a48 100644 --- a/net/cvsup/files/patch-ad +++ b/net/cvsup/files/patch-ad @@ -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") |