Hi,

This diff updates py-mechanize to the latest release 0.2.5.

Comments ? OK ?

Cheers,
benoit
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/py-mechanize/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	8 May 2012 17:07:30 -0000	1.6
+++ Makefile	18 Jan 2013 05:49:48 -0000
@@ -2,10 +2,9 @@
 
 COMMENT=		stateful programmatic web browsing module
 
-MODPY_EGG_VERSION=	0.2.4
+MODPY_EGG_VERSION=	0.2.5
 DISTNAME=		mechanize-${MODPY_EGG_VERSION}
 PKGNAME=		py-${DISTNAME}
-REVISION=		2
 
 CATEGORIES=		www
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/py-mechanize/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo	14 Nov 2010 19:58:39 -0000	1.1.1.1
+++ distinfo	18 Jan 2013 05:49:48 -0000
@@ -1,5 +1,2 @@
-MD5 (mechanize-0.2.4.tar.gz) = DBw87Bxte12HZioGnwTrjQ==
-RMD160 (mechanize-0.2.4.tar.gz) = hjlJ2u6/rWHA9KFmxvK761z0WlY=
-SHA1 (mechanize-0.2.4.tar.gz) = yI7UZtmpHQ2e2Epgb1aYzRjyqFg=
-SHA256 (mechanize-0.2.4.tar.gz) = QFOjcWKsmCrWT4tir6r6G5FiWwxs2r2plx9ry6ytRY0=
-SIZE (mechanize-0.2.4.tar.gz) = 382727
+SHA256 (mechanize-0.2.5.tar.gz) = LmeyDRB7MMAK2BSJGglQSMNdnYy5VBgBzr6FaEzIR2Y=
+SIZE (mechanize-0.2.5.tar.gz) = 383918
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/py-mechanize/pkg/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- pkg/PLIST	15 Nov 2010 12:14:28 -0000	1.2
+++ pkg/PLIST	18 Jan 2013 05:49:48 -0000
@@ -64,13 +64,13 @@
 lib/python${MODPY_VERSION}/site-packages/mechanize/_util.pyc
 lib/python${MODPY_VERSION}/site-packages/mechanize/_version.py
 lib/python${MODPY_VERSION}/site-packages/mechanize/_version.pyc
-share/examples/py-mechanize/
-share/examples/py-mechanize/forms/
-share/examples/py-mechanize/forms/data.dat
-share/examples/py-mechanize/forms/data.txt
-share/examples/py-mechanize/forms/echo.cgi
-share/examples/py-mechanize/forms/example.html
-share/examples/py-mechanize/forms/example.py
-share/examples/py-mechanize/forms/simple.py
-share/examples/py-mechanize/hack21.py
-share/examples/py-mechanize/pypi.py
+share/examples/${MODPY_PY_PREFIX}mechanize/
+share/examples/${MODPY_PY_PREFIX}mechanize/forms/
+share/examples/${MODPY_PY_PREFIX}mechanize/forms/data.dat
+share/examples/${MODPY_PY_PREFIX}mechanize/forms/data.txt
+share/examples/${MODPY_PY_PREFIX}mechanize/forms/echo.cgi
+share/examples/${MODPY_PY_PREFIX}mechanize/forms/example.html
+share/examples/${MODPY_PY_PREFIX}mechanize/forms/example.py
+share/examples/${MODPY_PY_PREFIX}mechanize/forms/simple.py
+share/examples/${MODPY_PY_PREFIX}mechanize/hack21.py
+share/examples/${MODPY_PY_PREFIX}mechanize/pypi.py

Reply via email to