svn commit: r353206 - head/devel/py-demjson

Steve Wills swills at FreeBSD.org
Wed May 7 20:48:37 UTC 2014


Author: swills
Date: Wed May  7 20:48:36 2014
New Revision: 353206
URL: http://svnweb.freebsd.org/changeset/ports/353206
QAT: https://qat.redports.org/buildarchive/r353206/

Log:
  - Update to 2.0, make fetchable
  
  PR:		ports/189442
  Submitted by:	Bartek Rutkowski <ports at robakdesign.com> (maintainer)

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

Modified: head/devel/py-demjson/Makefile
==============================================================================
--- head/devel/py-demjson/Makefile	Wed May  7 20:47:36 2014	(r353205)
+++ head/devel/py-demjson/Makefile	Wed May  7 20:48:36 2014	(r353206)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	demjson
-PORTVERSION=	1.7
+PORTVERSION=	2.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP \
 		http://deron.meranda.us/python/demjson/dist/
@@ -13,14 +13,12 @@ COMMENT=	Encoder, Decoder, and Lint/Vali
 
 LICENSE=	LGPL3
 
-BROKEN=		Unfetchable
+USE_PYTHON=	yes
 
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
-PLIST_FILES=		bin/jsonlint
-
 post-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/jsonlint ${STAGEDIR}${PREFIX}/bin
 

Modified: head/devel/py-demjson/distinfo
==============================================================================
--- head/devel/py-demjson/distinfo	Wed May  7 20:47:36 2014	(r353205)
+++ head/devel/py-demjson/distinfo	Wed May  7 20:48:36 2014	(r353206)
@@ -1,2 +1,2 @@
-SHA256 (demjson-1.7.tar.gz) = 26b3d1f47ea73e3aab9a04e13eef7cfb461feb8b4c380d83680ff2bed52a779b
-SIZE (demjson-1.7.tar.gz) = 60756
+SHA256 (demjson-2.0.tar.gz) = 75b54ccb07b2f08f336cc053b358b0fe2e87c50763b45ad5f4791b7d4a3f0976
+SIZE (demjson-2.0.tar.gz) = 189103


More information about the svn-ports-all mailing list