summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-06-07 05:39:00 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-06-07 05:39:00 +0800
commit159860485c44a2b8ef0264bb0ac860de4c2fb6af (patch)
treefc834885e5ab0c5eef18328d68d44ed1e4256740 /x11-toolkits
parent56c1c3d00e90379e6492f5e052aa43d71905a992 (diff)
downloadmarcuscom-ports-159860485c44a2b8ef0264bb0ac860de4c2fb6af.tar
marcuscom-ports-159860485c44a2b8ef0264bb0ac860de4c2fb6af.tar.gz
marcuscom-ports-159860485c44a2b8ef0264bb0ac860de4c2fb6af.tar.bz2
marcuscom-ports-159860485c44a2b8ef0264bb0ac860de4c2fb6af.tar.lz
marcuscom-ports-159860485c44a2b8ef0264bb0ac860de4c2fb6af.tar.xz
marcuscom-ports-159860485c44a2b8ef0264bb0ac860de4c2fb6af.tar.zst
marcuscom-ports-159860485c44a2b8ef0264bb0ac860de4c2fb6af.zip
Bump PORTREVISIONs to chase the gettext update.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11028 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/eel/Makefile3
-rw-r--r--x11-toolkits/gtk20/Makefile4
-rw-r--r--x11-toolkits/libgnomeui/Makefile4
-rw-r--r--x11-toolkits/pango/Makefile4
-rw-r--r--x11-toolkits/py-gnome-desktop/Makefile4
5 files changed, 10 insertions, 9 deletions
diff --git a/x11-toolkits/eel/Makefile b/x11-toolkits/eel/Makefile
index cf4f7e3ff..d6c106bf3 100644
--- a/x11-toolkits/eel/Makefile
+++ b/x11-toolkits/eel/Makefile
@@ -3,11 +3,12 @@
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/eel/Makefile,v 1.69 2008/04/22 22:06:42 ahze Exp $
+# $MCom: ports/x11-toolkits/eel/Makefile,v 1.70 2008/06/05 08:33:10 kwm Exp $
#
PORTNAME= eel
PORTVERSION= 2.23.2
+PORTREVISION= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index b575d9e3b..d46ed6878 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -3,12 +3,12 @@
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.128 2008/06/01 00:20:15 marcus Exp $
+# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.129 2008/06/05 07:05:20 kwm Exp $
#
PORTNAME= gtk
PORTVERSION= 2.13.2
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \
ftp://ftp.gtk.org/pub/gtk/%SUBDIR%/ \
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile
index f7881519c..ace28084a 100644
--- a/x11-toolkits/libgnomeui/Makefile
+++ b/x11-toolkits/libgnomeui/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/x11-toolkits/libgnomeui/Makefile,v 1.118 2008/06/05 07:54:07 kwm Exp $
#
PORTNAME= libgnomeui
PORTVERSION= 2.23.3
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
index 7ff317591..a42aec8f5 100644
--- a/x11-toolkits/pango/Makefile
+++ b/x11-toolkits/pango/Makefile
@@ -3,12 +3,12 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/pango/Makefile,v 1.121 2008/05/20 19:35:18 marcus Exp $
+# $MCom: ports/x11-toolkits/pango/Makefile,v 1.122 2008/06/05 12:27:54 kwm Exp $
#
PORTNAME= pango
PORTVERSION= 1.21.2
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/pango/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \
ftp://ftp.gtk.org/pub/pango/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/
diff --git a/x11-toolkits/py-gnome-desktop/Makefile b/x11-toolkits/py-gnome-desktop/Makefile
index 7d06f8abf..fee38f63f 100644
--- a/x11-toolkits/py-gnome-desktop/Makefile
+++ b/x11-toolkits/py-gnome-desktop/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/py-gnome-desktop/Makefile,v 1.72 2008/03/09 21:58:25 mezz Exp $
+# $MCom: ports/x11-toolkits/py-gnome-desktop/Makefile,v 1.74 2008/05/14 02:10:41 marcus Exp $
#
PORTNAME= gnome
PORTVERSION= 2.22.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits python gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-python-desktop/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}