svn commit: r426984 - branches/2016Q4/net/gnome-online-accounts
Carlos J. Puga Medina
cpm at FreeBSD.org
Wed Nov 23 23:39:53 UTC 2016
Author: cpm
Date: Wed Nov 23 23:39:52 2016
New Revision: 426984
URL: https://svnweb.freebsd.org/changeset/ports/426984
Log:
MFH: r426868
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)
Approved by: ports-secteam (feld)
Modified:
branches/2016Q4/net/gnome-online-accounts/Makefile
branches/2016Q4/net/gnome-online-accounts/distinfo
branches/2016Q4/net/gnome-online-accounts/pkg-descr
Directory Properties:
branches/2016Q4/ (props changed)
Modified: branches/2016Q4/net/gnome-online-accounts/Makefile
==============================================================================
--- branches/2016Q4/net/gnome-online-accounts/Makefile Wed Nov 23 23:10:59 2016 (r426983)
+++ branches/2016Q4/net/gnome-online-accounts/Makefile Wed Nov 23 23:39:52 2016 (r426984)
@@ -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 at 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: branches/2016Q4/net/gnome-online-accounts/distinfo
==============================================================================
--- branches/2016Q4/net/gnome-online-accounts/distinfo Wed Nov 23 23:10:59 2016 (r426983)
+++ branches/2016Q4/net/gnome-online-accounts/distinfo Wed Nov 23 23:39:52 2016 (r426984)
@@ -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: branches/2016Q4/net/gnome-online-accounts/pkg-descr
==============================================================================
--- branches/2016Q4/net/gnome-online-accounts/pkg-descr Wed Nov 23 23:10:59 2016 (r426983)
+++ branches/2016Q4/net/gnome-online-accounts/pkg-descr Wed Nov 23 23:39:52 2016 (r426984)
@@ -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
More information about the svn-ports-all
mailing list