summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-01 01:15:48 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-01 01:15:48 +0800
commit5ae33b4665b7ae5a29b29e51504f6c695652d48e (patch)
tree902a4724f5b16cd4f3733d60b1e23e004cbde496
parent839cb604e00cfb8b6c31e3e9c5e8a591bc45aa30 (diff)
downloadmarcuscom-ports-5ae33b4665b7ae5a29b29e51504f6c695652d48e.tar.gz
marcuscom-ports-5ae33b4665b7ae5a29b29e51504f6c695652d48e.tar.zst
marcuscom-ports-5ae33b4665b7ae5a29b29e51504f6c695652d48e.zip
Update to 2.20.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9710 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--editors/gedit-plugins/Makefile8
-rw-r--r--editors/gedit-plugins/distinfo6
-rw-r--r--editors/gedit-plugins/files/patch-configure110
3 files changed, 7 insertions, 117 deletions
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile
index 12f10bb3f..7976d4f65 100644
--- a/editors/gedit-plugins/Makefile
+++ b/editors/gedit-plugins/Makefile
@@ -3,11 +3,11 @@
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/editors/gedit-plugins/Makefile,v 1.23 2007/09/21 01:43:53 mezz Exp $
#
PORTNAME= gedit-plugins
-PORTVERSION= 2.19.90
+PORTVERSION= 2.20.0
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -41,10 +41,10 @@ WITH_GNOME= yes
.include <bsd.port.pre.mk>
-.if ${HAVE_GNOME:Mpygnomedesktop}!="" && ${ARCH}!="sparc64"
+.if ${HAVE_GNOME:Mpygtksourceview}!="" && ${ARCH}!="sparc64"
USE_PYTHON= yes
.include "${PORTSDIR}/Mk/bsd.python.mk"
-USE_GNOME+= pygnomedesktop
+USE_GNOME+= pygtksourceview
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte
CONFIGURE_ARGS+=--enable-python
diff --git a/editors/gedit-plugins/distinfo b/editors/gedit-plugins/distinfo
index b22306762..cecfe8cb1 100644
--- a/editors/gedit-plugins/distinfo
+++ b/editors/gedit-plugins/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gedit-plugins-2.19.90.tar.bz2) = 0ab5f65726d0776e81af5c0ee22ef2e4
-SHA256 (gnome2/gedit-plugins-2.19.90.tar.bz2) = b5db0ae0df4ada7879f023f758ae861f5828605c79b97587cd089fb4e835aeb1
-SIZE (gnome2/gedit-plugins-2.19.90.tar.bz2) = 566524
+MD5 (gnome2/gedit-plugins-2.20.0.tar.bz2) = ec5be3d10ca4da4b33effad207ef35e9
+SHA256 (gnome2/gedit-plugins-2.20.0.tar.bz2) = 35786e5969340f1028522bc4026cce20fcc62bfc69d9eb9ef094fbc745e4e884
+SIZE (gnome2/gedit-plugins-2.20.0.tar.bz2) = 555944
diff --git a/editors/gedit-plugins/files/patch-configure b/editors/gedit-plugins/files/patch-configure
deleted file mode 100644
index ea7451f16..000000000
--- a/editors/gedit-plugins/files/patch-configure
+++ /dev/null
@@ -1,110 +0,0 @@
---- configure.orig 2007-09-20 20:34:03.000000000 -0500
-+++ configure 2007-09-20 20:35:30.000000000 -0500
-@@ -22856,16 +22856,16 @@
- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
- glib-2.0 >= 2.8.0
- gtk+-2.0 >= 2.8.0
-- gtksourceview-1.0 >= 1.2.0
-- gedit-2.16 >= 2.16.0
-+ gtksourceview-2.0 >= 1.90
-+ gedit-2.20 >= 2.20.0
- libglade-2.0 >= 2.4.0
- gnome-vfs-2.0 >= 2.13.4
- \"") >&5
- ($PKG_CONFIG --exists --print-errors "
- glib-2.0 >= 2.8.0
- gtk+-2.0 >= 2.8.0
-- gtksourceview-1.0 >= 1.2.0
-- gedit-2.16 >= 2.16.0
-+ gtksourceview-2.0 >= 1.90
-+ gedit-2.20 >= 2.20.0
- libglade-2.0 >= 2.4.0
- gnome-vfs-2.0 >= 2.13.4
- ") 2>&5
-@@ -22875,8 +22875,8 @@
- pkg_cv_GEDIT_CFLAGS=`$PKG_CONFIG --cflags "
- glib-2.0 >= 2.8.0
- gtk+-2.0 >= 2.8.0
-- gtksourceview-1.0 >= 1.2.0
-- gedit-2.16 >= 2.16.0
-+ gtksourceview-2.0 >= 1.90
-+ gedit-2.20 >= 2.20.0
- libglade-2.0 >= 2.4.0
- gnome-vfs-2.0 >= 2.13.4
- " 2>/dev/null`
-@@ -22895,16 +22895,16 @@
- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
- glib-2.0 >= 2.8.0
- gtk+-2.0 >= 2.8.0
-- gtksourceview-1.0 >= 1.2.0
-- gedit-2.16 >= 2.16.0
-+ gtksourceview-2.0 >= 1.90
-+ gedit-2.20 >= 2.20.0
- libglade-2.0 >= 2.4.0
- gnome-vfs-2.0 >= 2.13.4
- \"") >&5
- ($PKG_CONFIG --exists --print-errors "
- glib-2.0 >= 2.8.0
- gtk+-2.0 >= 2.8.0
-- gtksourceview-1.0 >= 1.2.0
-- gedit-2.16 >= 2.16.0
-+ gtksourceview-2.0 >= 1.90
-+ gedit-2.20 >= 2.20.0
- libglade-2.0 >= 2.4.0
- gnome-vfs-2.0 >= 2.13.4
- ") 2>&5
-@@ -22914,8 +22914,8 @@
- pkg_cv_GEDIT_LIBS=`$PKG_CONFIG --libs "
- glib-2.0 >= 2.8.0
- gtk+-2.0 >= 2.8.0
-- gtksourceview-1.0 >= 1.2.0
-- gedit-2.16 >= 2.16.0
-+ gtksourceview-2.0 >= 1.90
-+ gedit-2.20 >= 2.20.0
- libglade-2.0 >= 2.4.0
- gnome-vfs-2.0 >= 2.13.4
- " 2>/dev/null`
-@@ -22940,8 +22940,8 @@
- GEDIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "
- glib-2.0 >= 2.8.0
- gtk+-2.0 >= 2.8.0
-- gtksourceview-1.0 >= 1.2.0
-- gedit-2.16 >= 2.16.0
-+ gtksourceview-2.0 >= 1.90
-+ gedit-2.20 >= 2.20.0
- libglade-2.0 >= 2.4.0
- gnome-vfs-2.0 >= 2.13.4
- "`
-@@ -22949,8 +22949,8 @@
- GEDIT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "
- glib-2.0 >= 2.8.0
- gtk+-2.0 >= 2.8.0
-- gtksourceview-1.0 >= 1.2.0
-- gedit-2.16 >= 2.16.0
-+ gtksourceview-2.0 >= 1.90
-+ gedit-2.20 >= 2.20.0
- libglade-2.0 >= 2.4.0
- gnome-vfs-2.0 >= 2.13.4
- "`
-@@ -22961,8 +22961,8 @@
- { { echo "$as_me:$LINENO: error: Package requirements (
- glib-2.0 >= 2.8.0
- gtk+-2.0 >= 2.8.0
-- gtksourceview-1.0 >= 1.2.0
-- gedit-2.16 >= 2.16.0
-+ gtksourceview-2.0 >= 1.90
-+ gedit-2.20 >= 2.20.0
- libglade-2.0 >= 2.4.0
- gnome-vfs-2.0 >= 2.13.4
- ) were not met:
-@@ -22979,8 +22979,8 @@
- echo "$as_me: error: Package requirements (
- glib-2.0 >= 2.8.0
- gtk+-2.0 >= 2.8.0
-- gtksourceview-1.0 >= 1.2.0
-- gedit-2.16 >= 2.16.0
-+ gtksourceview-2.0 >= 1.90
-+ gedit-2.20 >= 2.20.0
- libglade-2.0 >= 2.4.0
- gnome-vfs-2.0 >= 2.13.4
- ) were not met: