diff options
author | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
commit | 951c1f5d1c7354f058f5919d858dbb0c174dc73e (patch) | |
tree | 6146e775343aaf339921799078894a48fef9aa15 /sysutils/accountsservice | |
parent | c9b47f0427d70ba42c2d53271f8b64b8e8096825 (diff) |
Notes
Diffstat (limited to 'sysutils/accountsservice')
-rw-r--r-- | sysutils/accountsservice/Makefile | 8 | ||||
-rw-r--r-- | sysutils/accountsservice/distinfo | 5 | ||||
-rw-r--r-- | sysutils/accountsservice/pkg-plist | 1 |
3 files changed, 10 insertions, 4 deletions
diff --git a/sysutils/accountsservice/Makefile b/sysutils/accountsservice/Makefile index 3f48d5dc7177..28a760318bf7 100644 --- a/sysutils/accountsservice/Makefile +++ b/sysutils/accountsservice/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= accountsservice -PORTVERSION= 0.6.40 +PORTVERSION= 0.6.42 CATEGORIES= sysutils devel MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/ @@ -23,6 +23,12 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-systemd --localstatedir=/var/ INSTALL_TARGET= install-strip +# XXX HACK! this file isn't present on the pristine jails of the builders +# and configure breaks without it. Beter solutions welcome. +.if defined(PACKAGE_BUILDING) +CONFIGURE_ENV+= ac_cv_file__var_log_utx_log=yes +.endif + post-patch: @${REINPLACE_CMD} -e 's|/etc/gdm/custom.conf|${LOCALBASE}/etc/gdm/custom.conf|g' \ ${WRKSRC}/src/daemon.c diff --git a/sysutils/accountsservice/distinfo b/sysutils/accountsservice/distinfo index 3eed1db051cb..c933d57be71f 100644 --- a/sysutils/accountsservice/distinfo +++ b/sysutils/accountsservice/distinfo @@ -1,2 +1,3 @@ -SHA256 (accountsservice-0.6.40.tar.xz) = f04f756600cbab558671658ab8e77212de2a000c07bc0469e7b51541871fcb2b -SIZE (accountsservice-0.6.40.tar.xz) = 367772 +TIMESTAMP = 1468052689 +SHA256 (accountsservice-0.6.42.tar.xz) = e56494c2f18627900b57234e5628923cc16a37bf8fd16b06c46118d6ae9c007e +SIZE (accountsservice-0.6.42.tar.xz) = 380500 diff --git a/sysutils/accountsservice/pkg-plist b/sysutils/accountsservice/pkg-plist index 7172c7208c1a..cb362dad0f43 100644 --- a/sysutils/accountsservice/pkg-plist +++ b/sysutils/accountsservice/pkg-plist @@ -21,7 +21,6 @@ share/gtk-doc/html/libaccountsservice/api-index-full.html share/gtk-doc/html/libaccountsservice/ch01.html share/gtk-doc/html/libaccountsservice/home.png share/gtk-doc/html/libaccountsservice/index.html -share/gtk-doc/html/libaccountsservice/index.sgml share/gtk-doc/html/libaccountsservice/left-insensitive.png share/gtk-doc/html/libaccountsservice/left.png share/gtk-doc/html/libaccountsservice/libaccountsservice.devhelp2 |