diff options
-rw-r--r-- | editors/gedit-plugins3/Makefile | 12 | ||||
-rw-r--r-- | editors/gedit-plugins3/distinfo | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/editors/gedit-plugins3/Makefile b/editors/gedit-plugins3/Makefile index e3e9947a2..4b05e916e 100644 --- a/editors/gedit-plugins3/Makefile +++ b/editors/gedit-plugins3/Makefile @@ -3,11 +3,11 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit-plugins3/Makefile,v 1.12 2011/06/30 04:23:56 mezz Exp $ +# $MCom: ports/editors/gedit-plugins3/Makefile,v 1.13 2011/08/30 21:30:20 kwm Exp $ # PORTNAME= gedit-plugins -PORTVERSION= 3.0.6 +PORTVERSION= 3.1.4 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -46,10 +46,10 @@ WITH_GNOME= yes #.if ${HAVE_GNOME:Mpygtksourceview}!="" && ${ARCH}!="sparc64" || defined(WITH_PYTHON) .if defined(WITH_PYTHON) USE_PYTHON= yes -BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/bus.py:${PORTSDIR}/devel/py-dbus \ - gucharmap>=2.33.2:${PORTSDIR}/deskutils/gucharmap3 -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/bus.py:${PORTSDIR}/devel/py-dbus \ - gucharmap>=2.33.2:${PORTSDIR}/deskutils/gucharmap3 +BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/bus.py:${PORTSDIR}/devel/py-dbus +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/bus.py:${PORTSDIR}/devel/py-dbus +# gucharmap>=2.33.2:${PORTSDIR}/deskutils/gucharmap3 +# the charmap plugin doesn't work, missing py-gucharmap stuff CONFIGURE_ARGS+=--enable-python GLIB_SCHEMAS+= org.gnome.gedit.plugins.terminal.gschema.xml PLIST_SUB+= PYTHON="" diff --git a/editors/gedit-plugins3/distinfo b/editors/gedit-plugins3/distinfo index d7db05e83..045045c61 100644 --- a/editors/gedit-plugins3/distinfo +++ b/editors/gedit-plugins3/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gedit-plugins-3.0.6.tar.xz) = 8e82d0f232ce7602738d2b4f73ec7308bc7f2793bb629ba83ddf3c959c71ef26 -SIZE (gnome3/gedit-plugins-3.0.6.tar.xz) = 1422072 +SHA256 (gnome3/gedit-plugins-3.1.4.tar.xz) = bf4e39ded2354b98bc39c897288181c8e9c49ee31e6aacf18adc8902de3ac03c +SIZE (gnome3/gedit-plugins-3.1.4.tar.xz) = 1430780 |