Date: Sat, 15 Feb 2014 12:19:58 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344374 - head/devel/py-simplejson Message-ID: <201402151219.s1FCJwpm093000@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Sat Feb 15 12:19:58 2014 New Revision: 344374 URL: http://svnweb.freebsd.org/changeset/ports/344374 QAT: https://qat.redports.org/buildarchive/r344374/ Log: - Update to 3.3.3 - Adjust LICENSE - Remove pkg-plist, use PYDISTUTILS_AUTOPLIST ChangeLog: https://github.com/simplejson/simplejson/blob/master/CHANGES.txt Deleted: head/devel/py-simplejson/pkg-plist Modified: head/devel/py-simplejson/Makefile head/devel/py-simplejson/distinfo Modified: head/devel/py-simplejson/Makefile ============================================================================== --- head/devel/py-simplejson/Makefile Sat Feb 15 12:15:51 2014 (r344373) +++ head/devel/py-simplejson/Makefile Sat Feb 15 12:19:58 2014 (r344374) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= simplejson -PORTVERSION= 3.3.1 +PORTVERSION= 3.3.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +10,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Simple, fast, extensible JSON encoder/decoder -LICENSE= MIT +LICENSE_COMB= dual +LICENSE= MIT PSFL USE_PYTHON= yes USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes + +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib regression-test test: build cd ${WRKSRC}/ && ${PYTHON_CMD} ${PYSETUP} test Modified: head/devel/py-simplejson/distinfo ============================================================================== --- head/devel/py-simplejson/distinfo Sat Feb 15 12:15:51 2014 (r344373) +++ head/devel/py-simplejson/distinfo Sat Feb 15 12:19:58 2014 (r344374) @@ -1,2 +1,2 @@ -SHA256 (simplejson-3.3.1.tar.gz) = 054926f2a16e3f1974e4f70bc2c640e4566becf3103ecf4342fa9fb1eb3ba1d8 -SIZE (simplejson-3.3.1.tar.gz) = 67371 +SHA256 (simplejson-3.3.3.tar.gz) = bf2cdb00ef60cc16c5ea4f8db4f0a05165d357140574b6ae4d637f4f0b9557ec +SIZE (simplejson-3.3.3.tar.gz) = 67503
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402151219.s1FCJwpm093000>