mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Update to 2.14.7.
This commit is contained in:
parent
d10a5375ee
commit
69a8691aaf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163608
@ -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/}
|
||||
|
@ -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
|
||||
|
@ -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`; \
|
||||
|
Loading…
Reference in New Issue
Block a user