summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-05-15 23:19:33 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-05-15 23:19:33 +0800
commit4d9ddd54d83d409e794352aff1d770551ff74478 (patch)
tree9e77906517a239f3cf85ed77083b09fb52aeee36 /devel
parentf3642182602f69fb513835e595c55234ee0697da (diff)
downloadmarcuscom-ports-4d9ddd54d83d409e794352aff1d770551ff74478.tar
marcuscom-ports-4d9ddd54d83d409e794352aff1d770551ff74478.tar.gz
marcuscom-ports-4d9ddd54d83d409e794352aff1d770551ff74478.tar.bz2
marcuscom-ports-4d9ddd54d83d409e794352aff1d770551ff74478.tar.lz
marcuscom-ports-4d9ddd54d83d409e794352aff1d770551ff74478.tar.xz
marcuscom-ports-4d9ddd54d83d409e794352aff1d770551ff74478.tar.zst
marcuscom-ports-4d9ddd54d83d409e794352aff1d770551ff74478.zip
Update to 1.32.1.
Submitted by: mezz git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16740 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/gobject-introspection/Makefile5
-rw-r--r--devel/gobject-introspection/distinfo4
-rw-r--r--devel/gobject-introspection/files/patch-giscanner_sourcescanner.py12
-rw-r--r--devel/gobject-introspection/pkg-plist27
4 files changed, 23 insertions, 25 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile
index 9666fd6c2..b1261eb3c 100644
--- a/devel/gobject-introspection/Makefile
+++ b/devel/gobject-introspection/Makefile
@@ -3,12 +3,11 @@
# Whom: Alexander Logvinov <avl@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/gobject-introspection/Makefile,v 1.44 2011/10/23 09:03:39 kwm Exp $
+# $MCom: ports-experimental/devel/gobject-introspection/Makefile,v 1.1 2012/05/04 01:45:37 mezz Exp $
#
PORTNAME= gobject-introspection
-PORTVERSION= 1.30.0
-PORTREVISION= 1
+PORTVERSION= 1.32.1
CATEGORIES= devel
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/devel/gobject-introspection/distinfo b/devel/gobject-introspection/distinfo
index 3dfbadff3..db248e602 100644
--- a/devel/gobject-introspection/distinfo
+++ b/devel/gobject-introspection/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/gobject-introspection-1.30.0.tar.xz) = 8e4274579096e983fad3148cdab50295a4701e45cd9a4e02f7242fc0a04c47b2
-SIZE (gnome3/gobject-introspection-1.30.0.tar.xz) = 1063720
+SHA256 (gnome3/gobject-introspection-1.32.1.tar.xz) = 44f3fb933f76e4728818cc360cb5f9e2edcbdf9bc8a8f9aded99b3e3ef5cb858
+SIZE (gnome3/gobject-introspection-1.32.1.tar.xz) = 1120996
diff --git a/devel/gobject-introspection/files/patch-giscanner_sourcescanner.py b/devel/gobject-introspection/files/patch-giscanner_sourcescanner.py
deleted file mode 100644
index e11b722a8..000000000
--- a/devel/gobject-introspection/files/patch-giscanner_sourcescanner.py
+++ /dev/null
@@ -1,12 +0,0 @@
---- giscanner/sourcescanner.py.orig 2011-09-03 20:42:14.000000000 +0200
-+++ giscanner/sourcescanner.py 2011-11-04 13:36:04.000000000 +0100
-@@ -274,7 +274,8 @@ class SourceScanner(object):
-
- defines = ['__GI_SCANNER__']
- undefs = []
-- cpp_args = [os.environ.get('CC', 'cc'), '-E', '-C', '-I.', '-']
-+ cpp_args = os.environ.get('CC', 'cc').split()
-+ cpp_args += ['-E', '-C', '-I.', '-']
-
- cpp_args += self._cpp_options
- proc = subprocess.Popen(cpp_args,
diff --git a/devel/gobject-introspection/pkg-plist b/devel/gobject-introspection/pkg-plist
index bb07c58b6..1d554079a 100644
--- a/devel/gobject-introspection/pkg-plist
+++ b/devel/gobject-introspection/pkg-plist
@@ -1,6 +1,5 @@
bin/g-ir-annotation-tool
bin/g-ir-compiler
-bin/g-ir-doc-tool
bin/g-ir-generate
bin/g-ir-scanner
include/gobject-introspection-1.0/giarginfo.h
@@ -60,12 +59,6 @@ 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
lib/gobject-introspection/giscanner/docmain.py
lib/gobject-introspection/giscanner/docmain.pyc
lib/gobject-introspection/giscanner/docmain.pyo
@@ -90,6 +83,24 @@ lib/gobject-introspection/giscanner/libtoolimporter.pyo
lib/gobject-introspection/giscanner/maintransformer.py
lib/gobject-introspection/giscanner/maintransformer.pyc
lib/gobject-introspection/giscanner/maintransformer.pyo
+lib/gobject-introspection/giscanner/mallard-C-class.tmpl
+lib/gobject-introspection/giscanner/mallard-C-default.tmpl
+lib/gobject-introspection/giscanner/mallard-C-enum.tmpl
+lib/gobject-introspection/giscanner/mallard-C-function.tmpl
+lib/gobject-introspection/giscanner/mallard-C-namespace.tmpl
+lib/gobject-introspection/giscanner/mallard-C-property.tmpl
+lib/gobject-introspection/giscanner/mallard-C-record.tmpl
+lib/gobject-introspection/giscanner/mallard-C-signal.tmpl
+lib/gobject-introspection/giscanner/mallard-C-vfunc.tmpl
+lib/gobject-introspection/giscanner/mallard-Python-class.tmpl
+lib/gobject-introspection/giscanner/mallard-Python-default.tmpl
+lib/gobject-introspection/giscanner/mallard-Python-enum.tmpl
+lib/gobject-introspection/giscanner/mallard-Python-function.tmpl
+lib/gobject-introspection/giscanner/mallard-Python-namespace.tmpl
+lib/gobject-introspection/giscanner/mallard-Python-property.tmpl
+lib/gobject-introspection/giscanner/mallard-Python-record.tmpl
+lib/gobject-introspection/giscanner/mallard-Python-signal.tmpl
+lib/gobject-introspection/giscanner/mallard-Python-vfunc.tmpl
lib/gobject-introspection/giscanner/mallardwriter.py
lib/gobject-introspection/giscanner/mallardwriter.pyc
lib/gobject-introspection/giscanner/mallardwriter.pyo
@@ -169,9 +180,9 @@ share/gtk-doc/html/gi/gi-GITypeInfo.html
share/gtk-doc/html/gi/gi-GIUnionInfo.html
share/gtk-doc/html/gi/gi-GIVFuncInfo.html
share/gtk-doc/html/gi/gi-ffi.html
+share/gtk-doc/html/gi/gi-gierrordomaininfo.html
share/gtk-doc/html/gi/gi-gir-reference.html
share/gtk-doc/html/gi/gi-gir.html
-share/gtk-doc/html/gi/gi-gierrordomaininfo.html
share/gtk-doc/html/gi/gi-girepository.html
share/gtk-doc/html/gi/gi-girffi.html
share/gtk-doc/html/gi/gi-gtypelib.html