diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-07-16 21:53:51 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-07-16 21:53:51 +0000 |
commit | 3b6e08423b3f1a305447ffbcc343d8ec22b564f2 (patch) | |
tree | 80f12327d979840108b533ce179c8c83267eeaf2 /misc/pear-Services_Weather | |
parent | a8a79c242bbb48315ad2702a07502fa15e82e316 (diff) | |
download | ports-3b6e08423b3f1a305447ffbcc343d8ec22b564f2.tar.gz ports-3b6e08423b3f1a305447ffbcc343d8ec22b564f2.zip |
Notes
Diffstat (limited to 'misc/pear-Services_Weather')
-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 c8e529f94f11..178c129bf31f 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 5b81747ace59..f76a9df7c5d8 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 |