Date: Sat, 30 Sep 2017 09:02:06 +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: r450951 - head/x11/gnome-session Message-ID: <201709300902.v8U926vb048101@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Sep 30 09:02:06 2017 New Revision: 450951 URL: https://svnweb.freebsd.org/changeset/ports/450951 Log: - Add LICENSE - Switch to USES=localbase - Update WWW Approved by: portmgr blanket Modified: head/x11/gnome-session/Makefile head/x11/gnome-session/pkg-descr Modified: head/x11/gnome-session/Makefile ============================================================================== --- head/x11/gnome-session/Makefile Sat Sep 30 08:54:05 2017 (r450950) +++ head/x11/gnome-session/Makefile Sat Sep 30 09:02:06 2017 (r450951) @@ -11,6 +11,9 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Session component for the GNOME 3 desktop +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libjson-glib-1.0.so:devel/json-glib \ libupower-glib.so:sysutils/upower @@ -19,7 +22,8 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:sysu PORTSCOUT= limitw:1,even -USES= gettext gmake gnome pathfix pkgconfig tar:xz +USES= gettext gmake gnome localbase:ldflags pathfix \ + pkgconfig tar:xz USE_GNOME= gnomedesktop3 gtk30 intlhack intlhack libxslt:build USE_XORG= ice sm xau xext xtst xrender xtrans xcomposite USE_GL= gl @@ -28,8 +32,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docbook-docs \ --enable-consolekit \ --enable-gconf=no -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.SessionManager.gschema.xml Modified: head/x11/gnome-session/pkg-descr ============================================================================== --- head/x11/gnome-session/pkg-descr Sat Sep 30 08:54:05 2017 (r450950) +++ head/x11/gnome-session/pkg-descr Sat Sep 30 09:02:06 2017 (r450951) @@ -1,4 +1,4 @@ This provides session management for the GNOME 3 desktop, and provides the tools used to start the desktop. -WWW: http://www.gnome.org +WWW: https://www.gnome.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709300902.v8U926vb048101>