From 1ae6141d067721f5a6a8d4250b47a6ee693572be Mon Sep 17 00:00:00 2001 From: kwm Date: Wed, 21 Sep 2011 12:12:24 +0000 Subject: Update to 1.30.0. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16309 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/gobject-introspection/Makefile | 4 ++-- devel/gobject-introspection/distinfo | 4 ++-- devel/gobject-introspection/files/patch-configure | 19 +++++++++++-------- devel/gobject-introspection/pkg-plist | 4 ++++ 4 files changed, 19 insertions(+), 12 deletions(-) (limited to 'devel') diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 9e5debd44..92e238823 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -3,11 +3,11 @@ # Whom: Alexander Logvinov # # $FreeBSD$ -# $MCom: ports/devel/gobject-introspection/Makefile,v 1.39 2011/06/11 19:51:15 mezz Exp $ +# $MCom: ports/devel/gobject-introspection/Makefile,v 1.41 2011/09/15 17:30:17 kwm Exp $ # PORTNAME= gobject-introspection -PORTVERSION= 1.29.17 +PORTVERSION= 1.30.0 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/devel/gobject-introspection/distinfo b/devel/gobject-introspection/distinfo index f645ba84d..3dfbadff3 100644 --- a/devel/gobject-introspection/distinfo +++ b/devel/gobject-introspection/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gobject-introspection-1.29.17.tar.xz) = ce1cc5a9a992151f91d56ec1a0d424e3fe019e58b74fef02a133d91ed8dcebfe -SIZE (gnome3/gobject-introspection-1.29.17.tar.xz) = 1058252 +SHA256 (gnome3/gobject-introspection-1.30.0.tar.xz) = 8e4274579096e983fad3148cdab50295a4701e45cd9a4e02f7242fc0a04c47b2 +SIZE (gnome3/gobject-introspection-1.30.0.tar.xz) = 1063720 diff --git a/devel/gobject-introspection/files/patch-configure b/devel/gobject-introspection/files/patch-configure index 2eefdd83b..69341c5ae 100644 --- a/devel/gobject-introspection/files/patch-configure +++ b/devel/gobject-introspection/files/patch-configure @@ -1,11 +1,14 @@ ---- configure.orig 2011-05-02 17:19:45.000000000 -0500 -+++ configure 2011-05-02 17:19:58.000000000 -0500 -@@ -15983,7 +15983,7 @@ - $as_echo_n "checking for headers required to compile python extensions... " >&6; } +--- configure.orig 2011-09-21 14:02:30.000000000 +0200 ++++ configure 2011-09-21 14:05:08.000000000 +0200 +@@ -14401,9 +14401,9 @@ py_prefix=`$PYTHON -c "import sys; print sys.prefix"` py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"` --PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}" -+PYTHON_INCLUDES=`python${PYTHON_VERSION}-config --includes` - if test "$py_prefix" != "$py_exec_prefix"; then - PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}" + if test "x$PYTHON_INCLUDES" == x; then +- PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}" ++ PYTHON_INCLUDES=`python${PYTHON_VERSION}-config --includes` + if test "$py_prefix" != "$py_exec_prefix"; then +- PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}" ++ PYTHON_INCLUDES=`python${PYTHON_VERSION}-config --includes` + fi fi + diff --git a/devel/gobject-introspection/pkg-plist b/devel/gobject-introspection/pkg-plist index fb36223f8..94680857c 100644 --- a/devel/gobject-introspection/pkg-plist +++ b/devel/gobject-introspection/pkg-plist @@ -60,6 +60,9 @@ lib/gobject-introspection/giscanner/cachestore.pyo lib/gobject-introspection/giscanner/codegen.py lib/gobject-introspection/giscanner/codegen.pyc lib/gobject-introspection/giscanner/codegen.pyo +lib/gobject-introspection/giscanner/docbookdescription.py +lib/gobject-introspection/giscanner/docbookdescription.pyc +lib/gobject-introspection/giscanner/docbookdescription.pyo lib/gobject-introspection/giscanner/docbookwriter.py lib/gobject-introspection/giscanner/docbookwriter.pyc lib/gobject-introspection/giscanner/docbookwriter.pyo @@ -184,6 +187,7 @@ share/gtk-doc/html/gi/home.png share/gtk-doc/html/gi/index.html share/gtk-doc/html/gi/index.sgml share/gtk-doc/html/gi/left.png +share/gtk-doc/html/gi/overview.png share/gtk-doc/html/gi/right.png share/gtk-doc/html/gi/style.css share/gtk-doc/html/gi/up.png -- cgit v1.2.3