summaryrefslogtreecommitdiff
path: root/net/cvsup/Makefile
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2001-05-27 00:03:48 +0000
committerJohn Polstra <jdp@FreeBSD.org>2001-05-27 00:03:48 +0000
commit066d2a313d48c3c863d74f5b3cb202a286f12abb (patch)
treed8c101fce1ee8a3ce5bac6a85a736fe91eb264d9 /net/cvsup/Makefile
parentPut a copy of distfile to MASTER_SITE_LOCAL in order to minimise load on (diff)
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
Notes
Notes: svn path=/head/; revision=43093
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/ \