diff options
author | dbn <dbn@FreeBSD.org> | 2014-12-05 17:36:49 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2014-12-05 17:36:49 +0800 |
commit | 3bfccf654ff7e17ced0c287e244a93e47f62f124 (patch) | |
tree | e64243b908536233dd624836d72ca165eb07edf9 /deskutils | |
parent | 16d29d83dd5bac7ce86cb17ed2f70b038749598d (diff) | |
download | freebsd-ports-gnome-3bfccf654ff7e17ced0c287e244a93e47f62f124.tar.gz freebsd-ports-gnome-3bfccf654ff7e17ced0c287e244a93e47f62f124.tar.zst freebsd-ports-gnome-3bfccf654ff7e17ced0c287e244a93e47f62f124.zip |
Update deskutils/plamsa-applet-cwp to 1.12.0.
Changes:
* Add backup mirror for MASTER_SITES
Change Log:
- xml: removed www.weather.com support because the website is unparsable now
- xml: splitted openweathermap.org into celsius and fahrenheit versions
- modifications for locating correct data path
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/plasma-applet-cwp/Makefile | 5 | ||||
-rw-r--r-- | deskutils/plasma-applet-cwp/distinfo | 4 | ||||
-rw-r--r-- | deskutils/plasma-applet-cwp/pkg-plist | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/deskutils/plasma-applet-cwp/Makefile b/deskutils/plasma-applet-cwp/Makefile index b552dc63bb61..23cf6d253543 100644 --- a/deskutils/plasma-applet-cwp/Makefile +++ b/deskutils/plasma-applet-cwp/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= cwp -PORTVERSION= 1.11.1 -PORTREVISION= 1 +PORTVERSION= 1.12.0 CATEGORIES= deskutils kde -MASTER_SITES= http://kde-look.org/CONTENT/content-files/ +MASTER_SITES= http://kde-look.org/CONTENT/content-files/ LOCAL/dbn/${PORTNAME} PKGNAMEPREFIX= plasma-applet- DISTNAME= 98925-cwp-${PORTVERSION} diff --git a/deskutils/plasma-applet-cwp/distinfo b/deskutils/plasma-applet-cwp/distinfo index 8cffc2baa2b9..e5391c2ad1d7 100644 --- a/deskutils/plasma-applet-cwp/distinfo +++ b/deskutils/plasma-applet-cwp/distinfo @@ -1,2 +1,2 @@ -SHA256 (98925-cwp-1.11.1.tar.bz2) = 457f3274ff9e2cec66c50d6135a603e9f93890ea165e05a0a2f82c5804ed3037 -SIZE (98925-cwp-1.11.1.tar.bz2) = 188293 +SHA256 (98925-cwp-1.12.0.tar.bz2) = 62d91e7bcca086525bf124b37c1478a55e741e7ecfde76053195bbb097f99ea1 +SIZE (98925-cwp-1.12.0.tar.bz2) = 188131 diff --git a/deskutils/plasma-applet-cwp/pkg-plist b/deskutils/plasma-applet-cwp/pkg-plist index 6142eba6b1d7..9e30c9d2f3e0 100644 --- a/deskutils/plasma-applet-cwp/pkg-plist +++ b/deskutils/plasma-applet-cwp/pkg-plist @@ -21,7 +21,8 @@ share/apps/plasma-cwp/ilmeteo_it.xml share/apps/plasma-cwp/in_weather_com.xml share/apps/plasma-cwp/myforecast_com_celsius.xml share/apps/plasma-cwp/myforecast_com_fahrenheit.xml -share/apps/plasma-cwp/openweathermap_org.xml +share/apps/plasma-cwp/openweathermap_org_celsius.xml +share/apps/plasma-cwp/openweathermap_org_fahrenheit.xml share/apps/plasma-cwp/pogodynka_pl.xml share/apps/plasma-cwp/satellite_images.xml share/apps/plasma-cwp/uk_weather_com.xml @@ -32,7 +33,6 @@ share/apps/plasma-cwp/www_accuweather_com_world_celsius.xml share/apps/plasma-cwp/www_accuweather_com_world_fahrenheit.xml share/apps/plasma-cwp/www_gismeteo_com.xml share/apps/plasma-cwp/www_weather_com.cn.xml -share/apps/plasma-cwp/www_weather_com.xml share/icons/oxygen/128x128/status/weather-windy.png share/icons/oxygen/scalable/status/weather-windy.svgz share/kde4/services/plasma-applet-cwp.desktop |