summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-14 05:44:02 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-14 05:44:02 +0800
commit25d5bd39ff3238e0a2ce4541ac7339a14c9cee9c (patch)
treea953739070c413de5caf31840b0fd4323310a62c
parent93eb7898bc2f09e55d4254e5b6a31cbf2daa8d22 (diff)
downloadmarcuscom-ports-25d5bd39ff3238e0a2ce4541ac7339a14c9cee9c.tar.gz
marcuscom-ports-25d5bd39ff3238e0a2ce4541ac7339a14c9cee9c.tar.zst
marcuscom-ports-25d5bd39ff3238e0a2ce4541ac7339a14c9cee9c.zip
Update to 2.14.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5917 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11-themes/gnome-backgrounds/Makefile4
-rw-r--r--x11-themes/gnome-backgrounds/distinfo6
-rw-r--r--x11/gnome-panel/Makefile5
-rw-r--r--x11/gnome-panel/distinfo6
-rw-r--r--x11/gnomepanel/Makefile5
-rw-r--r--x11/gnomepanel/distinfo6
6 files changed, 15 insertions, 17 deletions
diff --git a/x11-themes/gnome-backgrounds/Makefile b/x11-themes/gnome-backgrounds/Makefile
index a724e752e..81fe4120e 100644
--- a/x11-themes/gnome-backgrounds/Makefile
+++ b/x11-themes/gnome-backgrounds/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-themes/gnome-backgrounds/Makefile,v 1.16 2006/03/13 07:27:10 mezz Exp $
+# $MCom: ports/x11-themes/gnome-backgrounds/Makefile,v 1.17 2006/03/13 19:31:48 mezz Exp $
#
PORTNAME= gnome-backgrounds
-PORTVERSION= 2.13.92
+PORTVERSION= 2.14.0
CATEGORIES= x11-themes graphics gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}
diff --git a/x11-themes/gnome-backgrounds/distinfo b/x11-themes/gnome-backgrounds/distinfo
index a13d19cbd..81a67e51f 100644
--- a/x11-themes/gnome-backgrounds/distinfo
+++ b/x11-themes/gnome-backgrounds/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gnome-backgrounds-2.13.92.tar.bz2) = 362bae30716fe16a67202549dc6f4824
-SHA256 (gnome2/gnome-backgrounds-2.13.92.tar.bz2) = 6543718fd43e48da48b03df7642725ac1f18f8a6fd2bb4e84765d24703ea2d03
-SIZE (gnome2/gnome-backgrounds-2.13.92.tar.bz2) = 1118370
+MD5 (gnome2/gnome-backgrounds-2.14.0.tar.bz2) = d3fb874ff82ed231df614c276bb7f191
+SHA256 (gnome2/gnome-backgrounds-2.14.0.tar.bz2) = 61919046c6e7c5ce6e072a905644c18d1b527336a8e2ccc7d19438157b12aa88
+SIZE (gnome2/gnome-backgrounds-2.14.0.tar.bz2) = 1191881
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile
index 805649b76..da485510d 100644
--- a/x11/gnome-panel/Makefile
+++ b/x11/gnome-panel/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnomepanel/Makefile,v 1.123 2006/03/13 07:23:15 mezz Exp $
+# $MCom: ports/x11/gnomepanel/Makefile,v 1.124 2006/03/13 19:31:47 mezz Exp $
#
PORTNAME= gnomepanel
-PORTVERSION= 2.13.91
-PORTREVISION= 2
+PORTVERSION= 2.14.0
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-panel/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}
diff --git a/x11/gnome-panel/distinfo b/x11/gnome-panel/distinfo
index d14d38eca..2516838ec 100644
--- a/x11/gnome-panel/distinfo
+++ b/x11/gnome-panel/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gnome-panel-2.13.91.tar.bz2) = 6a23bffd45e29b21c727c01677798675
-SHA256 (gnome2/gnome-panel-2.13.91.tar.bz2) = 7e7e81df647510255b2b7790a4a79caa1cfb177b3126be2dedce4455caf4cbd7
-SIZE (gnome2/gnome-panel-2.13.91.tar.bz2) = 2499572
+MD5 (gnome2/gnome-panel-2.14.0.tar.bz2) = 85a2815aefd7d3c3acf93c588149b75b
+SHA256 (gnome2/gnome-panel-2.14.0.tar.bz2) = 01b71ea7b20008542ad6cac657e70ae15c40a1f8ac403f192487d3c9fddc71be
+SIZE (gnome2/gnome-panel-2.14.0.tar.bz2) = 2466152
diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile
index 805649b76..da485510d 100644
--- a/x11/gnomepanel/Makefile
+++ b/x11/gnomepanel/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnomepanel/Makefile,v 1.123 2006/03/13 07:23:15 mezz Exp $
+# $MCom: ports/x11/gnomepanel/Makefile,v 1.124 2006/03/13 19:31:47 mezz Exp $
#
PORTNAME= gnomepanel
-PORTVERSION= 2.13.91
-PORTREVISION= 2
+PORTVERSION= 2.14.0
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-panel/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}
diff --git a/x11/gnomepanel/distinfo b/x11/gnomepanel/distinfo
index d14d38eca..2516838ec 100644
--- a/x11/gnomepanel/distinfo
+++ b/x11/gnomepanel/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gnome-panel-2.13.91.tar.bz2) = 6a23bffd45e29b21c727c01677798675
-SHA256 (gnome2/gnome-panel-2.13.91.tar.bz2) = 7e7e81df647510255b2b7790a4a79caa1cfb177b3126be2dedce4455caf4cbd7
-SIZE (gnome2/gnome-panel-2.13.91.tar.bz2) = 2499572
+MD5 (gnome2/gnome-panel-2.14.0.tar.bz2) = 85a2815aefd7d3c3acf93c588149b75b
+SHA256 (gnome2/gnome-panel-2.14.0.tar.bz2) = 01b71ea7b20008542ad6cac657e70ae15c40a1f8ac403f192487d3c9fddc71be
+SIZE (gnome2/gnome-panel-2.14.0.tar.bz2) = 2466152