[132955] trunk/dports/graphics/babl

devans at macports.org devans at macports.org
Sun Feb 15 16:04:01 PST 2015


Revision: 132955
          https://trac.macports.org/changeset/132955
Author:   devans at macports.org
Date:     2015-02-15 16:04:00 -0800 (Sun, 15 Feb 2015)
Log Message:
-----------
babl: update to version 1.12, remove outdated patches, update dependencies, description, no longer requires port groups gobject_introspection, muniversal (#46854).

Modified Paths:
--------------
    trunk/dports/graphics/babl/Portfile

Removed Paths:
-------------
    trunk/dports/graphics/babl/files/

Modified: trunk/dports/graphics/babl/Portfile
===================================================================
--- trunk/dports/graphics/babl/Portfile	2015-02-15 23:09:25 UTC (rev 132954)
+++ trunk/dports/graphics/babl/Portfile	2015-02-16 00:04:00 UTC (rev 132955)
@@ -2,51 +2,30 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           muniversal 1.0
-PortGroup           gobject_introspection 1.0
 
 name                babl
 conflicts           babl-devel
-version             0.1.10
+version             0.1.12
 license             LGPL-3+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          graphics
-maintainers         devans
+maintainers         devans openmaintainer
 platforms           darwin
 homepage            http://gegl.org/babl
-master_sites        gimp:${name}/${branch}/
+description         Dynamic, any to any, pixel format conversion library.
 
-use_bzip2           yes
-
-description         Babl is a library for dynamically handling pixel formats and managing \
-                    conversions between them.
-
 long_description    ${description}
 
-checksums           sha1    ee60089e8e9d9390e730d3ae5e41074549928b7a \
-                    rmd160  a18b57be692cf5fec8b6649609d5d8ddb9a97f87
+master_sites        gimp:${name}/${branch}/
 
-depends_build       port:w3m \
-                    port:librsvg
+use_bzip2           yes
 
-# disable broken gobject-introspection
+checksums           rmd160  4429fc997a34c1e3f171c3097486a90437380ab5 \
+                    sha256  2f802b7f1a17b72c10bf0fe1e69b7a888cf7ce62b7cf1537b030f7f88d55a407
 
-gobject_introspection no
 
-patchfiles          clang.patch \
-                    babl-palette-values-h.patch
-
 configure.args      --disable-silent-rules
 
-platform darwin {
-    foreach arch ${configure.universal_archs} {
-        set merger_configure_args(${arch}) --build=${arch}-apple-${os.platform}${os.version}
-    }
-    if {![variant_isset universal]} {
-        configure.args-append --build=${build_arch}-apple-${os.platform}${os.version}
-    }
-}
-
 livecheck.type      regex
 livecheck.url       http://download.gimp.org/pub/${name}/${branch}/
 livecheck.regex     "${name}-(\\d+(?:\\.\\d+)+)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150215/9e79d80f/attachment-0001.html>


More information about the macports-changes mailing list