mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Bump PORTREVISION and change the version that cvsup and cvsupd
announce. I forgot to do this when I committed the update to patch-ab.
This commit is contained in:
parent
2fae428688
commit
d212e9a935
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47584
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= cvsup
|
PORTNAME= cvsup
|
||||||
PORTVERSION?= 16.1
|
PORTVERSION?= 16.1
|
||||||
PORTREVISION?= 2
|
PORTREVISION?= 3
|
||||||
CATEGORIES= net devel
|
CATEGORIES= net devel
|
||||||
MASTER_SITES?= ftp://ftp3.freebsd.org/pub/FreeBSD/development/CVSup/sources/ \
|
MASTER_SITES?= ftp://ftp3.freebsd.org/pub/FreeBSD/development/CVSup/sources/ \
|
||||||
ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/sources/ \
|
ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/sources/ \
|
||||||
|
|
|
@ -5,11 +5,11 @@
|
||||||
write("MODULE Version;", CR, CR, "BEGIN", CR, " Name := ")
|
write("MODULE Version;", CR, CR, "BEGIN", CR, " Name := ")
|
||||||
end
|
end
|
||||||
- if equal("$Name: REL_16_1 $", "$" & "Name: $")
|
- if equal("$Name: REL_16_1 $", "$" & "Name: $")
|
||||||
+ if equal("$Name: REL_16_1p1 $", "$" & "Name: $")
|
+ if equal("$Name: REL_16_1p2 $", "$" & "Name: $")
|
||||||
cmd = "date -u +'\"U_%Y_%m_%d_%H_%M_%S\";'"
|
cmd = "date -u +'\"U_%Y_%m_%d_%H_%M_%S\";'"
|
||||||
else
|
else
|
||||||
- cmd = "echo '$Name: REL_16_1 $' | awk '{print \"\\\"\" $2 \"\\\"\";}'"
|
- cmd = "echo '$Name: REL_16_1 $' | awk '{print \"\\\"\" $2 \"\\\"\";}'"
|
||||||
+ cmd = "echo '$Name: REL_16_1p1 $' | awk '{print \"\\\"\" $2 \"\\\"\";}'"
|
+ cmd = "echo '$Name: REL_16_1p2 $' | awk '{print \"\\\"\" $2 \"\\\"\";}'"
|
||||||
end
|
end
|
||||||
cmd = cmd & " >> " & tempname
|
cmd = cmd & " >> " & tempname
|
||||||
if defined("PM3")
|
if defined("PM3")
|
||||||
|
|
Loading…
Add table
Reference in a new issue