Index: head/devel/py-simplejson/Makefile =================================================================== --- head/devel/py-simplejson/Makefile (revision 303807) +++ head/devel/py-simplejson/Makefile (revision 303808) @@ -1,22 +1,25 @@ # New ports collection makefile for: py-simplejson # Date created: 25 Apr 2006 # Whom: Alexander Botero-Lowry # # $FreeBSD$ # PORTNAME= simplejson -PORTVERSION= 2.6.0 +PORTVERSION= 2.6.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Simplejson is a simple, fast, extensible JSON encoder/decoder LICENSE= MIT USE_PYTHON= -2.7 USE_PYDISTUTILS= yes + +regression-test: build + @(cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test) .include Index: head/devel/py-simplejson/distinfo =================================================================== --- head/devel/py-simplejson/distinfo (revision 303807) +++ head/devel/py-simplejson/distinfo (revision 303808) @@ -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