svn commit: r445587 - head/sysutils/accountsservice

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 12 15:00:28 UTC 2017


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/


More information about the svn-ports-all mailing list