Bug 188474 - [PATCH] devel/py-ciphon: staging
Summary: [PATCH] devel/py-ciphon: 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: Soeren Straarup
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-11 20:50 UTC by Bartek Rutkowski
Modified: 2014-05-08 15:20 UTC (History)
1 user (show)

See Also:


Attachments
py-ciphon-0.4.0.patch (879 bytes, patch)
2014-04-11 20:50 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-11 20:50:01 UTC
Staging, http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-ciphon/0.4.0/

Port maintainer (xride@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-11 20:50:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->xride

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-08 15:15:16 UTC
Author: vanilla
Date: Thu May  8 14:15:13 2014
New Revision: 353303
URL: http://svnweb.freebsd.org/changeset/ports/353303
QAT: https://qat.redports.org/buildarchive/r353303/

Log:
  Support STAGEDIR, and add LICENSE.
  
  PR:		ports/188474
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
  Approved by:	portmgr@

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

Modified: head/devel/py-ciphon/Makefile
==============================================================================
--- head/devel/py-ciphon/Makefile	Thu May  8 14:12:32 2014	(r353302)
+++ head/devel/py-ciphon/Makefile	Thu May  8 14:15:13 2014	(r353303)
@@ -8,13 +8,14 @@ MASTER_SITES=	SF/pythonsiphon/${PORTNAME
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	xride@FreeBSD.org
-COMMENT=	A module for python that adds cpan-like functionality
+COMMENT=	Module for python that adds cpan-like functionality
+
+LICENSE=	BSD2CLAUSE
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 
-NO_STAGE=	yes
 post-install:
-	@${MV} -f ${PREFIX}/bin/ciphon.py ${PREFIX}/bin/ciphon
+	@${MV} -f ${STAGEDIR}${PREFIX}/bin/ciphon.py ${STAGEDIR}${PREFIX}/bin/ciphon
 
 .include <bsd.port.mk>

Modified: head/devel/py-ciphon/pkg-descr
==============================================================================
--- head/devel/py-ciphon/pkg-descr	Thu May  8 14:12:32 2014	(r353302)
+++ head/devel/py-ciphon/pkg-descr	Thu May  8 14:15:13 2014	(r353303)
@@ -1 +1,3 @@
 A module for python that adds cpan-like functionality
+
+WWW: http://sourceforge.net/projects/pythonsiphon/
_______________________________________________
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:15:29 UTC
State Changed
From-To: open->closed

Committed, thanks.