diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-17 04:44:56 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-17 04:44:56 +0800 |
commit | 6df0b2b6406214c88777827d140294f8839a5784 (patch) | |
tree | c42a3c8cbc8f2a940bb47362de6926d3142a5795 /editors/gedit-plugins3 | |
parent | fd3352ea7d1f72ce47f4d89382d42723f525fe22 (diff) | |
download | marcuscom-ports-6df0b2b6406214c88777827d140294f8839a5784.tar marcuscom-ports-6df0b2b6406214c88777827d140294f8839a5784.tar.gz marcuscom-ports-6df0b2b6406214c88777827d140294f8839a5784.tar.bz2 marcuscom-ports-6df0b2b6406214c88777827d140294f8839a5784.tar.lz marcuscom-ports-6df0b2b6406214c88777827d140294f8839a5784.tar.xz marcuscom-ports-6df0b2b6406214c88777827d140294f8839a5784.tar.zst marcuscom-ports-6df0b2b6406214c88777827d140294f8839a5784.zip |
Update to 3.2.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16442 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit-plugins3')
-rw-r--r-- | editors/gedit-plugins3/Makefile | 17 | ||||
-rw-r--r-- | editors/gedit-plugins3/distinfo | 4 |
2 files changed, 7 insertions, 14 deletions
diff --git a/editors/gedit-plugins3/Makefile b/editors/gedit-plugins3/Makefile index aecdabfd2..586ec9f78 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.14 2011/09/18 10:22:20 kwm Exp $ +# $MCom: ports/editors/gedit-plugins3/Makefile,v 1.15 2011/10/08 08:27:14 kwm Exp $ # PORTNAME= gedit-plugins -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.1 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -15,12 +15,13 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Plugins for GEdit 3 -BUILD_DEPENDS= gedit>=3.2.0:${PORTSDIR}/editors/gedit3 +BUILD_DEPENDS= gedit>=${GEDITVER}:${PORTSDIR}/editors/gedit3 LIB_DEPENDS= peas-1.0.0:${PORTSDIR}/devel/libpeas -RUN_DEPENDS= gedit>=3.2.0:${PORTSDIR}/editors/gedit3 +RUN_DEPENDS= gedit>=${GEDITVER}:${PORTSDIR}/editors/gedit3 CONFLICTS= gedit-plugins-2.[0-9]* +GEDITVER= 3.2.1 LATEST_LINK= gedit-plugins3 USE_LDCONFIG= yes USE_XZ= yes @@ -28,7 +29,6 @@ USE_GMAKE= yes USE_GETTEXT= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomehack gnomeprefix intlhack gtk30 gtksourceview3 -WANT_GNOME= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -36,19 +36,12 @@ GLIB_SCHEMAS= org.gnome.gedit.plugins.drawspaces.gschema.xml OPTIONS= PYTHON "Build plugins that depend on python" off -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - .include <bsd.port.options.mk> -#.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 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 diff --git a/editors/gedit-plugins3/distinfo b/editors/gedit-plugins3/distinfo index 79c80f518..c09237972 100644 --- a/editors/gedit-plugins3/distinfo +++ b/editors/gedit-plugins3/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gedit-plugins-3.2.0.tar.xz) = c8d617a107478dba6ef0ab16e87707c5526e97eefab24a65891dbf9aa32e7839 -SIZE (gnome3/gedit-plugins-3.2.0.tar.xz) = 1408256 +SHA256 (gnome3/gedit-plugins-3.2.1.tar.xz) = 45dee01a196a7d5e87027187e76d57643b146ea1c313cad2686ebd369890f841 +SIZE (gnome3/gedit-plugins-3.2.1.tar.xz) = 1434840 |