diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-01-14 16:32:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-01-14 16:32:33 +0000 |
commit | e8cbe16eb6bea3c51ebadbdcc644cc9856678c37 (patch) | |
tree | 94e71ac2e59584b3206a854d90603beb85d24156 /misc/pear-Services_Weather | |
parent | f1a50396b17d65556ccd826c74f0a1ecd4f66ab9 (diff) | |
download | ports-e8cbe16eb6bea3c51ebadbdcc644cc9856678c37.tar.gz ports-e8cbe16eb6bea3c51ebadbdcc644cc9856678c37.zip |
Notes
Diffstat (limited to 'misc/pear-Services_Weather')
-rw-r--r-- | misc/pear-Services_Weather/Makefile | 12 | ||||
-rw-r--r-- | misc/pear-Services_Weather/distinfo | 4 |
2 files changed, 5 insertions, 11 deletions
diff --git a/misc/pear-Services_Weather/Makefile b/misc/pear-Services_Weather/Makefile index 1b66970a7b1a..53012bc65948 100644 --- a/misc/pear-Services_Weather/Makefile +++ b/misc/pear-Services_Weather/Makefile @@ -6,14 +6,14 @@ # PORTNAME= Services_Weather -PORTVERSION= 1.4.5 +PORTVERSION= 1.4.6 CATEGORIES= misc www pear geography MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR interface to various online weather-services BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} \ +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request USE_PHP= ctype pcre @@ -25,13 +25,7 @@ OPTIONS= PEAR_NET_FTP "PEAR::Net::FTP support" off \ PEAR_SOAP "PEAR::SOAP support" off \ PEAR_XML_SERIALIZER "PEAR::XML::Serializer support" off -CATEGORY= Services -FILES= Weather.php Weather/Common.php Weather/Ejse.php \ - Weather/Globalweather.php Weather/Metar.php \ - Weather/Weatherdotcom.php buildMetarDB.php images/sunrise.gif \ - images/sunset.gif -EXAMPLES= ejse-basic.php globalweather-basic.php metar-basic.php \ - metar-extensive.php weather.com-basic.php weather.com-extensive.php +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> diff --git a/misc/pear-Services_Weather/distinfo b/misc/pear-Services_Weather/distinfo index a31f0a4d4ffe..bef027a3b102 100644 --- a/misc/pear-Services_Weather/distinfo +++ b/misc/pear-Services_Weather/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/Services_Weather-1.4.5.tgz) = e9da29d774fa6df2e4b17e23b9324d7fdc9f4b6d7d20d35093870afc5574a195 -SIZE (PEAR/Services_Weather-1.4.5.tgz) = 53045 +SHA256 (PEAR/Services_Weather-1.4.6.tgz) = aaaaca7034efd56be892c36b747bae80566a2cd23c11d4a1d92dd9619ec36da1 +SIZE (PEAR/Services_Weather-1.4.6.tgz) = 55639 |