aboutsummaryrefslogtreecommitdiffstats
path: root/net/unison240/files/patch-mkProjectInfo.ml
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
commit2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch)
tree25f0138e1af8902b92dacc8cce09b267447c17db /net/unison240/files/patch-mkProjectInfo.ml
parentf85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff)
parent1a30da80670973368b399f2b01fe9c04b91a1273 (diff)
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'net/unison240/files/patch-mkProjectInfo.ml')
-rw-r--r--net/unison240/files/patch-mkProjectInfo.ml11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/unison240/files/patch-mkProjectInfo.ml b/net/unison240/files/patch-mkProjectInfo.ml
new file mode 100644
index 000000000000..107131fe8dbf
--- /dev/null
+++ b/net/unison240/files/patch-mkProjectInfo.ml
@@ -0,0 +1,11 @@
+--- mkProjectInfo.ml.orig 2014-12-30 02:21:28 UTC
++++ mkProjectInfo.ml
+@@ -42,7 +42,7 @@ let pointVersionOrigin = 409 (* Revision that correspo
+ (* ---------------------------------------------------------------------- *)
+ (* You shouldn't need to edit below. *)
+
+-let revisionString = "$Rev$";;
++let revisionString = "$Rev: 537 $";;
+
+ (* BCP (1/10): This bit was added to help with getting Unison via bazaar, but it
+ was never used much and I'm not confident it's working. I'll comment it out