Date: Sun, 6 Sep 2009 20:49:06 GMT From: David Naylor <naylor.b.david@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/138589: [PATCH] update deskutils/plasma-applet-cwp: 0.9.10 -> 0.9.12 Message-ID: <200909062049.n86Kn6rQ025587@www.freebsd.org> Resent-Message-ID: <200909062050.n86Ko2M8005836@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138589 >Category: ports >Synopsis: [PATCH] update deskutils/plasma-applet-cwp: 0.9.10 -> 0.9.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Sep 06 20:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: David Naylor >Release: FreeBSD 8.0 b2 >Organization: Private >Environment: FreeBSD dragon.dg 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Fri Aug 7 15:18:19 SAST 2009 root@dragon.dg:/tmp/usr/src/sys/GENERIC i386 >Description: Apply patch. phonon was missing from the QT_COMPONENTS list. Shouldn't the port have USE_GETTEXT? >How-To-Repeat: n/a >Fix: n/a Patch attached with submission follows: diff -ru /usr/ports/deskutils/plasma-applet-cwp/Makefile plasma-applet-cwp/Makefile --- /usr/ports/deskutils/plasma-applet-cwp/Makefile 2009-08-10 20:17:55.000000000 +0200 +++ plasma-applet-cwp/Makefile 2009-09-06 22:46:03.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= cwp -PORTVERSION= 0.9.10 +PORTVERSION= 0.9.12 CATEGORIES= deskutils kde MASTER_SITES= http://kde-look.org/CONTENT/content-files/ PKGNAMEPREFIX= plasma-applet- @@ -19,7 +19,7 @@ USE_CMAKE= yes USE_KDE4= automoc4 kdeprefix kdelibs USE_QT_VER= 4 -QT_COMPONENTS= gui dbus network opengl svg webkit xml \ +QT_COMPONENTS= gui dbus network opengl svg phonon webkit xml \ qmake_build moc_build rcc_build uic_build WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff -ru /usr/ports/deskutils/plasma-applet-cwp/distinfo plasma-applet-cwp/distinfo --- /usr/ports/deskutils/plasma-applet-cwp/distinfo 2009-08-10 20:17:55.000000000 +0200 +++ plasma-applet-cwp/distinfo 2009-09-06 22:38:38.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (98925-cwp-0.9.10.tar.bz2) = 092a5f7deaee6b0866fc138848e82f23 -SHA256 (98925-cwp-0.9.10.tar.bz2) = 3f737fd245e782d782064e6e23399c0abb42dc9e467c80ff5c2251bb4f94c136 -SIZE (98925-cwp-0.9.10.tar.bz2) = 163905 +MD5 (98925-cwp-0.9.12.tar.bz2) = fd268b83737ff0a31562b63d4d7a139a +SHA256 (98925-cwp-0.9.12.tar.bz2) = e38f47efff16c69d02838f286fba8a75dc80c7772094af661a7b22485936f8f4 +SIZE (98925-cwp-0.9.12.tar.bz2) = 174375 diff -ru /usr/ports/deskutils/plasma-applet-cwp/pkg-plist plasma-applet-cwp/pkg-plist --- /usr/ports/deskutils/plasma-applet-cwp/pkg-plist 2009-08-10 20:17:55.000000000 +0200 +++ plasma-applet-cwp/pkg-plist 2009-09-06 22:40:22.000000000 +0200 @@ -16,6 +16,8 @@ share/apps/plasma-cwp/de_weather_com.xml share/apps/plasma-cwp/espanol_weather_com.xml share/apps/plasma-cwp/fr_weather_com.xml +share/apps/plasma-cwp/freemeteo_com_celsius.xml +share/apps/plasma-cwp/freemeteo_com_fahrenheit.xml share/apps/plasma-cwp/ilmeteo_it.xml share/apps/plasma-cwp/in_weather_com.xml share/apps/plasma-cwp/metservice_co_nz.xml @@ -29,6 +31,7 @@ share/apps/plasma-cwp/www_accuweather_com_us_fahrenheit.xml 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/scalable/status/weather-windy.svgz >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909062049.n86Kn6rQ025587>