diff options
author | kwm <kwm@FreeBSD.org> | 2015-01-20 20:34:41 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-01-20 20:34:41 +0800 |
commit | 2ac13c7f36ab080f8e1b8c1198fbd39fd2a4100e (patch) | |
tree | ebdd601df632d80fb6e39d9952f46dedeb5d6709 /net/libgweather | |
parent | d79da71f29e9c8862e49a5c9cbb52b0d4766f4da (diff) | |
download | freebsd-ports-gnome-2ac13c7f36ab080f8e1b8c1198fbd39fd2a4100e.tar.gz freebsd-ports-gnome-2ac13c7f36ab080f8e1b8c1198fbd39fd2a4100e.tar.zst freebsd-ports-gnome-2ac13c7f36ab080f8e1b8c1198fbd39fd2a4100e.zip |
Update libgweather to 3.14.3.
Add PORTSCOUT macro.
Add vala as a build dependency for the vala bindings.
Diffstat (limited to 'net/libgweather')
-rw-r--r-- | net/libgweather/Makefile | 8 | ||||
-rw-r--r-- | net/libgweather/distinfo | 4 | ||||
-rw-r--r-- | net/libgweather/pkg-plist | 1 |
3 files changed, 8 insertions, 5 deletions
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 <kwm@FreeBSD.org> # $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 |