diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-18 01:31:43 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-18 01:31:43 +0800 |
commit | 7fd53fb672581bd777f3a69b39443344514f4bc0 (patch) | |
tree | 3b6a53124aab83ba6e01b6b8803c3e8b618e08a7 | |
parent | 7f9de1a42856b43c31cd366d91994d29fba4082a (diff) | |
download | marcuscom-ports-7fd53fb672581bd777f3a69b39443344514f4bc0.tar marcuscom-ports-7fd53fb672581bd777f3a69b39443344514f4bc0.tar.gz marcuscom-ports-7fd53fb672581bd777f3a69b39443344514f4bc0.tar.bz2 marcuscom-ports-7fd53fb672581bd777f3a69b39443344514f4bc0.tar.lz marcuscom-ports-7fd53fb672581bd777f3a69b39443344514f4bc0.tar.xz marcuscom-ports-7fd53fb672581bd777f3a69b39443344514f4bc0.tar.zst marcuscom-ports-7fd53fb672581bd777f3a69b39443344514f4bc0.zip |
Sync with the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11299 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gdm/Makefile | 3 | ||||
-rw-r--r-- | x11/gdm/files/gdm.in | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 4aafdb0ae..7bf435c23 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gdm/Makefile,v 1.126 2008/07/27 20:30:15 marcus Exp $ +# $MCom: ports/x11/gdm/Makefile,v 1.127 2008/08/03 06:11:37 marcus Exp $ # PORTNAME= gdm PORTVERSION= 2.23.2 +PORTREVISION= 1 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/files/gdm.in b/x11/gdm/files/gdm.in index df726e5af..5d0dcad5d 100644 --- a/x11/gdm/files/gdm.in +++ b/x11/gdm/files/gdm.in @@ -1,6 +1,6 @@ #!/bin/sh # $FreeBSD$ -# $MCom: ports/x11/gdm/files/gdm.in,v 1.30 2008/03/24 14:15:12 kwm Exp $ +# $MCom: ports/x11/gdm/files/gdm.in,v 1.31 2008/07/27 20:30:15 marcus Exp $ # PROVIDE: gdm # REQUIRE: LOGIN cleanvar moused syscons dbus @@ -46,7 +46,7 @@ gdm_start() sleep 1 iter=$(expr ${iter} + 1) done - ${command} ) & + ${command} ${gdm_flags} ) & } load_rc_config ${name} |