[75218] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Tue Jan 18 01:07:40 PST 2011


Revision: 75218
          http://trac.macports.org/changeset/75218
Author:   ryandesign at macports.org
Date:     2011-01-18 01:07:21 -0800 (Tue, 18 Jan 2011)
Log Message:
-----------
libhsplasma: update to 789
PlasmaClient: update to 0.0.3-402

Modified Paths:
--------------
    trunk/dports/devel/libhsplasma/Portfile
    trunk/dports/games/PlasmaClient/Portfile

Removed Paths:
-------------
    trunk/dports/games/PlasmaClient/files/patch-create_directories.diff

Modified: trunk/dports/devel/libhsplasma/Portfile
===================================================================
--- trunk/dports/devel/libhsplasma/Portfile	2011-01-18 08:53:40 UTC (rev 75217)
+++ trunk/dports/devel/libhsplasma/Portfile	2011-01-18 09:07:21 UTC (rev 75218)
@@ -5,7 +5,7 @@
 PortGroup                   cmake 1.0
 
 name                        libhsplasma
-version                     0.0-756
+version                     0.0-789
 categories                  devel
 platforms                   darwin
 maintainers                 ryandesign
@@ -21,7 +21,7 @@
 
 fetch.type                  hg
 hg.url                      http://uru.zrax.net/hg/libhsplasma
-hg.tag                      52fcdb1e4dfd
+hg.tag                      de9457584803
 
 depends_lib                 port:zlib \
                             port:jpeg \

Modified: trunk/dports/games/PlasmaClient/Portfile
===================================================================
--- trunk/dports/games/PlasmaClient/Portfile	2011-01-18 08:53:40 UTC (rev 75217)
+++ trunk/dports/games/PlasmaClient/Portfile	2011-01-18 09:07:21 UTC (rev 75218)
@@ -6,8 +6,7 @@
 
 name                        PlasmaClient
 epoch                       1
-version                     0.0.2-347
-revision                    1
+version                     0.0.3-402
 categories                  games
 platforms                   darwin
 maintainers                 ryandesign
@@ -24,7 +23,7 @@
 
 fetch.type                  hg
 hg.url                      http://uru.zrax.net/hg/plasmaclient
-hg.tag                      f2cc2d63b0fa
+hg.tag                      ad5a7d2fd59f
 
 depends_lib                 port:bullet \
                             port:python26 \
@@ -55,8 +54,7 @@
     reinplace "s|\r||g" ${worksrcpath}/win32dist/readme.rtf
 }
 
-patchfiles                  patch-win32dist-readme.rtf.diff \
-                            patch-create_directories.diff
+patchfiles                  patch-win32dist-readme.rtf.diff
 
 configure.args              -DBULLET_INCLUDE_DIR:PATH=${prefix}/include/bullet \
                             -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE \

Deleted: trunk/dports/games/PlasmaClient/files/patch-create_directories.diff
===================================================================
--- trunk/dports/games/PlasmaClient/files/patch-create_directories.diff	2011-01-18 08:53:40 UTC (rev 75217)
+++ trunk/dports/games/PlasmaClient/files/patch-create_directories.diff	2011-01-18 09:07:21 UTC (rev 75218)
@@ -1,37 +0,0 @@
-http://plasmaclient.info/mantis/view.php?id=12
---- singletons/pcClient.cpp.orig	2010-11-06 15:53:27.000000000 -0500
-+++ singletons/pcClient.cpp	2010-11-09 13:44:29.000000000 -0600
-@@ -625,6 +625,13 @@
-   }
- }
- 
-+plString pcClient::createInitPath()
-+{
-+  plString initPath = getPath( kUserPath) + "/Init";
-+  boost::filesystem::create_directories(initPath.cstr());
-+  return(initPath);
-+}
-+
- void pcClient::quit() {
-   SDL_Event quit_event;
-   quit_event.type = SDL_QUIT;
-@@ -632,7 +639,8 @@
- }
- 
- void pcClient::writeAWPC() {
--  plString awpm = getPath(kUserPath) + "/Init/avatar.wpm";
-+  plString awpm = createInitPath();
-+  awpm = awpm + "/avatar.wpm";
- 
-   plEncryptedStream* S = new plEncryptedStream(PlasmaVer::pvMoul);
-   S->open(awpm, fmCreate, plEncryptedStream::kEncXtea);
---- singletons/pcClient.h.orig	2010-11-06 15:53:27.000000000 -0500
-+++ singletons/pcClient.h	2010-11-09 13:18:33.000000000 -0600
-@@ -125,6 +125,7 @@
-   void removeDefaultReceiver(short s, plKey k) { hsTArray<plKey>& a = defaultReceivers[s]; a.remove(a.find(k)); }
- 
-   plString getPath(Path p);
-+  plString createInitPath();
- 
-   const pcViewSettings& getSettings() { return settings; }
-   const pcOptions& getOptions() { return options; }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110118/f3ae549c/attachment.html>


More information about the macports-changes mailing list