diff options
author | thierry <thierry@FreeBSD.org> | 2004-07-17 05:53:51 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-07-17 05:53:51 +0800 |
commit | b5d5c71fe1af1c71c75ad4c090de024f535ef68c (patch) | |
tree | e39fb0e90509cf5e1b4642cd760db307bf814b9e /misc | |
parent | 6444681f3d4dd9fc129a23839e136a5fdf63c387 (diff) | |
download | freebsd-ports-graphics-b5d5c71fe1af1c71c75ad4c090de024f535ef68c.tar.gz freebsd-ports-graphics-b5d5c71fe1af1c71c75ad4c090de024f535ef68c.tar.zst freebsd-ports-graphics-b5d5c71fe1af1c71c75ad4c090de024f535ef68c.zip |
Upgrading to 1.3.0.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/pear-Services_Weather/Makefile | 7 | ||||
-rw-r--r-- | misc/pear-Services_Weather/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/misc/pear-Services_Weather/Makefile b/misc/pear-Services_Weather/Makefile index c8e529f94f1..178c129bf31 100644 --- a/misc/pear-Services_Weather/Makefile +++ b/misc/pear-Services_Weather/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Services_Weather -PORTVERSION= 1.2.2 +PORTVERSION= 1.3.0 CATEGORIES= misc www pear MAINTAINER= ports@FreeBSD.org @@ -34,9 +34,10 @@ BUILD_DEPENDS+= ${PEARDIR}/SOAP/Base.php:${PORTSDIR}/net/pear-SOAP CATEGORY= Services FILES= Weather.php Weather/Common.php Weather/Globalweather.php \ Weather/Ejse.php Weather/Metar.php Weather/Weatherdotcom.php \ - buildMetarDB.php + buildMetarDB.php images/sunrise.gif images/sunset.gif EXAMPLES= globalweather-basic.php ejse-basic.php metar-basic.php \ - weather.com-basic.php + metar-extensive.php php_sunrise_sunset.php weather.com-basic.php\ + weather.com-extensive.php .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" diff --git a/misc/pear-Services_Weather/distinfo b/misc/pear-Services_Weather/distinfo index 5b81747ace5..f76a9df7c5d 100644 --- a/misc/pear-Services_Weather/distinfo +++ b/misc/pear-Services_Weather/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/Services_Weather-1.2.2.tgz) = e3e202d4bfddfb0fafcf97a4fde08c89 -SIZE (PEAR/Services_Weather-1.2.2.tgz) = 29205 +MD5 (PEAR/Services_Weather-1.3.0.tgz) = c21809b0f8c3265589da5585b4a1136b +SIZE (PEAR/Services_Weather-1.3.0.tgz) = 45002 |