summaryrefslogtreecommitdiff
path: root/x11/gdm
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-05-27 12:00:15 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-05-27 12:00:15 +0000
commit69a8691aaf54498523e9e2564c0ecdb7c80083c0 (patch)
tree9f7fbb0c30c4f3cbe26d679fcb5abf09afe061e9 /x11/gdm
parentUpdate to KOffice 1.5.1 (diff)
Update to 2.14.7.
Notes
Notes: svn path=/head/; revision=163608
Diffstat (limited to 'x11/gdm')
-rw-r--r--x11/gdm/Makefile2
-rw-r--r--x11/gdm/distinfo6
-rw-r--r--x11/gdm/files/patch-config_Makefile.in17
3 files changed, 9 insertions, 16 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 0ff787e62379..6f6fac2fc384 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= gdm
-PORTVERSION= 2.14.6
+PORTVERSION= 2.14.7
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
diff --git a/x11/gdm/distinfo b/x11/gdm/distinfo
index 67935eedb59e..b637de274427 100644
--- a/x11/gdm/distinfo
+++ b/x11/gdm/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gdm-2.14.6.tar.bz2) = 4327f96814552d7b04c7cfdc19483b41
-SHA256 (gnome2/gdm-2.14.6.tar.bz2) = 77918973b21a15e498dbef0d634f1475ea19f6c1e915e18dba7a8fca1c26a9a1
-SIZE (gnome2/gdm-2.14.6.tar.bz2) = 3048010
+MD5 (gnome2/gdm-2.14.7.tar.bz2) = 0ad3cb1eefd6fe216a3e2f0f7cd8944f
+SHA256 (gnome2/gdm-2.14.7.tar.bz2) = cbe661d3908b48cc5a8fbda8947795670b2ffe10f9a11be11739a1e8024e0394
+SIZE (gnome2/gdm-2.14.7.tar.bz2) = 3052756
diff --git a/x11/gdm/files/patch-config_Makefile.in b/x11/gdm/files/patch-config_Makefile.in
index f04be74b41b0..a665e989a48c 100644
--- a/x11/gdm/files/patch-config_Makefile.in
+++ b/x11/gdm/files/patch-config_Makefile.in
@@ -1,18 +1,11 @@
---- config/Makefile.in.orig Wed May 17 13:47:25 2006
-+++ config/Makefile.in Wed May 17 13:47:50 2006
-@@ -682,13 +682,13 @@ install-data-hook: gdm.conf gdm.conf-cus
+--- config/Makefile.in.orig Sat May 27 07:38:47 2006
++++ config/Makefile.in Sat May 27 07:50:28 2006
+@@ -681,7 +681,7 @@ install-data-hook: gdm.conf gdm.conf-cus
if test '!' -d $(DESTDIR)$(logdir); then \
$(mkinstalldirs) $(DESTDIR)$(logdir); \
chmod 755 $(DESTDIR)$(logdir); \
-- chown root:root $(DESTDIR)$(logdir); \
-+ chown root:wheel $(DESTDIR)$(logdir); \
+- chown root:root $(DESTDIR)$(logdir) || : ; \
++ chown root:wheel $(DESTDIR)$(logdir) || : ; \
fi
if test '!' -d $(DESTDIR)$(authdir); then \
- $(mkinstalldirs) $(DESTDIR)$(authdir); \
- chmod 1770 $(DESTDIR)$(authdir); \
-- chown root:gdm $(DESTDIR)$(authdir); \
-+ chown root:wheel $(DESTDIR)$(authdir); \
- fi
-
- system=`uname`; \