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:
John Polstra 2001-09-09 18:57:45 +00:00
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

View File

@ -7,7 +7,7 @@
PORTNAME= cvsup
PORTVERSION?= 16.1
PORTREVISION?= 2
PORTREVISION?= 3
CATEGORIES= net devel
MASTER_SITES?= ftp://ftp3.freebsd.org/pub/FreeBSD/development/CVSup/sources/ \
ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/sources/ \

View File

@ -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_1p1 $", "$" & "Name: $")
+ if equal("$Name: REL_16_1p2 $", "$" & "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_1p1 $' | awk '{print \"\\\"\" $2 \"\\\"\";}'"
+ cmd = "echo '$Name: REL_16_1p2 $' | awk '{print \"\\\"\" $2 \"\\\"\";}'"
end
cmd = cmd & " >> " & tempname
if defined("PM3")