Hi,

This diff updates py-polib to the latest release 1.0.2.
Add the regression tests.

Comments ? OK ?

Cheers,
benoit
Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/py-polib/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	2 Nov 2011 13:33:10 -0000	1.1.1.1
+++ Makefile	9 Jan 2013 16:54:16 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=	Python library to manipulate gettext files
 
-MODPY_EGG_VERSION=	0.7.0
+MODPY_EGG_VERSION=	1.0.2
 DISTNAME =	polib-${MODPY_EGG_VERSION}
 PKGNAME =	py-${DISTNAME}
 
@@ -19,5 +19,10 @@
 MASTER_SITES=	http://bitbucket.org/izi/polib/downloads/
 
 MODULES =	lang/python
+
+REGRESS_DEPENDS =	devel/py-coverage
+
+do-regress: fake
+	@cd ${WRKSRC} && ${MAKE_ENV} ./runtests.sh
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/py-polib/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo	2 Nov 2011 13:33:10 -0000	1.1.1.1
+++ distinfo	9 Jan 2013 16:54:16 -0000
@@ -1,5 +1,2 @@
-MD5 (polib-0.7.0.tar.gz) = lY+Pga3n0khO3CWzmJ/iRw==
-RMD160 (polib-0.7.0.tar.gz) = QpHRojdIup9vdwJP9LD77kko1as=
-SHA1 (polib-0.7.0.tar.gz) = C/ruUkOakbbglYg6ix8B5OL5wjY=
-SHA256 (polib-0.7.0.tar.gz) = 2RhNdFTGUPWibbVOcNqKUMUdzGhzr2UndwirnGz1xEk=
-SIZE (polib-0.7.0.tar.gz) = 149614
+SHA256 (polib-1.0.2.tar.gz) = xAoca9V7IaEdqlGX6/j+BJ+5VXwmgZnR3gkMFzZh/K0=
+SIZE (polib-1.0.2.tar.gz) = 149187

Reply via email to