Bug 188532 - [PATCH] devel/py-pyke: staging
Summary: [PATCH] devel/py-pyke: 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: Gerald Pfeifer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-12 22:10 UTC by Bartek Rutkowski
Modified: 2014-05-12 01:00 UTC (History)
1 user (show)

See Also:


Attachments
py-pyke-1.1.1.patch (1.03 KB, patch)
2014-04-12 22:10 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 22:10:00 UTC
- Staging
- Add LICENSE
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-pyke/1.1.1/

Port maintainer (wen@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 22:10:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Gerald Pfeifer freebsd_committer freebsd_triage 2014-05-12 00:14:06 UTC
Responsible Changed
From-To: wen->gerald

I'll integrate this.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-12 00:52:33 UTC
Author: gerald
Date: Sun May 11 23:52:29 2014
New Revision: 353750
URL: http://svnweb.freebsd.org/changeset/ports/353750
QAT: https://qat.redports.org/buildarchive/r353750/

Log:
  - Convert to Staging.
  - Add LICENSE=MIT.
  - Tweak WWW line in pkg-descr.
  
  PR:		188532
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
  Approved by:	portmgr (blanket pre-approval)

Modified:
  head/devel/py-pyke/Makefile
  head/devel/py-pyke/pkg-descr

Modified: head/devel/py-pyke/Makefile
==============================================================================
--- head/devel/py-pyke/Makefile	Sun May 11 23:33:17 2014	(r353749)
+++ head/devel/py-pyke/Makefile	Sun May 11 23:52:29 2014	(r353750)
@@ -10,18 +10,19 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Python Knowledge Engine
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ply>=2.3:${PORTSDIR}/devel/py-ply
 
 USES=		zip
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 
-NO_STAGE=	yes
 post-install:
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}
-	@${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/LICENSE ${STAGEDIR}${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>

Modified: head/devel/py-pyke/pkg-descr
==============================================================================
--- head/devel/py-pyke/pkg-descr	Sun May 11 23:33:17 2014	(r353749)
+++ head/devel/py-pyke/pkg-descr	Sun May 11 23:52:29 2014	(r353750)
@@ -2,4 +2,4 @@ Pyke introduces a form of Logic Programm
 Python community by providing a knowledge-based inference engine (expert
 system) written in 100% Python.
 
-WWW:	http://pyke.sourceforge.net
+WWW: http://pyke.sourceforge.net
_______________________________________________
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 4 Gerald Pfeifer freebsd_committer freebsd_triage 2014-05-12 00:52:36 UTC
State Changed
From-To: open->closed

I just tested and committed your patch with NO_STAGE=yes removed 
(that was a key omission in the patch). 

Thanks for your contribution Bartek!