[72306] users/ryandesign/ports/games/PCLauncher

ryandesign at macports.org ryandesign at macports.org
Sun Oct 10 05:59:11 PDT 2010


Revision: 72306
          http://trac.macports.org/changeset/72306
Author:   ryandesign at macports.org
Date:     2010-10-10 05:59:08 -0700 (Sun, 10 Oct 2010)
Log Message:
-----------
PCLauncher: update to r72305 which now exceeds feature parity with the old PlasmaClient.in script

Revision Links:
--------------
    http://trac.macports.org/changeset/72305

Modified Paths:
--------------
    users/ryandesign/ports/games/PCLauncher/Portfile
    users/ryandesign/ports/games/PCLauncher/files/patch-PCLauncher.applescript.diff

Modified: users/ryandesign/ports/games/PCLauncher/Portfile
===================================================================
--- users/ryandesign/ports/games/PCLauncher/Portfile	2010-10-10 12:49:36 UTC (rev 72305)
+++ users/ryandesign/ports/games/PCLauncher/Portfile	2010-10-10 12:59:08 UTC (rev 72306)
@@ -5,7 +5,7 @@
 PortGroup                   xcode 1.0
 
 name                        PCLauncher
-version                     0.0.1-72194
+version                     0.0.1-72305
 categories                  games
 maintainers                 ryandesign
 homepage                    http://plasmaclient.servegame.org/

Modified: users/ryandesign/ports/games/PCLauncher/files/patch-PCLauncher.applescript.diff
===================================================================
--- users/ryandesign/ports/games/PCLauncher/files/patch-PCLauncher.applescript.diff	2010-10-10 12:49:36 UTC (rev 72305)
+++ users/ryandesign/ports/games/PCLauncher/files/patch-PCLauncher.applescript.diff	2010-10-10 12:59:08 UTC (rev 72306)
@@ -1,5 +1,5 @@
---- PCLauncher.applescript.orig	2010-10-06 07:46:21.000000000 -0500
-+++ PCLauncher.applescript	2010-10-06 07:50:42.000000000 -0500
+--- PCLauncher.applescript.orig	2010-10-10 07:49:36.000000000 -0500
++++ PCLauncher.applescript	2010-10-10 07:52:08.000000000 -0500
 @@ -6,7 +6,7 @@
  
  
@@ -9,14 +9,14 @@
  property gDrizzle : gPrefix & "/bin/drizzle"
  property gDrizzleForDownload : gDrizzle
  property gDrizzleForExtract : gDrizzle
-@@ -33,6 +33,10 @@
- property gPid : 0
- 
- on will finish launching theObject
+@@ -42,6 +42,10 @@
+ 	make new default entry at end of default entries of user defaults with properties {name:"username", contents:""}
+ 	make new default entry at end of default entries of user defaults with properties {name:"password", contents:""}
+ 	set gLogFile to gLogDirectory & "/PlasmaClient." & timeSinceEpoch() & ".log"
 +	set gDrizzleForDownload to (resource path of main bundle) & "/PCDownloader.app/Contents/MacOS/PCDownloader"
 +	set gDrizzleForExtract to (resource path of main bundle) & "/PCExtractor.app/Contents/MacOS/PCExtractor"
 +	set gPlasmaClientForAuth to (resource path of main bundle) & "/PCAuthenticator.app/Contents/MacOS/PCAuthenticator"
 +	set gPlasmaClientForGame to (resource path of main bundle) & "/PlasmaClient.app/Contents/MacOS/PlasmaClient"
- 	make new default entry at end of default entries of user defaults with properties {name:"username", contents:""}
- 	make new default entry at end of default entries of user defaults with properties {name:"password", contents:""}
  end will finish launching
+ 
+ on should quit after last window closed theObject
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101010/e68946b2/attachment.html>


More information about the macports-changes mailing list