- Update to 1.4.0
- Take maintainership PR: ports/101086 Submitted by: maintainer (chinsan <chinsan dot tw_AT_gmail dot com>)
This commit is contained in:
parent
64a9bb8abd
commit
9bfbb8385b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169268
2 changed files with 11 additions and 12 deletions
|
@ -6,11 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= Services_Weather
|
||||
PORTVERSION= 1.3.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.4.0
|
||||
CATEGORIES= misc www pear
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= chinsan.tw@gmail.com
|
||||
COMMENT= PEAR interface to various online weather-services
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
|
@ -33,12 +32,12 @@ BUILD_DEPENDS+= ${PEARDIR}/SOAP/Base.php:${PORTSDIR}/net/pear-SOAP
|
|||
.endif
|
||||
|
||||
CATEGORY= Services
|
||||
FILES= Weather.php Weather/Common.php Weather/Globalweather.php \
|
||||
Weather/Ejse.php Weather/Metar.php Weather/Weatherdotcom.php \
|
||||
buildMetarDB.php images/sunrise.gif images/sunset.gif
|
||||
EXAMPLES= globalweather-basic.php ejse-basic.php metar-basic.php \
|
||||
metar-extensive.php php_sunrise_sunset.php weather.com-basic.php\
|
||||
weather.com-extensive.php
|
||||
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
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (PEAR/Services_Weather-1.3.2.tgz) = 1cbdc5a4bb13bc97cbac62e682fe2980
|
||||
SHA256 (PEAR/Services_Weather-1.3.2.tgz) = 6795cb096d21346ef6c95fce046eeb0fc6a8b330be0c3af1cc44c97e67453d4d
|
||||
SIZE (PEAR/Services_Weather-1.3.2.tgz) = 44849
|
||||
MD5 (PEAR/Services_Weather-1.4.0.tgz) = a83fbf5e2e7ffd22219c513cfefe6b52
|
||||
SHA256 (PEAR/Services_Weather-1.4.0.tgz) = 87420f024ecba2d0e9cbe4870f2559a15f558a583ff032958512d465ec4e547e
|
||||
SIZE (PEAR/Services_Weather-1.4.0.tgz) = 54183
|
||||
|
|
Loading…
Reference in a new issue