Index: head/sysutils/accountsservice/Makefile =================================================================== --- head/sysutils/accountsservice/Makefile (revision 445586) +++ head/sysutils/accountsservice/Makefile (revision 445587) @@ -1,34 +1,32 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= accountsservice PORTVERSION= 0.6.40 CATEGORIES= sysutils devel MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/ MAINTAINER= kwm@FreeBSD.org COMMENT= D-Bus interface for user account query and manipulation LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING 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: @${REINPLACE_CMD} -e 's|/etc/gdm/custom.conf|${LOCALBASE}/etc/gdm/custom.conf|g' \ ${WRKSRC}/src/daemon.c @${REINPLACE_CMD} -e 's|/lib/AccountsService|/db/AccountsService|g' \ ${WRKSRC}/src/user.c ${WRKSRC}/src/Makefile.in .include Index: head/sysutils/accountsservice/pkg-descr =================================================================== --- head/sysutils/accountsservice/pkg-descr (revision 445586) +++ head/sysutils/accountsservice/pkg-descr (revision 445587) @@ -1,9 +1,9 @@ The AccountsService project provides o A set of D-Bus interfaces for querying and manipulating user account information. 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/