diff options
author | thierry <thierry@FreeBSD.org> | 2011-06-22 04:15:53 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2011-06-22 04:15:53 +0800 |
commit | d9bcec108d9b82661f02adbfb80a521d2b2df6b7 (patch) | |
tree | 9e2bbdf2f95591026a84329e7a69fa502a779034 /french/tvdownloader | |
parent | 08b48ca9ebae5f821abb0a18e6630242efa3edb3 (diff) | |
download | freebsd-ports-gnome-d9bcec108d9b82661f02adbfb80a521d2b2df6b7.tar.gz freebsd-ports-gnome-d9bcec108d9b82661f02adbfb80a521d2b2df6b7.tar.zst freebsd-ports-gnome-d9bcec108d9b82661f02adbfb80a521d2b2df6b7.zip |
Chase py-mechanize's upgrade.
Reported by: pointyhat via Pav
Pointyhat to: lwhsu
Diffstat (limited to 'french/tvdownloader')
-rw-r--r-- | french/tvdownloader/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/french/tvdownloader/Makefile b/french/tvdownloader/Makefile index c0b5d1aa9da3..672de2407858 100644 --- a/french/tvdownloader/Makefile +++ b/french/tvdownloader/Makefile @@ -7,6 +7,7 @@ PORTNAME= tvdownloader PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= french multimedia MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MASTER_SITE_SUBDIR= @@ -20,7 +21,7 @@ RUN_DEPENDS= msdl:${PORTSDIR}/multimedia/msdl \ ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto\ ${PYTHON_SITELIBDIR}/${MECHA_EGG}:${PORTSDIR}/www/py-mechanize -MECHA_VER= 0.2.4 +MECHA_VER= 0.2.5 MECHA_EGG= mechanize-${MECHA_VER}-${PYTHON_VERSION:S/thon//}${PYEASYINSTALL_OSARCH}.egg USE_PYTHON= yes |