Index: head/misc/pear-Services_Weather/Makefile =================================================================== --- head/misc/pear-Services_Weather/Makefile (revision 119090) +++ head/misc/pear-Services_Weather/Makefile (revision 119091) @@ -1,44 +1,44 @@ # Ports collection makefile for: pear-Services_Weather # Date created: 04 April 2004 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= Services_Weather -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= misc www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR interface to various online weather-services BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} .if !defined (WITHOUT_CACHE) BUILD_DEPENDS+= ${PEARDIR}/Cache/Cache.php:${PORTSDIR}/sysutils/pear-Cache .endif .if !defined (WITHOUT_DB) BUILD_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB .endif .if !defined (WITHOUT_HTTPR) BUILD_DEPENDS+= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request .endif .if !defined (WITHOUT_SERIALIZER) BUILD_DEPENDS+= ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer .endif .if !defined (WITHOUT_SOAP) 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 .include .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include Property changes on: head/misc/pear-Services_Weather/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/misc/pear-Services_Weather/distinfo =================================================================== --- head/misc/pear-Services_Weather/distinfo (revision 119090) +++ head/misc/pear-Services_Weather/distinfo (revision 119091) @@ -1,2 +1,2 @@ -MD5 (PEAR/Services_Weather-1.3.0.tgz) = c21809b0f8c3265589da5585b4a1136b -SIZE (PEAR/Services_Weather-1.3.0.tgz) = 45002 +MD5 (PEAR/Services_Weather-1.3.1.tgz) = a84d8dc57e063e8fd615af92a99103c6 +SIZE (PEAR/Services_Weather-1.3.1.tgz) = 44818 Property changes on: head/misc/pear-Services_Weather/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property