[or-cvs] r17458: {tor} It's Short not Sort. Fix path to package list. (tor/trunk/contrib/osx)
phobos at seul.org
phobos at seul.org
Tue Dec 2 23:47:27 UTC 2008
Author: phobos
Date: 2008-12-02 18:47:27 -0500 (Tue, 02 Dec 2008)
New Revision: 17458
Modified:
tor/trunk/contrib/osx/TorBundleInfo.plist.in
tor/trunk/contrib/osx/TorInfo.plist.in
tor/trunk/contrib/osx/TorStartupInfo.plist
tor/trunk/contrib/osx/uninstall_tor_bundle.sh
Log:
It's Short not Sort. Fix path to package list.
Modified: tor/trunk/contrib/osx/TorBundleInfo.plist.in
===================================================================
--- tor/trunk/contrib/osx/TorBundleInfo.plist.in 2008-12-02 23:42:21 UTC (rev 17457)
+++ tor/trunk/contrib/osx/TorBundleInfo.plist.in 2008-12-02 23:47:27 UTC (rev 17458)
@@ -8,7 +8,7 @@
<string>Tor Bundle @VERSION@</string>
<key>CFBundleIdentifier</key>
<string>net.freehaven.torbundle</string>
- <key>CFBundleSortVersionString</key>
+ <key>CFBundleShortVersionString</key>
<string>@VERSION@</string>
<key>IFPkgFlagComponentDirectory</key>
<string>../.contained_packages</string>
Modified: tor/trunk/contrib/osx/TorInfo.plist.in
===================================================================
--- tor/trunk/contrib/osx/TorInfo.plist.in 2008-12-02 23:42:21 UTC (rev 17457)
+++ tor/trunk/contrib/osx/TorInfo.plist.in 2008-12-02 23:47:27 UTC (rev 17458)
@@ -8,7 +8,7 @@
<string>Tor @VERSION@</string>
<key>CFBundleName</key>
<string>Tor</string>
- <key>CFBundleSortVersionString</key>
+ <key>CFBundleShortVersionString</key>
<string>@VERSION@</string>
<key>IFPkgFlagAllowBackRev</key>
<true/>
Modified: tor/trunk/contrib/osx/TorStartupInfo.plist
===================================================================
--- tor/trunk/contrib/osx/TorStartupInfo.plist 2008-12-02 23:42:21 UTC (rev 17457)
+++ tor/trunk/contrib/osx/TorStartupInfo.plist 2008-12-02 23:47:27 UTC (rev 17458)
@@ -8,7 +8,7 @@
<string>Tor Startup Script</string>
<key>CFBundleName</key>
<string>Tor Startup Script</string>
- <key>CFBundleSortVersionString</key>
+ <key>CFBundleShortVersionString</key>
<string>0.1</string>
<key>IFPkgFlagAllowBackRev</key>
<true/>
Modified: tor/trunk/contrib/osx/uninstall_tor_bundle.sh
===================================================================
--- tor/trunk/contrib/osx/uninstall_tor_bundle.sh 2008-12-02 23:42:21 UTC (rev 17457)
+++ tor/trunk/contrib/osx/uninstall_tor_bundle.sh 2008-12-02 23:47:27 UTC (rev 17458)
@@ -31,7 +31,7 @@
### this is the location of a file which contains all the actual package names
## (ie "Tor", "torstartup", ...) the list should be new-line-delimited.
-PACKAGE_LIST_SRC=./package_list.txt
+PACKAGE_LIST_SRC=/Library/Tor/package_list.txt
### this is the name of the user created in the install process of Tor
TOR_USER=_tor
More information about the tor-commits
mailing list