diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libpeas/Makefile | 11 | ||||
-rw-r--r-- | devel/libpeas/distinfo | 4 | ||||
-rw-r--r-- | devel/libpeas/pkg-plist | 5 |
3 files changed, 13 insertions, 7 deletions
diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile index d54d00640..3b6093a17 100644 --- a/devel/libpeas/Makefile +++ b/devel/libpeas/Makefile @@ -3,11 +3,11 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libpeas/Makefile,v 1.12 2011/02/23 16:37:58 kwm Exp $ +# $MCom: ports/devel/libpeas/Makefile,v 1.13 2011/02/24 08:35:16 kwm Exp $ # PORTNAME= libpeas -PORTVERSION= 0.7.3 +PORTVERSION= 0.7.4 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -15,7 +15,8 @@ DIST_SUBDIR= gnome3 MAINTAINER= kwm@FreeBSD.org COMMENT= Next evolution of the Gedit plugins engine -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection +BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ + valac:${PORTSDIR}/lang/vala USE_BZIP2= yes USE_PYTHON= 2.5+ @@ -45,8 +46,8 @@ PLIST_SUB+= SEED="@comment " .if defined(WITH_PYTHONS) CONFIGURE_ARGS+=--enable-python -BUILD_DEPENDS+= pygobject-codegen-2.0:${PORTSDIR}/devel/py-gobject -RUN_DEPENDS+= pygobject-codegen-2.0:${PORTSDIR}/devel/py-gobject +BUILD_DEPENDS+= py*-gobject>=2.28.0:${PORTSDIR}/devel/py-gobject +USE_GNOME+= pygobject PLIST_SUB+= PYTHONS="" .else CONFIGURE_ARGS+=--enable-python=no diff --git a/devel/libpeas/distinfo b/devel/libpeas/distinfo index d2dd5ed63..349712c93 100644 --- a/devel/libpeas/distinfo +++ b/devel/libpeas/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/libpeas-0.7.3.tar.bz2) = 09951523086f34e156fdc4c13818bf3dd0ddea21e17ac01372089363bbf45fbe -SIZE (gnome3/libpeas-0.7.3.tar.bz2) = 550473 +SHA256 (gnome3/libpeas-0.7.4.tar.bz2) = a954b495630132bfff20c8eedc8aa04e91989a76ce51ca3b77afd5956cab9f84 +SIZE (gnome3/libpeas-0.7.4.tar.bz2) = 569129 diff --git a/devel/libpeas/pkg-plist b/devel/libpeas/pkg-plist index e0fa74cf5..460c3a96c 100644 --- a/devel/libpeas/pkg-plist +++ b/devel/libpeas/pkg-plist @@ -44,6 +44,10 @@ lib/peas-demo/plugins/secondtime/libsecondtime.so lib/peas-demo/plugins/secondtime/secondtime.plugin %%SEED%%lib/peas-demo/plugins/seedhello/seedhello.js %%SEED%%lib/peas-demo/plugins/seedhello/seedhello.plugin +lib/peas-demo/plugins/valahello/libvalahello.a +lib/peas-demo/plugins/valahello/libvalahello.la +lib/peas-demo/plugins/valahello/libvalahello.so +lib/peas-demo/plugins/valahello/valahello.plugin libdata/pkgconfig/libpeas-1.0.pc libdata/pkgconfig/libpeas-gtk-1.0.pc share/gir-1.0/Peas-1.0.gir @@ -97,6 +101,7 @@ share/locale/zh_CN/LC_MESSAGES/libpeas.mo @dirrmtry share/locale/nds/LC_MESSAGES @dirrmtry share/locale/nds @dirrm share/gtk-doc/html/libpeas +@dirrm lib/peas-demo/plugins/valahello %%SEED%%@dirrm lib/peas-demo/plugins/seedhello @dirrm lib/peas-demo/plugins/secondtime %%PYTHONS%%@dirrm lib/peas-demo/plugins/pythonhello |