From owner-svn-ports-all@FreeBSD.ORG Thu May 8 14:15:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E8C0F51; Thu, 8 May 2014 14:15:14 +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 5CA9662A; Thu, 8 May 2014 14:15:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s48EFEbo038968; Thu, 8 May 2014 14:15:14 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s48EFD4D038966; Thu, 8 May 2014 14:15:13 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201405081415.s48EFD4D038966@svn.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 8 May 2014 14:15:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353303 - head/devel/py-ciphon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 14:15:14 -0000 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 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 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/