summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSofian Brabez <sbz@FreeBSD.org>2012-09-07 10:02:30 +0000
committerSofian Brabez <sbz@FreeBSD.org>2012-09-07 10:02:30 +0000
commitf0b03d99baa3ff9e5d93dbb09d37c6fa36f997f3 (patch)
tree4a4a740c9f341381932bc7d920180c6e3ad8e8df
parent- remove expired audio/holyshout (diff)
- Update to 2.6.1
- Add regression-test target PR: ports/171159 Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com>
Notes
Notes: svn path=/head/; revision=303808
-rw-r--r--devel/py-simplejson/Makefile5
-rw-r--r--devel/py-simplejson/distinfo4
2 files changed, 6 insertions, 3 deletions
diff --git a/devel/py-simplejson/Makefile b/devel/py-simplejson/Makefile
index 3dda7250d3b2..ad42ed3e3e7a 100644
--- a/devel/py-simplejson/Makefile
+++ b/devel/py-simplejson/Makefile
@@ -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 @@ LICENSE= MIT
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
+regression-test: build
+ @(cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test)
+
.include <bsd.port.mk>
diff --git a/devel/py-simplejson/distinfo b/devel/py-simplejson/distinfo
index 6bf5b78d354e..c48d626d78b5 100644
--- a/devel/py-simplejson/distinfo
+++ b/devel/py-simplejson/distinfo
@@ -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