summaryrefslogtreecommitdiff
path: root/devel/p4d/Makefile
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2009-01-23 16:21:16 +0000
committerLars Thegler <lth@FreeBSD.org>2009-01-23 16:21:16 +0000
commit66a81c62b92aa3373e54dc3b68238b43561f244f (patch)
tree784d89cd127628eeceb449c59ed354de1755f0ed /devel/p4d/Makefile
parentUpdate to 4.40 (diff)
Bugs fixed (from release notes):
#179182 ** 'p4 sync -p' via the proxy did not transfer files which were not in the proxy's cache. Fixed. (Bug #31775) #184476 ** Excessive wildcard use in client views could crash the ntx64/p4d server under circumstances that would be handled correctly by the ntx86/p4d server. It was discovered that the 64-bit version of the windows server requires more stack space to perform commands involving excessive wildcard usage in client mappings. This has been resolved so that the ntx6/p4d process behaves similarly to the ntx86/p4d. (Bug #31737) #181214 ** 'p4 fstat -F' with a filter that contains a not (^) crashes the Perforce server. This has been fixed. (Bug #31771) #183252 ** A failure to open a temporary file during submit of a compressed file could lead to a server crash. This problem could occur on a windows server only. Fixed. (Bug #31952) #168144 * Shell wildcard expansion on Windows can once again be disabled by double quoting arguments. (Bug #30753)
Notes
Notes: svn path=/head/; revision=226726
Diffstat (limited to 'devel/p4d/Makefile')
-rw-r--r--devel/p4d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p4d/Makefile b/devel/p4d/Makefile
index d21d643a2704..9c9103f17b24 100644
--- a/devel/p4d/Makefile
+++ b/devel/p4d/Makefile
@@ -7,7 +7,7 @@
PORTNAME= perforce
PORTVERSION= 08.2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.${PLATFORM}/ \