[110281] trunk/dports/x11/wxgtk

mojca at macports.org mojca at macports.org
Thu Aug 29 07:23:46 PDT 2013


Revision: 110281
          https://trac.macports.org/changeset/110281
Author:   mojca at macports.org
Date:     2013-08-29 07:23:45 -0700 (Thu, 29 Aug 2013)
Log Message:
-----------
wxWidgets: declare the old ports obsolete/replaced by the new ones (#37819)

Modified Paths:
--------------
    trunk/dports/x11/wxgtk/Portfile

Removed Paths:
-------------
    trunk/dports/x11/wxgtk/files/

Modified: trunk/dports/x11/wxgtk/Portfile
===================================================================
--- trunk/dports/x11/wxgtk/Portfile	2013-08-29 14:23:17 UTC (rev 110280)
+++ trunk/dports/x11/wxgtk/Portfile	2013-08-29 14:23:45 UTC (rev 110281)
@@ -1,52 +1,15 @@
+# -*- 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
+PortSystem          1.0
 
-name            wxgtk
-conflicts       wxWidgets wxWidgets-python
-version         2.8.12
-revision	3
-categories      x11
-license         wxwidgets
-platforms       darwin
-maintainers     nomaintainer
+replaced_by         wxgtk-2.8
+PortGroup           obsolete 1.0
 
-description     The wxWidgets GUI toolkit with GTK+ bindings
-long_description    \
-    A C++ package for platform independent software development
+name                wxgtk
+version             2.8.12
+revision            4
 
-homepage        http://wxwidgets.org/
-master_sites    sourceforge:wxwindows
-distname        wxGTK-${version}
-
-checksums       sha1    a8d31ef924ae49e97690646b13d5a2a7be7dda10 \
-                rmd160  c401f141ed9fb085c7b79a2f0db788ce6ae9309f
-
-use_bzip2       yes
-
-depends_build   port:pkgconfig
-depends_lib     port:gtk2 \
-                port:tiff \
-                port:jpeg \
-                port:libpng \
-                port:freetype \
-                port:zlib
-
-patchfiles      patch-Makefile.in configure.patch
-
-# g++-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
-universal_variant no
-
-configure.args  --with-gtk --with-libpng --with-libjpeg --with-libtiff \
-                --with-freetype --with-zlib --enable-unicode
-
-post-destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-    eval xinstall -m 644 [glob ${worksrcpath}/*.txt] \
-        ${destroot}${prefix}/share/doc/${name}
-}
-
-variant opengl {
-    depends_lib-append      port:mesa
-    configure.args-append   --with-opengl
-}
+homepage            http://www.wxwidgets.org/
+categories          graphics devel x11
+license             wxwidgets-3.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130829/146767d6/attachment.html>


More information about the macports-changes mailing list