[103101] trunk/dports/devel/poedit/Portfile

raimue at macports.org raimue at macports.org
Thu Feb 14 03:28:34 PST 2013


Revision: 103101
          https://trac.macports.org/changeset/103101
Author:   raimue at macports.org
Date:     2013-02-14 03:28:34 -0800 (Thu, 14 Feb 2013)
Log Message:
-----------
devel/poedit:
Update to version 1.5.5.
Switch back to pre-generated tarball from sourceforge, removing the need to
bootstrap and cutting down a lot of build dependencies. Use wxWdigets-devel on
Lion by default with Xcode >= 4.4 per comment in wxWidgets port.

Modified Paths:
--------------
    trunk/dports/devel/poedit/Portfile

Modified: trunk/dports/devel/poedit/Portfile
===================================================================
--- trunk/dports/devel/poedit/Portfile	2013-02-14 10:50:22 UTC (rev 103100)
+++ trunk/dports/devel/poedit/Portfile	2013-02-14 11:28:34 UTC (rev 103101)
@@ -1,9 +1,9 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       github 1.0
 
-github.setup    vslavik poedit 1.5.4 v
+name            poedit
+version         1.5.5
 categories      devel aqua
 platforms       darwin
 license         MIT
@@ -17,40 +17,37 @@
     hand. This port installs Poedit.app.
 
 homepage        http://www.poedit.net/
+master_sites    sourceforge:poedit
 
-checksums       rmd160  61df8c9da497be70f9dc6971993afcbe20c44669 \
-                sha256  e127ee58131a4a6cfe762559aea380e7afc98e889d301e1a338b72716576a463
+checksums       md5     da86cb73cee9d006a42f9574811d13ab \
+                sha1    822a72afab0c936c00291e21c8f23ff4cf8a3009 \
+                rmd160  cfc402f9eb0f000f068d98364870ac3860c20f57 \
+                sha256  3c94c9825c11a2d1ce10e083ad246e8625469f358da4a5a2f6210170b970f949
 
 depends_build   bin:grep:grep \
                 port:pkgconfig \
-                port:bakefile \
-                port:asciidoc \
-                port:xmlto \
-                port:docbook-xml-4.2 \
-                port:docbook-xsl \
-                port:boost \
-                port:libicns \
-                port:autoconf \
-                port:automake
+                port:boost
 depends_lib     port:wxWidgets \
                 port:gettext
 
-depends_skip_archcheck grep pkgconfig bakefile asciidoc xmlto
+depends_skip_archcheck grep pkgconfig boost
 
-use_autoconf    yes
-autoconf.cmd    ./bootstrap
-
 variant wxwidgets_devel description {Uses wxWidgets-devel (allows 64-bit build)} {
     depends_lib-delete        port:wxWidgets
     depends_lib-append        port:wxWidgets-devel
 }
 
-# python crashes while running bakefile_gen without this patch
-# it might be worth investigating why
-post-patch {
-    reinplace "s|(cd win32 ; bakefile_gen) && ||" ${worksrcpath}/bootstrap
+platform darwin 11 {
+    # According to comments in wxWidgets Portfile
+    if {[vercmp $xcodeversion 4.4] >= 0} {
+        default_variants +wxwidgets_devel
+    }
 }
 
+platform darwin 12 {
+    depends_lib-replace    port:wxWidgets port:wxWidgets30
+}
+
 if {![variant_isset wxwidgets_devel]} {
     # wxWidgets 2.8 is not universal and is 32-bit only
     universal_variant       no
@@ -87,7 +84,3 @@
     configure.args-delete   --disable-spellchecking
     configure.args-append   --enable-spellchecking
 }
-
-platform darwin 12 {
-    depends_lib-replace    port:wxWidgets port:wxWidgets30
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130214/e8f1c20d/attachment.html>


More information about the macports-changes mailing list