aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/transmission/files/patch-version.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/transmission/files/patch-version.sh')
-rw-r--r--net-p2p/transmission/files/patch-version.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-p2p/transmission/files/patch-version.sh b/net-p2p/transmission/files/patch-version.sh
new file mode 100644
index 00000000000..cc23ee3516c
--- /dev/null
+++ b/net-p2p/transmission/files/patch-version.sh
@@ -0,0 +1,12 @@
+--- version.sh.orig Wed Apr 18 11:24:12 2007
++++ version.sh Wed Apr 18 11:24:21 2007
+@@ -48,9 +48,4 @@
+ EOF
+ replace_if_differs libtransmission/version.h.new libtransmission/version.h
+
+-# Generate Info.plist from Info.plist.in
+-sed -e "s/%%BUNDLE_VERSION%%/$REV/" -e "s/%%SHORT_VERSION_STRING%%/$STRING/" \
+- < macosx/Info.plist.in > macosx/Info.plist.new
+-replace_if_differs macosx/Info.plist.new macosx/Info.plist
+-
+ exit 0