summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-11 12:05:18 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-11 12:05:18 +0800
commit7c740b3190026d878c959754dc59674629176b33 (patch)
tree7c4a7762fbcc77614a60413775a50d5d0175ffbf
parent4c51920f15a9acb62e0bd4fea6a466bfda52bc5d (diff)
downloadmarcuscom-ports-7c740b3190026d878c959754dc59674629176b33.tar
marcuscom-ports-7c740b3190026d878c959754dc59674629176b33.tar.gz
marcuscom-ports-7c740b3190026d878c959754dc59674629176b33.tar.bz2
marcuscom-ports-7c740b3190026d878c959754dc59674629176b33.tar.lz
marcuscom-ports-7c740b3190026d878c959754dc59674629176b33.tar.xz
marcuscom-ports-7c740b3190026d878c959754dc59674629176b33.tar.zst
marcuscom-ports-7c740b3190026d878c959754dc59674629176b33.zip
Update to 2.5.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1461 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11/gnome-session/Makefile4
-rw-r--r--x11/gnome-session/distinfo2
-rw-r--r--x11/gnome-session/files/patch-configure10
-rw-r--r--x11/gnome-session/files/patch-gnome-session_gnome-session.schemas.in.in11
-rw-r--r--x11/gnomesession/Makefile4
-rw-r--r--x11/gnomesession/distinfo2
-rw-r--r--x11/gnomesession/files/patch-configure10
-rw-r--r--x11/gnomesession/files/patch-gnome-session_gnome-session.schemas.in.in11
8 files changed, 6 insertions, 48 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile
index a79431f66..73d121456 100644
--- a/x11/gnome-session/Makefile
+++ b/x11/gnome-session/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnomesession
-PORTVERSION= 2.5.1
+PORTVERSION= 2.5.2
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME} \
${MASTER_SITE_LOCAL:S/$/:local/}
@@ -22,7 +22,7 @@ COMMENT= Session component for the GNOME 2 desktop
USE_BZIP2= yes
USE_X_PREFIX= yes
-USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui
+USE_GNOME= gnomeprefix gnomehack gnomehier lthack libgnomeui
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
diff --git a/x11/gnome-session/distinfo b/x11/gnome-session/distinfo
index 6623bbcec..d03d9231e 100644
--- a/x11/gnome-session/distinfo
+++ b/x11/gnome-session/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/gnome-session-2.5.1.tar.bz2) = 6aa2254dd95b3cafcb109888c7d75428
+MD5 (gnome2/gnome-session-2.5.2.tar.bz2) = a8dfd65f921a41641e3bcb5ff8d2da59
MD5 (gnome2/splash.png) = bd73a8a1f0c97aac669045f6b9b1fe02
diff --git a/x11/gnome-session/files/patch-configure b/x11/gnome-session/files/patch-configure
deleted file mode 100644
index 61084626c..000000000
--- a/x11/gnome-session/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Wed May 8 14:27:04 2002
-+++ configure Wed May 8 14:27:23 2002
-@@ -7232,6 +7232,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/x11/gnome-session/files/patch-gnome-session_gnome-session.schemas.in.in b/x11/gnome-session/files/patch-gnome-session_gnome-session.schemas.in.in
deleted file mode 100644
index 9bd6c9a2c..000000000
--- a/x11/gnome-session/files/patch-gnome-session_gnome-session.schemas.in.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- gnome-session/gnome-session.schemas.in.in.orig Mon Oct 14 17:18:15 2002
-+++ gnome-session/gnome-session.schemas.in.in Mon Oct 14 17:17:44 2002
-@@ -50,7 +50,7 @@
- <applyto>/apps/gnome-session/options/splash_image</applyto>
- <owner>gnome</owner>
- <type>string</type>
-- <default>@prefix@/share/pixmaps/splash/gnome-splash.png</default>
-+ <default>@datadir@/pixmaps/splash/gnome-splash.png</default>
- <locale name="C">
- <short>Splash Screen Image</short>
- <long>Preferred Image to use for the splash screen when logging in to the GNOME Desktop</long>
diff --git a/x11/gnomesession/Makefile b/x11/gnomesession/Makefile
index a79431f66..73d121456 100644
--- a/x11/gnomesession/Makefile
+++ b/x11/gnomesession/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnomesession
-PORTVERSION= 2.5.1
+PORTVERSION= 2.5.2
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME} \
${MASTER_SITE_LOCAL:S/$/:local/}
@@ -22,7 +22,7 @@ COMMENT= Session component for the GNOME 2 desktop
USE_BZIP2= yes
USE_X_PREFIX= yes
-USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui
+USE_GNOME= gnomeprefix gnomehack gnomehier lthack libgnomeui
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
diff --git a/x11/gnomesession/distinfo b/x11/gnomesession/distinfo
index 6623bbcec..d03d9231e 100644
--- a/x11/gnomesession/distinfo
+++ b/x11/gnomesession/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/gnome-session-2.5.1.tar.bz2) = 6aa2254dd95b3cafcb109888c7d75428
+MD5 (gnome2/gnome-session-2.5.2.tar.bz2) = a8dfd65f921a41641e3bcb5ff8d2da59
MD5 (gnome2/splash.png) = bd73a8a1f0c97aac669045f6b9b1fe02
diff --git a/x11/gnomesession/files/patch-configure b/x11/gnomesession/files/patch-configure
deleted file mode 100644
index 61084626c..000000000
--- a/x11/gnomesession/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Wed May 8 14:27:04 2002
-+++ configure Wed May 8 14:27:23 2002
-@@ -7232,6 +7232,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/x11/gnomesession/files/patch-gnome-session_gnome-session.schemas.in.in b/x11/gnomesession/files/patch-gnome-session_gnome-session.schemas.in.in
deleted file mode 100644
index 9bd6c9a2c..000000000
--- a/x11/gnomesession/files/patch-gnome-session_gnome-session.schemas.in.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- gnome-session/gnome-session.schemas.in.in.orig Mon Oct 14 17:18:15 2002
-+++ gnome-session/gnome-session.schemas.in.in Mon Oct 14 17:17:44 2002
-@@ -50,7 +50,7 @@
- <applyto>/apps/gnome-session/options/splash_image</applyto>
- <owner>gnome</owner>
- <type>string</type>
-- <default>@prefix@/share/pixmaps/splash/gnome-splash.png</default>
-+ <default>@datadir@/pixmaps/splash/gnome-splash.png</default>
- <locale name="C">
- <short>Splash Screen Image</short>
- <long>Preferred Image to use for the splash screen when logging in to the GNOME Desktop</long>