ports/181383: [PATCH] net/py-ec2-cli-tools: Fix RUN_DEPENDS
Li-Wen Hsu
lwhsu at FreeBSD.org
Sun Aug 18 18:20:00 UTC 2013
>Number: 181383
>Category: ports
>Synopsis: [PATCH] net/py-ec2-cli-tools: Fix RUN_DEPENDS
>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: Sun Aug 18 18:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Li-Wen Hsu
>Release: FreeBSD 9.1-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD lwbsd.cs.nctu.edu.tw 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Tue Jun 18 19:22:07 CST 2013
>Description:
- Fix RUN_DEPENDS
- Use PYTHON_SITELIBDIR
- Remove directories installed by lang/python* from plist
Port maintainer (swills at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:
--- py27-ec2-cli-tools-1.4_1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 324931)
+++ Makefile (working copy)
@@ -3,6 +3,7 @@
PORTNAME= ec2-cli-tools
PORTVERSION= 1.4
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +11,7 @@
MAINTAINER= swills at FreeBSD.org
COMMENT= Helpful CLI utilities for querying and connecting to EC2 instances
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}boto=>1.0:${PORTSDIR}/devel/py-boto
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>=1.0:${PORTSDIR}/devel/py-boto
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
Index: pkg-plist
===================================================================
--- pkg-plist (revision 324931)
+++ pkg-plist (working copy)
@@ -1,4 +1,4 @@
-%%PYTHON_LIBDIR%%/site-packages/%%PYEASYINSTALL_EGG%%
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
bin/ec2getsnaps
bin/ec2host
bin/ec2hostcache
@@ -5,5 +5,3 @@
bin/ec2ssh
bin/ec2sshproxy
bin/ec2who
- at dirrm %%PYTHON_LIBDIR%%/site-packages
- at dirrm %%PYTHON_LIBDIR%%
--- py27-ec2-cli-tools-1.4_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list