[113485] trunk/dports/news/pan2

ryandesign at macports.org ryandesign at macports.org
Sun Nov 17 08:07:08 PST 2013


Revision: 113485
          https://trac.macports.org/changeset/113485
Author:   ryandesign at macports.org
Date:     2013-11-17 08:07:08 -0800 (Sun, 17 Nov 2013)
Log Message:
-----------
pan2: update to 0.139

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

Removed Paths:
-------------
    trunk/dports/news/pan2/files/patch-glib-2.32.diff

Modified: trunk/dports/news/pan2/Portfile
===================================================================
--- trunk/dports/news/pan2/Portfile	2013-11-17 15:50:15 UTC (rev 113484)
+++ trunk/dports/news/pan2/Portfile	2013-11-17 16:07:08 UTC (rev 113485)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                pan2
-version             0.135
-revision            1
+version             0.139
 categories          news
 license             GPL-2
 platforms           darwin
@@ -22,19 +21,22 @@
 distname            pan-${version}
 use_bzip2           yes
 
-checksums           sha1    6cd93facf86615761279113badd7462e59399ae4 \
-                    rmd160  09e98323ad88d0bc609d8ca030cbe8316b2b5e9e
+checksums           rmd160  e0e2963b2d11b362201639ca755ad9ae43581c2f \
+                    sha256  bf5f320f997f582d7ac823e3e854393307161a92e7014d2135e6e2674d144bb9
 
 depends_build       port:intltool \
                     port:pkgconfig
+
 depends_lib         port:pcre \
                     port:gmime \
                     port:gtk2 \
                     port:gtkspell2 \
                     port:libiconv
 
-patchfiles          patch-glib-2.32.diff patch-pan-gui-gui.cc.diff
+patchfiles          patch-pan-gui-gui.cc.diff
 
+configure.args      --disable-silent-rules
+
 configure.ldflags-append    -liconv
 
 livecheck.type      regex

Deleted: trunk/dports/news/pan2/files/patch-glib-2.32.diff
===================================================================
--- trunk/dports/news/pan2/files/patch-glib-2.32.diff	2013-11-17 15:50:15 UTC (rev 113484)
+++ trunk/dports/news/pan2/files/patch-glib-2.32.diff	2013-11-17 16:07:08 UTC (rev 113485)
@@ -1,150 +0,0 @@
---- pan/data/article-cache.h	2011-02-15 04:46:29.000000000 -0600
-+++ pan/data/article-cache.h	2012-04-13 10:58:01.000000000 -0500
-@@ -23,7 +23,7 @@
- #include <map>
- #include <vector>
- extern "C" {
--  #include <glib/gtypes.h> // for guint64
-+  #include <glib.h>
- }
- #include <pan/general/string-view.h>
- #include <pan/general/quark.h>
---- pan/data-impl/data-impl.cc	2011-05-29 08:19:51.000000000 -0500
-+++ pan/data-impl/data-impl.cc	2012-04-13 11:06:55.000000000 -0500
-@@ -24,7 +24,7 @@
- #include <config.h>
- extern "C" {
-   #include <glib/gi18n.h>
--  #include <glib/gfileutils.h> // for g_build_filename
-+  #include <glib.h>
- }
- #include <pan/general/debug.h>
- #include <pan/general/file-util.h>
---- pan/general/file-util.h	2011-02-15 04:46:29.000000000 -0600
-+++ pan/general/file-util.h	2012-04-13 10:49:32.000000000 -0500
-@@ -25,7 +25,7 @@
- extern "C" {
-   #include <stddef.h>
-   #include <stdio.h>
--  #include <glib/gtypes.h>
-+  #include <glib.h>
-   #include <glib/gstdio.h>
- }
- #include <pan/general/string-view.h>
---- pan/general/locking.h	2011-02-15 04:46:29.000000000 -0600
-+++ pan/general/locking.h	2012-04-13 11:04:12.000000000 -0500
-@@ -22,7 +22,7 @@
- #ifndef _Mutex_h_
- #define _Mutex_h_
- 
--#include <glib/gthread.h>
-+#include <glib.h>
- 
- namespace pan
- {
---- pan/general/macros.h	2011-02-15 04:46:29.000000000 -0600
-+++ pan/general/macros.h	2012-04-13 11:03:00.000000000 -0500
-@@ -62,15 +62,7 @@
- 
- extern "C"
- {
--  #include <glibconfig.h> // get the version
--  #include <glib/gutils.h> // get GLIB_CHECK_VERSION
--
--  // pick up g_assert()
--  #if GLIB_CHECK_VERSION(2,16,0)
--    #include <glib/gtestutils.h>
--  #else
--    #include <glib/gmessages.h>
--  #endif
-+  #include <glib.h>
- }
- 
- #endif
---- pan/general/time-elapsed.h	2011-02-15 04:46:29.000000000 -0600
-+++ pan/general/time-elapsed.h	2012-04-13 11:08:16.000000000 -0500
-@@ -1,9 +1,7 @@
- #ifndef __Time_Elapsed_h__
- #define __Time_Elapsed_h__
- 
--#include <glib/gtypes.h> // for GTimeVal
--#include <glib/gmain.h> // for g_get_current_time
--#include <glib/gtimer.h> // for GUSEC_PER_SEC
-+#include <glib.h>
- 
- namespace pan
- {
---- pan/general/worker-pool.cc	2011-02-15 04:46:29.000000000 -0600
-+++ pan/general/worker-pool.cc	2012-04-13 10:54:06.000000000 -0500
-@@ -21,7 +21,7 @@
-  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-  */
- #include <cassert>
--#include <glib/gmain.h> // for g_idle_add
-+#include <glib.h>
- #include <pan/general/debug.h>
- #include <pan/general/macros.h>
- #include "worker-pool.h"
---- pan/general/worker-pool.h	2011-02-15 04:46:29.000000000 -0600
-+++ pan/general/worker-pool.h	2012-04-13 10:54:57.000000000 -0500
-@@ -24,8 +24,7 @@
- #define _Worker_Pool_H_
- 
- #include <set>
--#include <glib/gtypes.h>
--#include <glib/gthreadpool.h>
-+#include <glib.h>
- 
- namespace pan
- {
---- pan/gui/render-bytes.cc	2011-02-15 04:46:29.000000000 -0600
-+++ pan/gui/render-bytes.cc	2012-04-13 11:10:24.000000000 -0500
-@@ -1,4 +1,4 @@
--#include <glib/gutils.h> // g_snprintf
-+#include <glib.h>
- #include "render-bytes.h"
- 
- namespace pan
---- pan/gui/render-bytes.h	2011-02-15 04:46:29.000000000 -0600
-+++ pan/gui/render-bytes.h	2012-04-13 11:09:34.000000000 -0500
-@@ -1,6 +1,6 @@
- #ifndef RENDER_BYTES_H
- #define RENDER_BYTES_H
--#include <glib/gtypes.h>
-+#include <glib.h>
- namespace pan {
-   extern char* render_bytes (guint64);
- }
---- pan/tasks/socket-impl-gio.h	2011-02-15 04:46:29.000000000 -0600
-+++ pan/tasks/socket-impl-gio.h	2012-04-13 11:05:49.000000000 -0500
-@@ -21,8 +21,7 @@
- #define __SocketGIO_h__
- 
- #include <string>
--#include <glib/giochannel.h>
--#include <glib/gstring.h>
-+#include <glib.h>
- #include <pan/tasks/socket.h>
- 
- namespace pan
---- pan/usenet-utils/mime-utils.h	2011-02-15 04:46:29.000000000 -0600
-+++ pan/usenet-utils/mime-utils.h	2012-04-13 10:56:32.000000000 -0500
-@@ -21,7 +21,7 @@
- #define _UtilMime_h_
- 
- #include <vector>
--#include <glib/gtypes.h>
-+#include <glib.h>
- #include <gmime/gmime-filter.h>
- #include <gmime/gmime-stream.h>
- #include <gmime/gmime-message.h>
---- pan/usenet-utils/text-massager.cc	2011-05-29 08:19:51.000000000 -0500
-+++ pan/usenet-utils/text-massager.cc	2012-04-13 10:57:15.000000000 -0500
-@@ -25,7 +25,6 @@
- extern "C" {
- #include <glib/gi18n.h>
- }
--#include <glib/gunicode.h>
- #include "text-massager.h"
- #include <pan/general/log.h>
- using namespace pan;

Modified: trunk/dports/news/pan2/files/patch-pan-gui-gui.cc.diff
===================================================================
--- trunk/dports/news/pan2/files/patch-pan-gui-gui.cc.diff	2013-11-17 15:50:15 UTC (rev 113484)
+++ trunk/dports/news/pan2/files/patch-pan-gui-gui.cc.diff	2013-11-17 16:07:08 UTC (rev 113485)
@@ -1,9 +1,9 @@
---- pan/gui/gui.cc.orig	2011-06-05 02:40:22.000000000 +0200
-+++ pan/gui/gui.cc	2011-07-28 21:08:03.000000000 +0200
-@@ -1790,8 +1790,8 @@
-     g_snprintf (str, sizeof(str), "%s: %u/%u", _("Tasks"), running, size);
+--- pan/gui/gui.cc.orig	2012-06-29 17:24:54.000000000 -0500
++++ pan/gui/gui.cc	2013-11-17 10:00:46.000000000 -0600
+@@ -2223,8 +2223,8 @@
  
    // build the tooltip
+   // todo : perhaps fix this for mac osx automatically....
 -  gulong queued, unused, stopped;
 -  guint64 KiB_remain;
 +  long unsigned int queued, unused, stopped;  //SKG MacPorts can't find function
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131117/3e4ac278/attachment-0001.html>


More information about the macports-changes mailing list