Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 2014 13:23:33 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        nivit@FreeBSD.org
Subject:   ports/188505: [PATCH] devel/py-json-py: staging
Message-ID:  <201404121123.s3CBNXUq012548@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201404121130.s3CBU09I025852@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         188505
>Category:       ports
>Synopsis:       [PATCH] devel/py-json-py: staging
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 12 11:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Bartek Rutkowski
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST
>Description:
- Staging
- Add LICENSE
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-json-py/3.4_1/

Port maintainer (nivit@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- py-json-py-3.4.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351085)
+++ Makefile	(working copy)
@@ -10,14 +10,15 @@
 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 @@
 	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 <bsd.port.mk>
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 351085)
+++ pkg-descr	(working copy)
@@ -6,4 +6,4 @@
 running on web browser clients.
 
 Author:	<patrickdlogan@stardecisions.com>
-WWW:	http://sourceforge.net/projects/json-py/
+WWW: http://sourceforge.net/projects/json-py/
--- py-json-py-3.4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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