ports/databases/arrow/files/patch-thirdparty_download__dependencies.sh
Yuri Victorovich 41c0cd7e48 databases/arrow: update 8.0.0 → 13.0.0
Reported by:	portscout

PR:		273389
2023-09-04 15:30:32 -07:00

10 lines
204 B
Bash

--- thirdparty/download_dependencies.sh.orig 2023-08-17 08:05:04 UTC
+++ thirdparty/download_dependencies.sh
@@ -62,4 +62,6 @@ main() {
done
}
-main
+echo "Bundling isn't allowed!"
+return 1
+#main