diff options
author | dbn <dbn@FreeBSD.org> | 2013-04-20 19:53:56 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2013-04-20 19:53:56 +0800 |
commit | 26e0adfa0b8863332c4c7acb765832456a9319aa (patch) | |
tree | 5c36494f89b868b8f25b48692dbf142d5ccf46f2 /deskutils/plasma-applet-cwp/Makefile | |
parent | 58156e37185d66ce61367a81aeb108d6f81e6f50 (diff) | |
download | freebsd-ports-gnome-26e0adfa0b8863332c4c7acb765832456a9319aa.tar.gz freebsd-ports-gnome-26e0adfa0b8863332c4c7acb765832456a9319aa.tar.zst freebsd-ports-gnome-26e0adfa0b8863332c4c7acb765832456a9319aa.zip |
Update deskutils/plasma-applet-cwp to 1.7.2.
ChangeLog:
1.7.2
=====
- xml: www.weather.com: fixes (thanks to
jcasoliva)
- xml: accuweather.com: 5th day fixed
1.7.1
=====
- xml: ilmeteo.it: fixes (thanks to Maurizio A.)
- xml: gismeteo.com: location fixed
- xml: www.weather.com: current weather conditions
fixed
- xml: accuweather.com (US): fixed (new location
code)
- xml: accuweather.com (World): fixed (new
location code)
1.7.0
=====
- icon for calm wind conditions
- xml: all: inserted "calm" wind condition if
possible
- xml: www.weather.com: fixed
- xml: ilmeteo.it: changed (thanks to Maurizio A.)
- xml: espanol / in / uk.weather.com fixed
- xml: gismeteo: location fixed
Approved by: bdrewery (mentor)
Feature safe: yes
Diffstat (limited to 'deskutils/plasma-applet-cwp/Makefile')
-rw-r--r-- | deskutils/plasma-applet-cwp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/plasma-applet-cwp/Makefile b/deskutils/plasma-applet-cwp/Makefile index 027034003d76..b55c1236e7b8 100644 --- a/deskutils/plasma-applet-cwp/Makefile +++ b/deskutils/plasma-applet-cwp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cwp -PORTVERSION= 1.6.13 +PORTVERSION= 1.7.2 CATEGORIES= deskutils kde MASTER_SITES= http://kde-look.org/CONTENT/content-files/ PKGNAMEPREFIX= plasma-applet- |