diff options
author | miwi <miwi@FreeBSD.org> | 2012-01-15 00:32:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-01-15 00:32:33 +0800 |
commit | 13b7c0171729d724fd166f6f9acbd86966e63004 (patch) | |
tree | cc5f5c4dbe892e1f9ba4767610b32a5cc3f1e72b /misc/pear-Services_Weather | |
parent | 15f19d63d1a5f3edce57a17203e6c2934b83a017 (diff) | |
download | freebsd-ports-gnome-13b7c0171729d724fd166f6f9acbd86966e63004.tar.gz freebsd-ports-gnome-13b7c0171729d724fd166f6f9acbd86966e63004.tar.zst freebsd-ports-gnome-13b7c0171729d724fd166f6f9acbd86966e63004.zip |
- Update to 1.4.6
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 |