svn commit: r351094 - head/devel/py-demjson
Wen Heping
wen at FreeBSD.org
Sat Apr 12 13:57:58 UTC 2014
Author: wen
Date: Sat Apr 12 13:57:57 2014
New Revision: 351094
URL: http://svnweb.freebsd.org/changeset/ports/351094
QAT: https://qat.redports.org/buildarchive/r351094/
Log:
- Stage support [1]
- Add LICENSE [1]
- Pet portlint [1]
- Pass maintainership to submitter
PR: 188479 [1]
Submitted by: Bartek Rutkowski <ports at robakdesign.com> [1]
Deleted:
head/devel/py-demjson/pkg-plist
Modified:
head/devel/py-demjson/Makefile
head/devel/py-demjson/pkg-descr
Modified: head/devel/py-demjson/Makefile
==============================================================================
--- head/devel/py-demjson/Makefile Sat Apr 12 13:51:31 2014 (r351093)
+++ head/devel/py-demjson/Makefile Sat Apr 12 13:57:57 2014 (r351094)
@@ -9,16 +9,18 @@ MASTER_SITES= CHEESESHOP \
http://deron.meranda.us/python/demjson/dist/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= wen at FreeBSD.org
+MAINTAINER= ports at robakdesign.com
COMMENT= Encoder, Decoder, and Lint/Validator for JSON
-USE_PYTHON= yes
+LICENSE= LGPL3
+
+USE_PYTHON= yes
USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
+PLIST_FILES= bin/jsonlint
post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/jsonlint ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/jsonlint ${STAGEDIR}${PREFIX}/bin
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/py-demjson/pkg-descr
==============================================================================
--- head/devel/py-demjson/pkg-descr Sat Apr 12 13:51:31 2014 (r351093)
+++ head/devel/py-demjson/pkg-descr Sat Apr 12 13:57:57 2014 (r351094)
@@ -9,4 +9,4 @@ also support JavaScript's NaN and Infini
it's 'undefined' type. It also includes a lint-like JSON syntax
validator which tests JSON text for strict compliance to the standard.
-WWW: http://deron.meranda.us/python/demjson/
+WWW: http://deron.meranda.us/python/demjson/
More information about the svn-ports-all
mailing list