[132132] trunk/dports/devel/lua-lgi/Portfile

devans at macports.org devans at macports.org
Fri Jan 23 14:53:09 PST 2015


Revision: 132132
          https://trac.macports.org/changeset/132132
Author:   devans at macports.org
Date:     2015-01-23 14:53:08 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
lua-lgi: update to version 0.8.0, use gobject_introspection portgroup.

Modified Paths:
--------------
    trunk/dports/devel/lua-lgi/Portfile

Modified: trunk/dports/devel/lua-lgi/Portfile
===================================================================
--- trunk/dports/devel/lua-lgi/Portfile	2015-01-23 22:48:55 UTC (rev 132131)
+++ trunk/dports/devel/lua-lgi/Portfile	2015-01-23 22:53:08 UTC (rev 132132)
@@ -3,8 +3,9 @@
 
 PortSystem          1.0
 PortGroup           github 1.0
+PortGroup           gobject_introspection 1.0
 
-github.setup        pavouk lgi 0.7.1
+github.setup        pavouk lgi 0.8.0
 name                lua-lgi
 
 maintainers         nomaintainer
@@ -18,21 +19,22 @@
                     GObject based libraries. It allows using GObject-based \
                     libraries directly from Lua.
 
-checksums           rmd160 af49608d6af76c468fef0ab67f2a065ed8730152 \
-                    sha256 31f273e056959cea5a4e929b0e81b21e89c852d8a0e874bc6f78017c93d3a5a0
+checksums           rmd160  255fc61d928133b797a494ca468b440e117dd0db \
+                    sha256  8a6d4d4a8035b9a2fcece15c3cfed3b75edc419ac254ff4fd7d421b87312eac1
 
 depends_build-append \
                     port:pkgconfig
 
-depends_lib-append  port:gobject-introspection \
-                    port:lua
+depends_lib-append  port:lua
 
 patchfiles          patch-dylib-path.diff
 
-use_configure       no
-
 post-patch {
     reinplace "s|%PREFIX%|${prefix}|g" ${worksrcpath}/lgi/core.c
 }
 
+gobject_introspection yes
+
+use_configure       no
+
 destroot.post_args PREFIX=${destroot}${prefix} LUA_VERSION=5.2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150123/99d2cd67/attachment.html>


More information about the macports-changes mailing list