View | Details | Raw Unified | Return to bug 214246
Collapse All | Expand All

(-)net/gnome-online-accounts/Makefile (-6 / +7 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	gnome-online-accounts
4
PORTNAME=	gnome-online-accounts
5
PORTVERSION=	3.18.4
5
PORTVERSION=	3.18.6
6
PORTREVISION=	1
7
CATEGORIES=	net
6
CATEGORIES=	net
8
MASTER_SITES=	GNOME
7
MASTER_SITES=	GNOME
9
8
Lines 10-15 Link Here
10
MAINTAINER=	gnome@FreeBSD.org
9
MAINTAINER=	gnome@FreeBSD.org
11
COMMENT=	Interface provider to access the user's online accounts
10
COMMENT=	Interface provider to access the user's online accounts
12
11
12
LICENSE=	LGPL20+
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
13
BUILD_DEPENDS=	docbook-xsl>=0:textproc/docbook-xsl
15
BUILD_DEPENDS=	docbook-xsl>=0:textproc/docbook-xsl
14
LIB_DEPENDS=	libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
16
LIB_DEPENDS=	libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
15
		libdbus-glib-1.so:devel/dbus-glib \
17
		libdbus-glib-1.so:devel/dbus-glib \
Lines 17-33 Link Here
17
		libjson-glib-1.0.so:devel/json-glib \
19
		libjson-glib-1.0.so:devel/json-glib \
18
		libnotify.so:devel/libnotify \
20
		libnotify.so:devel/libnotify \
19
		libsecret-1.so:security/libsecret \
21
		libsecret-1.so:security/libsecret \
22
		libsoup-2.4.so:devel/libsoup \
20
		librest-0.7.so:devel/librest
23
		librest-0.7.so:devel/librest
21
24
22
PORTSCOUT=	limitw:1,even
25
PORTSCOUT=	limitw:1,even
23
26
24
USES=		gettext gmake gnome libtool pathfix pkgconfig tar:xz
27
USES=		gettext gmake gnome localbase:ldflags libtool pathfix pkgconfig tar:xz
25
USE_GNOME=	gtk30 intlhack introspection:build libxslt:build
28
USE_GNOME=	cairo gtk30 intlhack introspection:build libxslt:build
26
GNU_CONFIGURE=	yes
29
GNU_CONFIGURE=	yes
27
USE_LDCONFIG=	yes
30
USE_LDCONFIG=	yes
28
INSTALLS_ICONS=	yes
31
INSTALLS_ICONS=	yes
29
CPPFLAGS+=	-I${LOCALBASE}/include
30
LDFLAGS+=	-L${LOCALBASE}/lib
31
INSTALL_TARGET=	install-strip
32
INSTALL_TARGET=	install-strip
32
CONFIGURE_ARGS=	--enable-lastfm
33
CONFIGURE_ARGS=	--enable-lastfm
33
34
(-)net/gnome-online-accounts/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (gnome-online-accounts-3.18.4.tar.xz) = 9f23460aa6b1d8a63a8f3e979cba791cc88b5e07116f07da59fdcea09d79c74d
1
TIMESTAMP = 1478316573
2
SIZE (gnome-online-accounts-3.18.4.tar.xz) = 1384756
2
SHA256 (gnome-online-accounts-3.18.6.tar.xz) = 7e7c581b19b213d04c56a080ed7240a90999d7be2daca27d4aa054d205b48fa5
3
SIZE (gnome-online-accounts-3.18.6.tar.xz) = 1478544
(-)net/gnome-online-accounts/pkg-descr (+2 lines)
Lines 1-2 Link Here
1
gnome-online-accounts provides interfaces so applications and
1
gnome-online-accounts provides interfaces so applications and
2
libraries in GNOME can access the user's online accounts.
2
libraries in GNOME can access the user's online accounts.
3
4
WWW: https://wiki.gnome.org/Projects/GnomeOnlineAccounts

Return to bug 214246