Eliminate a version variable and update.
This commit is contained in:
parent
36f889679b
commit
50dae55738
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2006/05/09 14:16:50 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2006/10/22 13:11:14 mbalmer Exp $
|
||||
|
||||
COMMENT= "interface to various online weather-services for PHP"
|
||||
|
||||
V= 1.3.1
|
||||
DISTNAME= Services_Weather-${V}
|
||||
PKGNAME= pear-Services-Weather-${V}p0
|
||||
DISTNAME= Services_Weather-1.3.2
|
||||
PKGNAME= pear-${DISTNAME:S/_/-/}
|
||||
CATEGORIES= net pear
|
||||
|
||||
MASTER_SITES= http://pear.php.net/get/
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (Services_Weather-1.3.1.tgz) = a84d8dc57e063e8fd615af92a99103c6
|
||||
RMD160 (Services_Weather-1.3.1.tgz) = 6aed8e1b5290e23f2e8359868bd3697fe0189831
|
||||
SHA1 (Services_Weather-1.3.1.tgz) = 1ddc76008e538df79c3264e8c40e1bc067cba262
|
||||
SIZE (Services_Weather-1.3.1.tgz) = 44818
|
||||
MD5 (Services_Weather-1.3.2.tgz) = 1cbdc5a4bb13bc97cbac62e682fe2980
|
||||
RMD160 (Services_Weather-1.3.2.tgz) = d17085502898457c5556a73cf8368a39aa875b24
|
||||
SHA1 (Services_Weather-1.3.2.tgz) = 8bd83b7cd69de7e1f6833d2f022ceebb30dccfab
|
||||
SIZE (Services_Weather-1.3.2.tgz) = 44849
|
||||
|
@ -1,11 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/02/15 09:51:34 mbalmer Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2006/10/22 13:11:14 mbalmer Exp $
|
||||
lib/
|
||||
lib/php/
|
||||
pear/
|
||||
pear/data/
|
||||
pear/data/Services_Weather/
|
||||
pear/data/Services_Weather/buildMetarDB.php
|
||||
pear/data/Services_Weather/images/
|
||||
pear/data/Services_Weather/images/sunrise.gif
|
||||
pear/data/Services_Weather/images/sunset.gif
|
||||
pear/doc/
|
||||
pear/doc/Services_Weather/
|
||||
pear/doc/Services_Weather/examples/
|
||||
pear/doc/Services_Weather/examples/ejse-basic.php
|
||||
@ -15,6 +18,19 @@ pear/doc/Services_Weather/examples/metar-extensive.php
|
||||
pear/doc/Services_Weather/examples/php_sunrise_sunset.php
|
||||
pear/doc/Services_Weather/examples/weather.com-basic.php
|
||||
pear/doc/Services_Weather/examples/weather.com-extensive.php
|
||||
pear/lib/
|
||||
@comment pear/lib/.channels/
|
||||
@comment pear/lib/.channels/.alias/
|
||||
@comment pear/lib/.channels/.alias/pear.txt
|
||||
@comment pear/lib/.channels/.alias/pecl.txt
|
||||
@comment pear/lib/.channels/__uri.reg
|
||||
@comment pear/lib/.channels/pear.php.net.reg
|
||||
@comment pear/lib/.channels/pecl.php.net.reg
|
||||
@comment pear/lib/.depdb
|
||||
@comment pear/lib/.depdblock
|
||||
pear/lib/.registry/
|
||||
@comment pear/lib/.registry/.channel.__uri/
|
||||
@comment pear/lib/.registry/.channel.pecl.php.net/
|
||||
pear/lib/.registry/services_weather.reg
|
||||
pear/lib/Services/
|
||||
pear/lib/Services/Weather/
|
||||
|
Loading…
Reference in New Issue
Block a user