diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2005-03-20 18:15:46 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2005-03-20 18:15:46 +0000 |
commit | 6d03af1e2cf23cd31fdb26de95a70d7cfaa23986 (patch) | |
tree | f04b9be727f5a6ffeff207d5d643812f292442ad /net | |
parent | Update to 0.3.1. (diff) |
Update to 0.5.3.
Notes
Notes:
svn path=/head/; revision=131765
Diffstat (limited to 'net')
-rw-r--r-- | net/py-google/Makefile | 4 | ||||
-rw-r--r-- | net/py-google/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/py-google/Makefile b/net/py-google/Makefile index 11f64b968039..a81f64d36d5a 100644 --- a/net/py-google/Makefile +++ b/net/py-google/Makefile @@ -6,7 +6,7 @@ # PORTNAME= google -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.3 CATEGORIES= net python MASTER_SITES= http://diveintomark.org/projects/pygoogle/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ DISTNAME= pygoogle-${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= Python wrapper for the Google web API -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_xmlplus/sax/__init__.py:${PORTSDIR}/textproc/py-xml +RUN_DEPENDS= ${PYXML} USE_PYTHON= yes USE_ZIP= yes diff --git a/net/py-google/distinfo b/net/py-google/distinfo index 89ab46adc92a..24b041bf4d53 100644 --- a/net/py-google/distinfo +++ b/net/py-google/distinfo @@ -1,2 +1,2 @@ -MD5 (pygoogle-0.5.2.zip) = 766a590648cab76039f850f7c4118c50 -SIZE (pygoogle-0.5.2.zip) = 35828 +MD5 (pygoogle-0.5.3.zip) = e2c6d051aa9908eb7fdffca40a4cb692 +SIZE (pygoogle-0.5.3.zip) = 35862 |