From 2ac13c7f36ab080f8e1b8c1198fbd39fd2a4100e Mon Sep 17 00:00:00 2001 From: kwm Date: Tue, 20 Jan 2015 12:34:41 +0000 Subject: Update libgweather to 3.14.3. Add PORTSCOUT macro. Add vala as a build dependency for the vala bindings. --- net/libgweather/Makefile | 8 +++++--- net/libgweather/distinfo | 4 ++-- net/libgweather/pkg-plist | 1 + 3 files changed, 8 insertions(+), 5 deletions(-) (limited to 'net/libgweather') diff --git a/net/libgweather/Makefile b/net/libgweather/Makefile index 2a5fab74a7ac..0f0da6302bd4 100644 --- a/net/libgweather/Makefile +++ b/net/libgweather/Makefile @@ -1,20 +1,22 @@ # Created by: Koop Mast # $FreeBSD$ -# $MCom: ports/trunk/net/libgweather/Makefile 20031 2014-11-02 21:47:55Z kwm $ PORTNAME= libgweather -PORTVERSION= 3.14.2 +PORTVERSION= 3.14.3 CATEGORIES= net gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Library to accessing online weather informations -BUILD_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme +BUILD_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \ + vala:${PORTSDIR}/lang/vala LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ libgeocode-glib.so:${PORTSDIR}/net/geocode-glib RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme +PORTSCOUT= limitw:1,even + USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix gtk30 intlhack \ introspection:build diff --git a/net/libgweather/distinfo b/net/libgweather/distinfo index 9636adbc80ed..7cdda0b70ed6 100644 --- a/net/libgweather/distinfo +++ b/net/libgweather/distinfo @@ -1,2 +1,2 @@ -SHA256 (libgweather-3.14.2.tar.xz) = aa0d03132fc6c446cf549df1d91e319e1abcc676f1d9f8bc1dc01f033dcff493 -SIZE (libgweather-3.14.2.tar.xz) = 3543696 +SHA256 (libgweather-3.14.3.tar.xz) = 04dd25064cdc7715c1bf5fc476c8596d640cbcb3551217867195cef16bbbbf6b +SIZE (libgweather-3.14.3.tar.xz) = 3467744 diff --git a/net/libgweather/pkg-plist b/net/libgweather/pkg-plist index e6220d62e044..d1aafea58c23 100644 --- a/net/libgweather/pkg-plist +++ b/net/libgweather/pkg-plist @@ -236,3 +236,4 @@ share/locale/zh_HK/LC_MESSAGES/libgweather-3.0.mo share/locale/zh_HK/LC_MESSAGES/libgweather-locations.mo share/locale/zh_TW/LC_MESSAGES/libgweather-3.0.mo share/locale/zh_TW/LC_MESSAGES/libgweather-locations.mo +share/vala/vapi/gweather-3.0.vapi -- cgit