Date: Wed, 12 Jul 2017 15:00:26 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445587 - head/sysutils/accountsservice Message-ID: <201707121500.v6CF0QuK026070@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jul 12 15:00:26 2017 New Revision: 445587 URL: https://svnweb.freebsd.org/changeset/ports/445587 Log: - Switch to USES=localbase - Update WWW Approved by: portmgr blanket Modified: head/sysutils/accountsservice/Makefile head/sysutils/accountsservice/pkg-descr Modified: head/sysutils/accountsservice/Makefile ============================================================================== --- head/sysutils/accountsservice/Makefile Wed Jul 12 15:00:20 2017 (r445586) +++ head/sysutils/accountsservice/Makefile Wed Jul 12 15:00:26 2017 (r445587) @@ -16,13 +16,11 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libpolkit-gobject-1.so:sysutils/polkit USE_GNOME= glib20 intlhack introspection:build libxslt -USES= cpe gettext gmake libtool pathfix pkgconfig tar:xz +USES= cpe gettext gmake libtool localbase:ldflags pathfix pkgconfig tar:xz CPE_VENDOR= ray_stode GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-systemd --localstatedir=/var/ -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip post-patch: Modified: head/sysutils/accountsservice/pkg-descr ============================================================================== --- head/sysutils/accountsservice/pkg-descr Wed Jul 12 15:00:20 2017 (r445586) +++ head/sysutils/accountsservice/pkg-descr Wed Jul 12 15:00:26 2017 (r445587) @@ -6,4 +6,4 @@ The AccountsService project provides o An implementation of these interfaces based on the usermod(8), useradd(8) and userdel(8) commands. -WWW: http://cgit.freedesktop.org/accountsservice/ +WWW: https://cgit.freedesktop.org/accountsservice/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707121500.v6CF0QuK026070>