[146366] trunk/dports

mojca at macports.org mojca at macports.org
Sun Mar 6 05:17:29 PST 2016


Revision: 146366
          https://trac.macports.org/changeset/146366
Author:   mojca at macports.org
Date:     2016-03-06 05:17:29 -0800 (Sun, 06 Mar 2016)
Log Message:
-----------
wxWidgets: move some files to a different port (closes #50768)

  * `wxWidgets-common`
    * new port with m4 and bakefiles from the latest release
  * `wxWidgets_select`
    * remove m4 and bakefiles
  * `wxWidgets-2.8`, `wxWidgets-3.0`
    * remove livecheck from subports
    * adjust livecheck for version 3.0 (avoid 3.1.x)
    * remove m4 and bakefiles from `port select`
    * auto-generate files for `port select`
  * `wxgtk-3.0`
    * add variants `quartz` and `x11`

See also #47755.

Modified Paths:
--------------
    trunk/dports/graphics/wxWidgets-2.8/Portfile
    trunk/dports/graphics/wxWidgets-3.0/Portfile
    trunk/dports/sysutils/wxWidgets_select/Portfile
    trunk/dports/sysutils/wxWidgets_select/files/base
    trunk/dports/sysutils/wxWidgets_select/files/none

Added Paths:
-----------
    trunk/dports/graphics/wxWidgets-3.0/files/patch-gtk-quartz.diff
    trunk/dports/graphics/wxWidgets-common/
    trunk/dports/graphics/wxWidgets-common/Portfile

Removed Paths:
-------------
    trunk/dports/graphics/wxWidgets-2.8/files/wxWidgets-2.8
    trunk/dports/graphics/wxWidgets-2.8/files/wxgtk-2.8
    trunk/dports/graphics/wxWidgets-3.0/files/wxPython-3.0
    trunk/dports/graphics/wxWidgets-3.0/files/wxWidgets-3.0
    trunk/dports/graphics/wxWidgets-3.0/files/wxWidgets-3.0-libcxx
    trunk/dports/graphics/wxWidgets-3.0/files/wxgtk-3.0

Modified: trunk/dports/graphics/wxWidgets-2.8/Portfile
===================================================================
--- trunk/dports/graphics/wxWidgets-2.8/Portfile	2016-03-06 12:50:06 UTC (rev 146365)
+++ trunk/dports/graphics/wxWidgets-2.8/Portfile	2016-03-06 13:17:29 UTC (rev 146366)
@@ -9,7 +9,7 @@
 
 name                wxWidgets-2.8
 version             2.8.12
-revision            2
+revision            3
 set branch          [join [lrange [split ${version} .] 0 1] .]
 set wxpythonsubset  wxPython-2.8.12.1-MacPorts-subset
 
@@ -69,10 +69,12 @@
                     port:libiconv \
                     port:expat
 
-depends_run         port:wxWidgets_select
+depends_run         port:wxWidgets-common\
+                    port:wxWidgets_select
 
+set selectdir       ${workpath}/select
 select.group        wxWidgets
-select.file         ${filespath}/${subport}
+select.file         ${selectdir}/${subport}
 
 archcheck.files     lib/libjpeg.dylib \
                     lib/libtiff.dylib \
@@ -92,6 +94,9 @@
 post-patch {
     reinplace "s|@@ARCHS@@|[get_canonical_archflags]|g" ${patch.dir}/configure
     reinplace "s|@@PREFIX@@|${prefix}|g"                ${patch.dir}/configure
+
+    file mkdir ${selectdir}
+    system "echo \"${wxWidgets.wxdir}/wx-config\n${wxWidgets.wxdir}/wxrc-${branch}\" > ${select.file}"
 }
 
 configure.cmd       ../configure
@@ -164,12 +169,8 @@
     # maybe not needed
     set confscript ${wxWidgets.prefix}/lib/wx/config/${wxtype}-unicode-${installtype}-${branch}
     ln -sf ${confscript} ${destroot}${wxWidgets.prefix}/bin/wx-config
-
-    xinstall -m 755 -d ${destroot}${prefix}/share/bakefile/presets
 }
 
-destroot.keepdirs ${destroot}${prefix}/share/bakefile/presets
-
 variant aui description {add support for AUI docking library} {
     configure.args-append    --enable-aui
 }
@@ -183,7 +184,12 @@
     set installtype debug
 }
 
-# when version 3.0 gets released, the livecheck won't be valid any more
-livecheck.type      regex
-livecheck.url       ${homepage}/downloads/
-livecheck.regex     Previous Stable Release.*(2\\.8\\.\[0-9\]+)
+
+if {${subport} eq ${name}} {
+    # when version 3.2 gets released, the livecheck might not be valid any more
+    livecheck.type  regex
+    livecheck.url   ${homepage}/downloads/
+    livecheck.regex Previous Stable Release.*(2\\.8\\.\[0-9\]+)
+} else {
+    livecheck.type  none
+}

Deleted: trunk/dports/graphics/wxWidgets-2.8/files/wxWidgets-2.8
===================================================================
--- trunk/dports/graphics/wxWidgets-2.8/files/wxWidgets-2.8	2016-03-06 12:50:06 UTC (rev 146365)
+++ trunk/dports/graphics/wxWidgets-2.8/files/wxWidgets-2.8	2016-03-06 13:17:29 UTC (rev 146366)
@@ -1,8 +0,0 @@
-${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/2.8/bin/wx-config
-${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/2.8/bin/wxrc-2.8
-${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/2.8/share/aclocal/wxwin.m4
-${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/2.8/share/bakefile/presets/wx.bkl
--
-${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/2.8/share/bakefile/presets/wx_unix.bkl
-${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/2.8/share/bakefile/presets/wx_win32.bkl
--

Deleted: trunk/dports/graphics/wxWidgets-2.8/files/wxgtk-2.8
===================================================================
--- trunk/dports/graphics/wxWidgets-2.8/files/wxgtk-2.8	2016-03-06 12:50:06 UTC (rev 146365)
+++ trunk/dports/graphics/wxWidgets-2.8/files/wxgtk-2.8	2016-03-06 13:17:29 UTC (rev 146366)
@@ -1,8 +0,0 @@
-${frameworks_dir}/wxWidgets.framework/Versions/wxGTK/2.8/bin/wx-config
-${frameworks_dir}/wxWidgets.framework/Versions/wxGTK/2.8/bin/wxrc-2.8
-${frameworks_dir}/wxWidgets.framework/Versions/wxGTK/2.8/share/aclocal/wxwin.m4
-${frameworks_dir}/wxWidgets.framework/Versions/wxGTK/2.8/share/bakefile/presets/wx.bkl
--
-${frameworks_dir}/wxWidgets.framework/Versions/wxGTK/2.8/share/bakefile/presets/wx_unix.bkl
-${frameworks_dir}/wxWidgets.framework/Versions/wxGTK/2.8/share/bakefile/presets/wx_win32.bkl
--

Modified: trunk/dports/graphics/wxWidgets-3.0/Portfile
===================================================================
--- trunk/dports/graphics/wxWidgets-3.0/Portfile	2016-03-06 12:50:06 UTC (rev 146365)
+++ trunk/dports/graphics/wxWidgets-3.0/Portfile	2016-03-06 13:17:29 UTC (rev 146366)
@@ -11,7 +11,7 @@
 subport             wxPython-3.0 {}
 subport             wxgtk-3.0 {}
 version             3.0.2
-revision            3
+revision            4
 set wxpython_ver    3.0.2.0
 # when revbumping remember to change the revision also for wxPython-3.0
 
@@ -26,7 +26,7 @@
 } elseif {${subport} eq "wxPython-3.0"} {
     wxWidgets.use   wxPython-3.0
     version         3.0.2
-    revision        4
+    revision        5
 } elseif {${subport} eq "wxgtk-3.0"} {
     # with satisfactory Cocoa support there is no real need for GTK-based wxWidgets any more
     # wxgtk-3.0 is here mainly for testing purposes
@@ -79,10 +79,12 @@
     }
 }
 
-depends_run         port:wxWidgets_select
+depends_run         port:wxWidgets-common \
+                    port:wxWidgets_select
 
+set selectdir       ${workpath}/select
 select.group        wxWidgets
-select.file         ${filespath}/${subport}
+select.file         ${selectdir}/${subport}
 
 worksrcdir          ${distname}-${version}/build
 
@@ -94,6 +96,9 @@
 
 post-patch {
     reinplace "s|@@PREFIX@@|${prefix}|g" ${patch.dir}/configure
+
+    file mkdir ${selectdir}
+    system "echo \"${wxWidgets.wxdir}/wx-config\n${wxWidgets.wxdir}/wxrc-${branch}\" > ${select.file}"
 }
 
 configure.cmd       ../configure
@@ -148,7 +153,9 @@
     # patch could be added to wxWidgets-3.0, but it is not needed for Cocoa
     #
     # patch-sdl.diff: the patch allows using --with-sdl
-    patchfiles-append       patch-sdl.diff
+    # patch-gtk-quartz.diff: avoid build failure for wxgtk3 +quartz (the patch is not yet complete)
+    patchfiles-append       patch-sdl.diff \
+                            patch-gtk-quartz.diff
 
     depends_build-append    port:pkgconfig
     depends_lib-append      path:lib/pkgconfig/cairo.pc:cairo \
@@ -168,21 +175,25 @@
         depends_lib-append      port:gtk3
         configure.args-append   --with-gtk=3
     #}
-    #variant quartz conflicts x11 {
-    #    require_active_variants path:lib/pkgconfig/cairo.pc:cairo quartz
-    #    require_active_variants gtk3 quartz
-    #}
-    #variant x11 conflicts quartz {
+    variant quartz conflicts x11 description "(Doesn't work properly yet)" {
+       require_active_variants path:lib/pkgconfig/cairo.pc:cairo quartz
+       require_active_variants gtk3 quartz
+    }
+    variant x11 conflicts quartz {
         depends_lib-append  port:mesa port:libGLU
         require_active_variants path:lib/pkgconfig/cairo.pc:cairo x11
         require_active_variants gtk3 x11
-    #}
+    }
     #if{![variant_isset gtk2] && ![variant_isset gtk3]} {
     #    default_variants-append +gtk3
     #}
-    #if{![variant_isset quartz] && ![variant_isset x11]} {
-    #    default_variants-append +quartz
-    #}
+    if {![variant_isset quartz] && ![variant_isset x11]} {
+        if {[active_variants gtk3 quartz ""]} {
+            default_variants-append +quartz
+        } else {
+            default_variants-append +x11
+        }
+    }
     #if{[variant_isset gtk2]} {
     #    if{[variant_isset quartz]} {
     #        require_active_variants gtk2 quartz
@@ -201,11 +212,8 @@
 post-destroot {
     set confscript ${wxWidgets.prefix}/lib/wx/config/${wxtype}-unicode-${branch}
     ln -sf ${confscript} ${destroot}${wxWidgets.prefix}/bin/wx-config
-    xinstall -m 755 -d ${destroot}${prefix}/share/bakefile/presets
 }
 
-destroot.keepdirs ${destroot}${prefix}/share/bakefile/presets
-
 variant universal {
     set archs [join ${configure.universal_archs} ,]
     # --disable-precomp-headers is automatically selected with cocoa, but not with gtk
@@ -230,6 +238,10 @@
                             --enable-std_string_conv_in_wxstring
 }
 
-livecheck.type      regex
-livecheck.url       ${homepage}/downloads/
-livecheck.regex     Release.*(\[23\]\\.\[0-9\]\\.\[0-9\]+)
+if {${subport} eq ${name}} {
+    livecheck.type  regex
+    livecheck.url   ${homepage}/downloads/
+    livecheck.regex Release.*(3\\.0\\.\[0-9\]+)
+} else {
+    livecheck.type  none
+}

Added: trunk/dports/graphics/wxWidgets-3.0/files/patch-gtk-quartz.diff
===================================================================
--- trunk/dports/graphics/wxWidgets-3.0/files/patch-gtk-quartz.diff	                        (rev 0)
+++ trunk/dports/graphics/wxWidgets-3.0/files/patch-gtk-quartz.diff	2016-03-06 13:17:29 UTC (rev 146366)
@@ -0,0 +1,40 @@
+--- src/gtk/display.cpp.orig
++++ src/gtk/display.cpp
+@@ -26,7 +26,9 @@ GtkWidget* wxGetRootWindow();
+ 
+ #if !(wxUSE_LIBHILDON || wxUSE_LIBHILDON2)
+ 
++#ifdef GDK_WINDOWING_X1
+ void wxGetWorkAreaX11(Screen* screen, int& x, int& y, int& width, int& height);
++#endif
+ 
+ #ifndef __WXGTK3__
+ static inline int wx_gdk_screen_get_primary_monitor(GdkScreen* screen)
+@@ -175,10 +177,12 @@ bool wxDisplayImplGTK::IsPrimary() const
+     return gdk_screen_get_primary_monitor(m_screen) == int(m_index);
+ }
+ 
++#ifdef GDK_WINDOWING_X11
+ wxArrayVideoModes wxXF86VidMode_GetModes(const wxVideoMode& mode, Display* pDisplay, int nScreen);
+ wxVideoMode wxXF86VidMode_GetCurrentMode(Display* display, int nScreen);
+ bool wxXF86VidMode_ChangeMode(const wxVideoMode& mode, Display* display, int nScreen);
+ wxArrayVideoModes wxX11_GetModes(const wxDisplayImpl* impl, const wxVideoMode& modeMatch, Display* display);
++#endif
+ 
+ wxArrayVideoModes wxDisplayImplGTK::GetModes(const wxVideoMode& mode) const
+ {
+--- src/unix/mediactrl.cpp.orig
++++ src/unix/mediactrl.cpp
+@@ -39,7 +39,11 @@
+ 
+ #ifdef __WXGTK__
+     #include <gtk/gtk.h>
+-    #include <gdk/gdkx.h>
++    #ifdef GDK_WINDOWING_X1
++        #include <gdk/gdkx.h>
++    #else
++        #include <gdk/gdkquartz.h>
++    #endif
+     #include "wx/gtk/private/gtk2-compat.h"
+ #endif
+ 

Deleted: trunk/dports/graphics/wxWidgets-3.0/files/wxPython-3.0
===================================================================
--- trunk/dports/graphics/wxWidgets-3.0/files/wxPython-3.0	2016-03-06 12:50:06 UTC (rev 146365)
+++ trunk/dports/graphics/wxWidgets-3.0/files/wxPython-3.0	2016-03-06 13:17:29 UTC (rev 146366)
@@ -1,8 +0,0 @@
-${frameworks_dir}/wxWidgets.framework/Versions/wxPython/3.0/bin/wx-config
-${frameworks_dir}/wxWidgets.framework/Versions/wxPython/3.0/bin/wxrc-3.0
-${frameworks_dir}/wxWidgets.framework/Versions/wxPython/3.0/share/aclocal/wxwin.m4
-${frameworks_dir}/wxWidgets.framework/Versions/wxPython/3.0/share/bakefile/presets/wx.bkl
-${frameworks_dir}/wxWidgets.framework/Versions/wxPython/3.0/share/bakefile/presets/wx_presets.py
-${frameworks_dir}/wxWidgets.framework/Versions/wxPython/3.0/share/bakefile/presets/wx_unix.bkl
-${frameworks_dir}/wxWidgets.framework/Versions/wxPython/3.0/share/bakefile/presets/wx_win32.bkl
-${frameworks_dir}/wxWidgets.framework/Versions/wxPython/3.0/share/bakefile/presets/wx_xrc.bkl

Deleted: trunk/dports/graphics/wxWidgets-3.0/files/wxWidgets-3.0
===================================================================
--- trunk/dports/graphics/wxWidgets-3.0/files/wxWidgets-3.0	2016-03-06 12:50:06 UTC (rev 146365)
+++ trunk/dports/graphics/wxWidgets-3.0/files/wxWidgets-3.0	2016-03-06 13:17:29 UTC (rev 146366)
@@ -1,8 +0,0 @@
-${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/3.0/bin/wx-config
-${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/3.0/bin/wxrc-3.0
-${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/3.0/share/aclocal/wxwin.m4
-${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/3.0/share/bakefile/presets/wx.bkl
-${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/3.0/share/bakefile/presets/wx_presets.py
-${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/3.0/share/bakefile/presets/wx_unix.bkl
-${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/3.0/share/bakefile/presets/wx_win32.bkl
-${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/3.0/share/bakefile/presets/wx_xrc.bkl

Deleted: trunk/dports/graphics/wxWidgets-3.0/files/wxWidgets-3.0-libcxx
===================================================================
--- trunk/dports/graphics/wxWidgets-3.0/files/wxWidgets-3.0-libcxx	2016-03-06 12:50:06 UTC (rev 146365)
+++ trunk/dports/graphics/wxWidgets-3.0/files/wxWidgets-3.0-libcxx	2016-03-06 13:17:29 UTC (rev 146366)
@@ -1,8 +0,0 @@
-${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/3.0-libcxx/bin/wx-config
-${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/3.0-libcxx/bin/wxrc-3.0
-${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/3.0-libcxx/share/aclocal/wxwin.m4
-${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/3.0-libcxx/share/bakefile/presets/wx.bkl
-${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/3.0-libcxx/share/bakefile/presets/wx_presets.py
-${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/3.0-libcxx/share/bakefile/presets/wx_unix.bkl
-${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/3.0-libcxx/share/bakefile/presets/wx_win32.bkl
-${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/3.0-libcxx/share/bakefile/presets/wx_xrc.bkl

Deleted: trunk/dports/graphics/wxWidgets-3.0/files/wxgtk-3.0
===================================================================
--- trunk/dports/graphics/wxWidgets-3.0/files/wxgtk-3.0	2016-03-06 12:50:06 UTC (rev 146365)
+++ trunk/dports/graphics/wxWidgets-3.0/files/wxgtk-3.0	2016-03-06 13:17:29 UTC (rev 146366)
@@ -1,8 +0,0 @@
-${frameworks_dir}/wxWidgets.framework/Versions/wxGTK/3.0/bin/wx-config
-${frameworks_dir}/wxWidgets.framework/Versions/wxGTK/3.0/bin/wxrc-3.0
-${frameworks_dir}/wxWidgets.framework/Versions/wxGTK/3.0/share/aclocal/wxwin.m4
-${frameworks_dir}/wxWidgets.framework/Versions/wxGTK/3.0/share/bakefile/presets/wx.bkl
-${frameworks_dir}/wxWidgets.framework/Versions/wxGTK/3.0/share/bakefile/presets/wx_presets.py
-${frameworks_dir}/wxWidgets.framework/Versions/wxGTK/3.0/share/bakefile/presets/wx_unix.bkl
-${frameworks_dir}/wxWidgets.framework/Versions/wxGTK/3.0/share/bakefile/presets/wx_win32.bkl
-${frameworks_dir}/wxWidgets.framework/Versions/wxGTK/3.0/share/bakefile/presets/wx_xrc.bkl

Added: trunk/dports/graphics/wxWidgets-common/Portfile
===================================================================
--- trunk/dports/graphics/wxWidgets-common/Portfile	                        (rev 0)
+++ trunk/dports/graphics/wxWidgets-common/Portfile	2016-03-06 13:17:29 UTC (rev 146366)
@@ -0,0 +1,73 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                wxWidgets-common
+version             3.1.0
+
+categories          graphics devel
+platforms           darwin
+license             wxwidgets-3.1
+maintainers         mojca jwa openmaintainer
+
+description         "wxWidgets: m4 and bakefiles"
+long_description    "Files for autotools and bakefiles shared for multiple versions of wxWidgets"
+homepage            http://www.wxwidgets.org/
+
+master_sites        https://raw.githubusercontent.com/wxWidgets/wxWidgets/v${version}/:main \
+                    https://raw.githubusercontent.com/wxWidgets/wxWidgets/v${version}/build/bakefiles/wxpresets/presets/:bake
+
+distfiles           wxwin.m4:main \
+                    wx.bkl:bake \
+                    wx_presets.py:bake \
+                    wx_unix.bkl:bake \
+                    wx_win32.bkl:bake \
+                    wx_xrc.bkl:bake \
+
+extract.only
+
+dist_subdir         wxWidgets/${version}
+
+checksums           wxwin.m4 \
+                    rmd160  efd174cb60fed37da1581cf226b68c236e60aa78 \
+                    sha256  f4d9a0bcdee2065956c7c1a928ac2c285fc8302d1d9423188006b17c36b1d535 \
+                    wx.bkl \
+                    rmd160  9f4bcff4a36b0f53039cdbb41978a2e6a2863d91 \
+                    sha256  59fe0a38c46f885412ce76e0a2959acf947d468db7332af2299713051f8392ad \
+                    wx_presets.py \
+                    rmd160  a640c4c7fc6f7568d3af4ff37a3f1bb7bb771024 \
+                    sha256  b306047d3668ddaf5c178f5dcf66342983bd564a5fa43a23997a837f3103aadb \
+                    wx_unix.bkl \
+                    rmd160  db4e42372ec0a73f76285eef4af7fdc10aa51e58 \
+                    sha256  8fdda613c2cbe7c2f8a9c213fc24227151c535efee4c1d85ff0a6b77bd0dc059 \
+                    wx_win32.bkl \
+                    rmd160  54a0405b68166aa6e2bc9c8bea70dffb6cda8285 \
+                    sha256  7514af88ed6882ee791f279c840810d5a98cc73b0397e969726b3fb631243cd5 \
+                    wx_xrc.bkl \
+                    rmd160  059754a4f42fca46e392bdae4aa8611b5c895232 \
+                    sha256  6d801e0d5759fbf4a06f07ffcc7defcbf2e1a5b241b36ac68cf44646efb829e8
+
+use_configure       no
+build {}
+
+destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/share/aclocal
+    xinstall -m 755 -d ${destroot}${prefix}/share/bakefile/presets
+    xinstall -m 644 ${distpath}/wxwin.m4 ${destroot}${prefix}/share/aclocal
+    foreach f {wx.bkl wx_presets.py wx_unix.bkl wx_win32.bkl wx_xrc.bkl} {
+        xinstall -m 644 ${distpath}/${f} ${destroot}${prefix}/share/bakefile/presets
+    }
+}
+
+# TODO: pre-activate step to clean up any remainings/leftovers from wxWidgets_select
+#       (I'm not sure about the best way to do this)
+pre-activate {
+    file delete -force ${prefix}/share/aclocal/wxwin.m4
+    foreach f {wx.bkl wx_presets.py wx_unix.bkl wx_win32.bkl wx_xrc.bkl} {
+       file delete -force ${prefix}/share/bakefile/presets/${f}
+    }
+}
+
+livecheck.url       https://github.com/wxWidgets/wxWidgets/tags
+livecheck.regex     {archive/v([^\"]+).tar.gz}


Property changes on: trunk/dports/graphics/wxWidgets-common/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Modified: trunk/dports/sysutils/wxWidgets_select/Portfile
===================================================================
--- trunk/dports/sysutils/wxWidgets_select/Portfile	2016-03-06 12:50:06 UTC (rev 146365)
+++ trunk/dports/sysutils/wxWidgets_select/Portfile	2016-03-06 13:17:29 UTC (rev 146366)
@@ -7,6 +7,7 @@
 
 name                wxWidgets_select
 version             1.0
+revision            1
 categories          sysutils graphics
 platforms           darwin
 maintainers         nomaintainer

Modified: trunk/dports/sysutils/wxWidgets_select/files/base
===================================================================
--- trunk/dports/sysutils/wxWidgets_select/files/base	2016-03-06 12:50:06 UTC (rev 146365)
+++ trunk/dports/sysutils/wxWidgets_select/files/base	2016-03-06 13:17:29 UTC (rev 146366)
@@ -1,8 +1,2 @@
 bin/wx-config
 bin/wxrc
-share/aclocal/wxwin.m4
-share/bakefile/presets/wx.bkl
-share/bakefile/presets/wx_presets.py
-share/bakefile/presets/wx_unix.bkl
-share/bakefile/presets/wx_win32.bkl
-share/bakefile/presets/wx_xrc.bkl

Modified: trunk/dports/sysutils/wxWidgets_select/files/none
===================================================================
--- trunk/dports/sysutils/wxWidgets_select/files/none	2016-03-06 12:50:06 UTC (rev 146365)
+++ trunk/dports/sysutils/wxWidgets_select/files/none	2016-03-06 13:17:29 UTC (rev 146366)
@@ -1,8 +1,2 @@
 -
 -
--
--
--
--
--
--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160306/91f797a7/attachment.html>


More information about the macports-changes mailing list