Bug 188505 - [PATCH] devel/py-json-py: staging
Summary: [PATCH] devel/py-json-py: staging
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-12 12:30 UTC by Bartek Rutkowski
Modified: 2014-05-08 16:00 UTC (History)
1 user (show)

See Also:


Attachments
py-json-py-3.4.patch (1.18 KB, patch)
2014-04-12 12:30 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-04-12 12:30:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-12 12:30:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nivit

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-08 15:56:43 UTC
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 <ports@robakdesign.com>
  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 <bsd.port.mk>

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:	<patrickdlogan@stardecisions.com>
-WWW:	http://sourceforge.net/projects/json-py/
+WWW: http://sourceforge.net/projects/json-py/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Vanilla I. Shu freebsd_committer freebsd_triage 2014-05-08 15:57:07 UTC
State Changed
From-To: open->closed

Committed, thanks.