summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>2001-09-09 18:57:45 +0000
committerjdp <jdp@FreeBSD.org>2001-09-09 18:57:45 +0000
commit8515e2bfbbde3f0f443c060f6323b0eac6cdedfe (patch)
treef025434dc9e0d8ae34d70de8e18978e1c374bb1f /net
parent5eb82fed48688d0c3f6087b97fb9a1c789408321 (diff)
downloadFreeBSD-ports-8515e2bfbbde3f0f443c060f6323b0eac6cdedfe.zip
FreeBSD-ports-8515e2bfbbde3f0f443c060f6323b0eac6cdedfe.tar.gz
Bump PORTREVISION and change the version that cvsup and cvsupd
announce. I forgot to do this when I committed the update to patch-ab.
Diffstat (limited to 'net')
-rw-r--r--net/cvsup/Makefile2
-rw-r--r--net/cvsup/files/patch-ad4
2 files changed, 3 insertions, 3 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile
index aefb67d..383f960 100644
--- a/net/cvsup/Makefile
+++ b/net/cvsup/Makefile
@@ -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/ \
diff --git a/net/cvsup/files/patch-ad b/net/cvsup/files/patch-ad
index 1fb0cfd..b9e42ab 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_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")
OpenPOWER on IntegriCloud