diff options
author | perky <perky@FreeBSD.org> | 2005-03-21 02:15:46 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2005-03-21 02:15:46 +0800 |
commit | f4d228140101e5487a5373a70f4f0d13073ec43f (patch) | |
tree | e5a5b2b3da47ff4845c46f59cc7317765e713ed3 /net | |
parent | 726b56df2fcadcf8d564f11b8f609f5c785ce21a (diff) | |
download | freebsd-ports-gnome-f4d228140101e5487a5373a70f4f0d13073ec43f.tar.gz freebsd-ports-gnome-f4d228140101e5487a5373a70f4f0d13073ec43f.tar.zst freebsd-ports-gnome-f4d228140101e5487a5373a70f4f0d13073ec43f.zip |
Update to 0.5.3.
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 |