[77039] trunk/dports/news/pan2

ryandesign at macports.org ryandesign at macports.org
Fri Mar 18 03:56:55 PDT 2011


Revision: 77039
          http://trac.macports.org/changeset/77039
Author:   ryandesign at macports.org
Date:     2011-03-18 03:56:55 -0700 (Fri, 18 Mar 2011)
Log Message:
-----------
pan2: rename patchfile to better reflect its current purpose

Modified Paths:
--------------
    trunk/dports/news/pan2/Portfile

Added Paths:
-----------
    trunk/dports/news/pan2/files/patch-pan-gui-gui.cc.diff

Removed Paths:
-------------
    trunk/dports/news/pan2/files/another_gmime2.4.diff

Modified: trunk/dports/news/pan2/Portfile
===================================================================
--- trunk/dports/news/pan2/Portfile	2011-03-18 10:55:59 UTC (rev 77038)
+++ trunk/dports/news/pan2/Portfile	2011-03-18 10:56:55 UTC (rev 77039)
@@ -29,7 +29,7 @@
                     port:gtkspell2 \
                     port:libiconv
 
-patchfiles          another_gmime2.4.diff
+patchfiles          patch-pan-gui-gui.cc.diff
 
 configure.ldflags-append    -liconv
 

Deleted: trunk/dports/news/pan2/files/another_gmime2.4.diff
===================================================================
--- trunk/dports/news/pan2/files/another_gmime2.4.diff	2011-03-18 10:55:59 UTC (rev 77038)
+++ trunk/dports/news/pan2/files/another_gmime2.4.diff	2011-03-18 10:56:55 UTC (rev 77039)
@@ -1,13 +0,0 @@
---- pan/gui/gui.cc.orig	2011-02-15 04:46:29.000000000 -0600
-+++ pan/gui/gui.cc	2011-03-18 05:48:11.000000000 -0500
-@@ -1734,8 +1734,8 @@
-     g_snprintf (str, sizeof(str), "%s: %u/%u", _("Tasks"), running, size);
- 
-   // build the tooltip
--  gulong queued, unused, stopped;
--  guint64 KiB_remain;
-+  long unsigned int queued, unused, stopped;  //SKG MacPorts can't find function
-+  uint64_t KiB_remain;                        //SKG using gulong and guint64 types.
-   double KiBps;
-   int hr, min, sec;
-   _queue.get_stats (queued, unused, stopped,

Copied: trunk/dports/news/pan2/files/patch-pan-gui-gui.cc.diff (from rev 77038, trunk/dports/news/pan2/files/another_gmime2.4.diff)
===================================================================
--- trunk/dports/news/pan2/files/patch-pan-gui-gui.cc.diff	                        (rev 0)
+++ trunk/dports/news/pan2/files/patch-pan-gui-gui.cc.diff	2011-03-18 10:56:55 UTC (rev 77039)
@@ -0,0 +1,13 @@
+--- pan/gui/gui.cc.orig	2011-02-15 04:46:29.000000000 -0600
++++ pan/gui/gui.cc	2011-03-18 05:48:11.000000000 -0500
+@@ -1734,8 +1734,8 @@
+     g_snprintf (str, sizeof(str), "%s: %u/%u", _("Tasks"), running, size);
+ 
+   // build the tooltip
+-  gulong queued, unused, stopped;
+-  guint64 KiB_remain;
++  long unsigned int queued, unused, stopped;  //SKG MacPorts can't find function
++  uint64_t KiB_remain;                        //SKG using gulong and guint64 types.
+   double KiBps;
+   int hr, min, sec;
+   _queue.get_stats (queued, unused, stopped,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110318/8de91e90/attachment.html>


More information about the macports-changes mailing list