Index: distinfo =================================================================== --- distinfo (revision 303806) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (simplejson-2.6.0.tar.gz) = 8119b9bfb10b9ca3b0b63f8555b8efd114595ff01ba2d1c34c8aaf91e7d0badc -SIZE (simplejson-2.6.0.tar.gz) = 53012 +SHA256 (simplejson-2.6.1.tar.gz) = b15befbd41157ec21795efcd960828be193cec6334b3e94bb99e02b32daad17c +SIZE (simplejson-2.6.1.tar.gz) = 53180 \ No newline at end of file Index: Makefile =================================================================== --- Makefile (revision 303806) +++ Makefile (working copy) @@ -6,7 +6,7 @@ # PORTNAME= simplejson -PORTVERSION= 2.6.0 +PORTVERSION= 2.6.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,4 +19,7 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS= yes +regression-test: build + @(cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test) + .include