Page MenuHomeFreeBSD

D13555.diff
No OneTemporary

D13555.diff

Index: head/UPDATING
===================================================================
--- head/UPDATING
+++ head/UPDATING
@@ -5,6 +5,14 @@
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20180102:
+ AFFECTS: users of devel/awscli
+ AUTHOR: bhughes@FreeBSD.org
+
+ The package name for devel/awscli has changed (back) to just awscli.
+ The introduction of flavors erroneously caused the awscli package to
+ be renamed to py27-awscli.
+
20171230:
AFFECTS: users of net-im/ejabberd
AUTHOR: ashish@FreeBSD.org
Index: head/devel/awscli/Makefile
===================================================================
--- head/devel/awscli/Makefile
+++ head/devel/awscli/Makefile
@@ -5,7 +5,6 @@
PORTVERSION= 1.14.13
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bhughes@FreeBSD.org
COMMENT= Universal Command Line Interface for Amazon Web Services
@@ -13,15 +12,15 @@
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.8.17:devel/py-botocore@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.1.12:net/py-s3transfer@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:security/py-rsa@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.8.17:devel/py-botocore@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.1.12:net/py-s3transfer@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:security/py-rsa@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist distutils concurrent
+USE_PYTHON= autoplist distutils concurrent noflavors
NO_ARCH= yes
.include <bsd.port.mk>

File Metadata

Mime Type
text/plain
Expires
Fri, Feb 7, 2:47 PM (10 h, 28 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16511976
Default Alt Text
D13555.diff (2 KB)

Event Timeline