Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Nov 2016 21:35:09 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426868 - head/net/gnome-online-accounts
Message-ID:  <201611222135.uAMLZ97h060841@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Tue Nov 22 21:35:09 2016
New Revision: 426868
URL: https://svnweb.freebsd.org/changeset/ports/426868

Log:
  net/gnome-online-accounts:
  
  - Update gnome-online-accounts to 3.18.6
  - Add LICENSE and LICENSE_FILE
  - Switch to USES=localbase:ldflags
  - Add missing dependencies
  - Record TIMESTAMP and distinfo checksum (3.18.6)
  - Add WWW to pkg-descr
  
  PR:		214246
  Submitted by:	cpm
  Reviewed by:	amdmi3, feld (mentors)
  Approved by:	kwm (GNOME team), amdmi3, feld (mentors)
  MFH:		2016Q4

Modified:
  head/net/gnome-online-accounts/Makefile
  head/net/gnome-online-accounts/distinfo
  head/net/gnome-online-accounts/pkg-descr

Modified: head/net/gnome-online-accounts/Makefile
==============================================================================
--- head/net/gnome-online-accounts/Makefile	Tue Nov 22 21:21:55 2016	(r426867)
+++ head/net/gnome-online-accounts/Makefile	Tue Nov 22 21:35:09 2016	(r426868)
@@ -2,14 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	gnome-online-accounts
-PORTVERSION=	3.18.4
-PORTREVISION=	1
+PORTVERSION=	3.18.6
 CATEGORIES=	net
 MASTER_SITES=	GNOME
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Interface provider to access the user's online accounts
 
+LICENSE=	LGPL20+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	docbook-xsl>=0:textproc/docbook-xsl
 LIB_DEPENDS=	libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
 		libdbus-glib-1.so:devel/dbus-glib \
@@ -17,17 +19,16 @@ LIB_DEPENDS=	libwebkit2gtk-4.0.so:www/we
 		libjson-glib-1.0.so:devel/json-glib \
 		libnotify.so:devel/libnotify \
 		libsecret-1.so:security/libsecret \
+		libsoup-2.4.so:devel/libsoup \
 		librest-0.7.so:devel/librest
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gettext gmake gnome libtool pathfix pkgconfig tar:xz
-USE_GNOME=	gtk30 intlhack introspection:build libxslt:build
+USES=		gettext gmake gnome localbase:ldflags libtool pathfix pkgconfig tar:xz
+USE_GNOME=	cairo gtk30 intlhack introspection:build libxslt:build
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
 CONFIGURE_ARGS=	--enable-lastfm
 

Modified: head/net/gnome-online-accounts/distinfo
==============================================================================
--- head/net/gnome-online-accounts/distinfo	Tue Nov 22 21:21:55 2016	(r426867)
+++ head/net/gnome-online-accounts/distinfo	Tue Nov 22 21:35:09 2016	(r426868)
@@ -1,2 +1,3 @@
-SHA256 (gnome-online-accounts-3.18.4.tar.xz) = 9f23460aa6b1d8a63a8f3e979cba791cc88b5e07116f07da59fdcea09d79c74d
-SIZE (gnome-online-accounts-3.18.4.tar.xz) = 1384756
+TIMESTAMP = 1478316573
+SHA256 (gnome-online-accounts-3.18.6.tar.xz) = 7e7c581b19b213d04c56a080ed7240a90999d7be2daca27d4aa054d205b48fa5
+SIZE (gnome-online-accounts-3.18.6.tar.xz) = 1478544

Modified: head/net/gnome-online-accounts/pkg-descr
==============================================================================
--- head/net/gnome-online-accounts/pkg-descr	Tue Nov 22 21:21:55 2016	(r426867)
+++ head/net/gnome-online-accounts/pkg-descr	Tue Nov 22 21:35:09 2016	(r426868)
@@ -1,2 +1,4 @@
 gnome-online-accounts provides interfaces so applications and
 libraries in GNOME can access the user's online accounts.
+
+WWW: https://wiki.gnome.org/Projects/GnomeOnlineAccounts



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611222135.uAMLZ97h060841>