Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Sep 2012 10:02:31 +0000 (UTC)
From:      Sofian Brabez <sbz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303808 - head/devel/py-simplejson
Message-ID:  <201209071002.q87A2VCl078416@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbz
Date: Fri Sep  7 10:02:30 2012
New Revision: 303808
URL: http://svn.freebsd.org/changeset/ports/303808

Log:
  - Update to 2.6.1
  - Add regression-test target
  
  PR:		ports/171159
  Submitted by:	Kubilay Kocak <koobs.freebsd at gmail.com>

Modified:
  head/devel/py-simplejson/Makefile
  head/devel/py-simplejson/distinfo

Modified: head/devel/py-simplejson/Makefile
==============================================================================
--- head/devel/py-simplejson/Makefile	Fri Sep  7 09:49:25 2012	(r303807)
+++ head/devel/py-simplejson/Makefile	Fri Sep  7 10:02:30 2012	(r303808)
@@ -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>

Modified: head/devel/py-simplejson/distinfo
==============================================================================
--- head/devel/py-simplejson/distinfo	Fri Sep  7 09:49:25 2012	(r303807)
+++ head/devel/py-simplejson/distinfo	Fri Sep  7 10:02:30 2012	(r303808)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209071002.q87A2VCl078416>