aboutsummaryrefslogtreecommitdiff
path: root/misc/pear-Services_Weather/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-07-16 21:53:51 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-07-16 21:53:51 +0000
commit3b6e08423b3f1a305447ffbcc343d8ec22b564f2 (patch)
tree80f12327d979840108b533ce179c8c83267eeaf2 /misc/pear-Services_Weather/Makefile
parenta8a79c242bbb48315ad2702a07502fa15e82e316 (diff)
downloadports-3b6e08423b3f1a305447ffbcc343d8ec22b564f2.tar.gz
ports-3b6e08423b3f1a305447ffbcc343d8ec22b564f2.zip
Notes
Diffstat (limited to 'misc/pear-Services_Weather/Makefile')
-rw-r--r--misc/pear-Services_Weather/Makefile7
1 files changed, 4 insertions, 3 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"