From owner-svn-ports-head@FreeBSD.ORG Thu May 8 14:56:40 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DDEAF417; Thu, 8 May 2014 14:56:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB4D4A73; Thu, 8 May 2014 14:56:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s48Eueci056438; Thu, 8 May 2014 14:56:40 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s48EueTR056436; Thu, 8 May 2014 14:56:40 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201405081456.s48EueTR056436@svn.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 8 May 2014 14:56:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353312 - head/devel/py-json-py X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 14:56:41 -0000 Author: vanilla Date: Thu May 8 14:56:39 2014 New Revision: 353312 URL: http://svnweb.freebsd.org/changeset/ports/353312 QAT: https://qat.redports.org/buildarchive/r353312/ Log: - Staging - Add LICENSE - Pet portlint PR: ports/188505 Submitted by: Bartek Rutkowski Approved by: portmgr@ Modified: head/devel/py-json-py/Makefile head/devel/py-json-py/pkg-descr Modified: head/devel/py-json-py/Makefile ============================================================================== --- head/devel/py-json-py/Makefile Thu May 8 14:48:10 2014 (r353311) +++ head/devel/py-json-py/Makefile Thu May 8 14:56:39 2014 (r353312) @@ -10,14 +10,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/} MAINTAINER= nivit@FreeBSD.org -COMMENT= A python implementation of a JSON (http//:json.org) reader/writer +COMMENT= Python implementation of a JSON (http//:json.org) reader/writer + +LICENSE= LGPL20 NO_WRKSUBDIR= yes USES= zip USE_PYTHON= yes -NO_STAGE= yes do-build: # compile python files cd ${WRKDIR}; \ @@ -27,7 +28,8 @@ do-build: done; \ do-install: + ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} @cd ${WRKDIR}; \ - ${FIND} . \( -name "*.py" -or -name "*.pyc" \) -exec ${INSTALL_SCRIPT} \{\} ${PYTHON_SITELIBDIR} \; + ${FIND} . \( -name "*.py" -or -name "*.pyc" \) -exec ${INSTALL_SCRIPT} \{\} ${STAGEDIR}${PYTHON_SITELIBDIR} \; .include Modified: head/devel/py-json-py/pkg-descr ============================================================================== --- head/devel/py-json-py/pkg-descr Thu May 8 14:48:10 2014 (r353311) +++ head/devel/py-json-py/pkg-descr Thu May 8 14:56:39 2014 (r353312) @@ -6,4 +6,4 @@ AJAX applications that exchange data fro running on web browser clients. Author: -WWW: http://sourceforge.net/projects/json-py/ +WWW: http://sourceforge.net/projects/json-py/