Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2021 08:28:41 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0d18ad8e8c8c - main - sysutils/accountsservice: Sort variables
Message-ID:  <202105250828.14P8SfmG053581@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0d18ad8e8c8c93a98cc37af6c1be2c7fca148319

commit 0d18ad8e8c8c93a98cc37af6c1be2c7fca148319
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-05-24 15:54:58 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-05-25 08:28:07 +0000

    sysutils/accountsservice: Sort variables
    
    Approved by:    portmgr blanket
---
 sysutils/accountsservice/Makefile | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/sysutils/accountsservice/Makefile b/sysutils/accountsservice/Makefile
index 04c8893a3d36..70e6c3b40850 100644
--- a/sysutils/accountsservice/Makefile
+++ b/sysutils/accountsservice/Makefile
@@ -14,15 +14,14 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	dbus>0:devel/dbus
 LIB_DEPENDS=	libpolkit-gobject-1.so:sysutils/polkit
 
-USE_GNOME=	glib20 intltool introspection:build libxslt
-USES=		cpe gettext gnome localbase:ldflags meson \
-		pkgconfig tar:xz
+USES=		cpe gettext gnome localbase:ldflags meson pkgconfig tar:xz
 CPE_VENDOR=	ray_stode
+USE_GNOME=	glib20 intltool libxslt introspection:build
 USE_LDCONFIG=	yes
-MESON_ARGS=	-Dsystemdsystemunitdir=no \
+MESON_ARGS=	-Delogind=false \
 		-Dgdmconffile=${LOCALBASE}/etc/gdm/custom.conf \
+		-Dlocalstatedir=/var \
 		-Dsystemd=false \
-		-Delogind=false \
-		-Dlocalstatedir=/var
+		-Dsystemdsystemunitdir=no
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105250828.14P8SfmG053581>