diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-15 05:33:58 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-15 05:33:58 +0800 |
commit | 5d936f4daf014521f2eb780c5754eba3d8685271 (patch) | |
tree | 2ad9be00b3f7d98af351c9c8da95c7c20f8df0c9 /net | |
parent | a823f59560982677012dfbba0e21f7cd4a8c24fd (diff) | |
download | marcuscom-ports-5d936f4daf014521f2eb780c5754eba3d8685271.tar.gz marcuscom-ports-5d936f4daf014521f2eb780c5754eba3d8685271.tar.zst marcuscom-ports-5d936f4daf014521f2eb780c5754eba3d8685271.zip |
Update to 2.21.2.
Update comment and pkg-descr
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10090 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/libgweather/Makefile | 6 | ||||
-rw-r--r-- | net/libgweather/distinfo | 6 | ||||
-rw-r--r-- | net/libgweather/pkg-descr | 8 |
3 files changed, 13 insertions, 7 deletions
diff --git a/net/libgweather/Makefile b/net/libgweather/Makefile index 344ec6a45..e9714cb38 100644 --- a/net/libgweather/Makefile +++ b/net/libgweather/Makefile @@ -3,16 +3,16 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/net/libgweather/Makefile,v 1.1 2008/01/14 15:38:29 kwm Exp $ # PORTNAME= libgweather -PORTVERSION= 2.21.1 +PORTVERSION= 2.21.2 CATEGORIES= x11 gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org -COMMENT= Applets components for the GNOME 2 Desktop Environment +COMMENT= Library to accessing online weather informations USE_GETTEXT= yes USE_BZIP2= yes diff --git a/net/libgweather/distinfo b/net/libgweather/distinfo index b61e7b5c6..7769f4e63 100644 --- a/net/libgweather/distinfo +++ b/net/libgweather/distinfo @@ -1,3 +1,3 @@ -MD5 (libgweather-2.21.1.tar.bz2) = 0376f42f84a7e7b3a42200670e020eee -SHA256 (libgweather-2.21.1.tar.bz2) = 0be110bb4655d77749983770596530002ea16120e153bd75ac7ce653daa23838 -SIZE (libgweather-2.21.1.tar.bz2) = 3207533 +MD5 (libgweather-2.21.2.tar.bz2) = 715394c673895b52d1f807f874b66770 +SHA256 (libgweather-2.21.2.tar.bz2) = 7673d185b49c46fce5946739c1070b49e38dd6cc7a720ba3907158573ca8f033 +SIZE (libgweather-2.21.2.tar.bz2) = 3014531 diff --git a/net/libgweather/pkg-descr b/net/libgweather/pkg-descr index 5f715cf9a..99ea830ef 100644 --- a/net/libgweather/pkg-descr +++ b/net/libgweather/pkg-descr @@ -1,3 +1,9 @@ -Panel applets for the Gnome 2.0 Desktop Environment. +libgweather is a library to access weather information from online +services for numerous locations. + +libgweather isn't supported in the devel platform, which means OS vendors +won't guarantee the API/ABI long-term, but authors of open source apps +should feel free to use libgweather as users can always recompile against +a new version. WWW: http://www.gnome.org/ |