aboutsummaryrefslogtreecommitdiffstats
path: root/net/cvsup/Makefile
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>2001-05-27 08:03:48 +0800
committerjdp <jdp@FreeBSD.org>2001-05-27 08:03:48 +0800
commit044624e74c3b04e499b4be779354df7597bcc8fe (patch)
tree642621dc8bc5785797ecd16d08b8283603dd8de5 /net/cvsup/Makefile
parent6ec3841ed7a1a8f86126bbaaecaa78350853dcfd (diff)
downloadfreebsd-ports-gnome-044624e74c3b04e499b4be779354df7597bcc8fe.tar.gz
freebsd-ports-gnome-044624e74c3b04e499b4be779354df7597bcc8fe.tar.zst
freebsd-ports-gnome-044624e74c3b04e499b4be779354df7597bcc8fe.zip
Add a patch to fix the notorious "jakarta-tomcat" bug. This bug
came to the fore in checkout mode when a file "files,v" in the repository was manually changed into a directory "files". With this patch, CVSup will still complain that it cannot delete "files" because the directory is not empty. However, it is now a warning rather than a fatal error, and the update will run to completion. The warning will happen only once. After emitting the warning, CVSup will fix the damage in the checkouts file to eliminate the problem. On subsequent updates everything will be OK and no more warnings will occur. I have bumped PORTREVISION to 1, and added "p1" to the end of the version number printed by CVSup. PR: misc/27495
Diffstat (limited to 'net/cvsup/Makefile')
-rw-r--r--net/cvsup/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile
index e54f6754af4e..b1fc28f6100c 100644
--- a/net/cvsup/Makefile
+++ b/net/cvsup/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cvsup
PORTVERSION?= 16.1
+PORTREVISION?= 1
CATEGORIES= net devel
MASTER_SITES?= ftp://ftp3.freebsd.org/pub/FreeBSD/development/CVSup/sources/ \
ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/sources/ \