notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/awscli/Makefile

Number of commits found: 176 (showing only 76 on this page)

«  1 | 2 

Friday, 2 Mar 2018
12:10 bhughes search for other commits by this committer
devel/awscli: Update 1.4.49 -> 1.4.50
Original commitRevision:463390 
Thursday, 1 Mar 2018
21:12 bhughes search for other commits by this committer
devel/awscli: Update 1.4.46 -> 1.4.49
Original commitRevision:463354 
Sunday, 25 Feb 2018
23:17 bhughes search for other commits by this committer
devel/awscli: Update 1.4.42 -> 1.4.46
Original commitRevision:462983 
Tuesday, 20 Feb 2018
20:59 bhughes search for other commits by this committer
devel/awscli: Update 1.4.41 -> 1.4.42
Original commitRevision:462451 
Sunday, 18 Feb 2018
18:54 bhughes search for other commits by this committer
devel/awscli: Update 1.4.40 -> 1.4.41
Original commitRevision:462261 
Friday, 16 Feb 2018
20:33 bhughes search for other commits by this committer
devel/awscli: Update 1.4.38 -> 1.4.40

https://github.com/aws/aws-cli/blob/1.14.40/CHANGELOG.rst
Original commitRevision:462061 
Wednesday, 14 Feb 2018
12:26 bhughes search for other commits by this committer
devel/awscli: Update 1.4.36 -> 1.4.38
Original commitRevision:461785 
Monday, 12 Feb 2018
10:08 bhughes search for other commits by this committer
devel/awscli: Update 1.4.32 -> 1.4.36
Original commitRevision:461575 
Monday, 29 Jan 2018
13:30 bhughes search for other commits by this committer
devel/awscli: Update 1.14.18 -> 1.14.32

Approved by:	mat (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D14098
Original commitRevision:460301 
Wednesday, 3 Jan 2018
11:12 bhughes search for other commits by this committer
devel/awscli: Update 1.14.13 -> 1.14.18

Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D13743
Original commitRevision:457954 
Tuesday, 2 Jan 2018
13:52 bhughes search for other commits by this committer
devel/awscli: use USE_PTYHON=noflavors, remove PKGNAMEPREFIX

The introduction of flavors caused the awscli package to be renamed to
py27-awscli. Since this package is preinstalled on all AWS EC2 instances
running a FreeBSD image, apply POLA and rename the package back to
awscli. The assumption is that the rename was unintentional.

Approved by:	mat (co-mentor)
MFH:		2018Q1
Differential Revision:	https://reviews.freebsd.org/D13555
Original commitRevision:457853 
Wednesday, 20 Dec 2017
12:54 bhughes search for other commits by this committer
devel/awscli: Update 1.12.1 -> 1.14.13

Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D13552
Original commitRevision:456791 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Friday, 24 Nov 2017
20:04 bhughes search for other commits by this committer
devel/awscli: Update 1.12.0 -> 1.12.1

Approved by:	mat (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D13226
Original commitRevision:454845 
Thursday, 23 Nov 2017
08:38 bhughes search for other commits by this committer
devel/awscli: Update 1.11.178 -> 1.12.0

Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D13201
Original commitRevision:454747 
Tuesday, 31 Oct 2017
08:31 bhughes search for other commits by this committer
devel/awscli: Update 1.11.177 -> 1.11.178

Approved by:	mat (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D12819
Original commitRevision:453219 
Friday, 27 Oct 2017
12:34 bhughes search for other commits by this committer
devel/awscli: Update 1.11.123 -> 1.11.177

Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D12804
Original commitRevision:452982 
Tuesday, 25 Jul 2017
06:39 bhughes search for other commits by this committer
devel/awscli: Update 1.11.117 -> 1.11.123

Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D11718
Original commitRevision:446559 
Friday, 7 Jul 2017
07:33 bhughes search for other commits by this committer
devel/awscli: Update 1.11.115 -> 1.11.117

Approved by:	mat (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D11512
Original commitRevision:445210 
Monday, 3 Jul 2017
13:10 bhughes search for other commits by this committer
devel/awscli: Update 1.11.113 -> 1.11.115

Approved by:	mat (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D11442
Original commitRevision:444950 
Wednesday, 28 Jun 2017
10:47 bhughes search for other commits by this committer
devel/awscli: Update 1.11.103 -> 1.11.113

Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D11390
Original commitRevision:444565 
Thursday, 15 Jun 2017
05:05 bhughes search for other commits by this committer
devel/awscli: Update 1.11.91 -> 1.11.103

Approved by:	mat (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D11182
Original commitRevision:443613 
Friday, 2 Jun 2017
19:15 bhughes search for other commits by this committer
multiple ports: Update MAINTANER

Change bradleythughes@fastmail.fm -> bhughes@FreeBSD.org after
receiving my ports commit bit on all ports I maintain: devel/awscli,
devel/py-botocore, net/py-s3transfer, net/turnserver, www/node4,
www/node6, and www/node.

Approved by:	robak (mentor)
Differential Review:	https://reviews.freebsd.org/D11015
Original commitRevision:442454 
Friday, 26 May 2017
06:51 joneum search for other commits by this committer
- Update to 1.11.91

- Changelog: https://github.com/aws/aws-cli/blob/1.11.91/CHANGELOG.rst

PR:	219493
Submitted by:	Bradley T. Hughes (maintainer)
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10884
Original commitRevision:441754 
Thursday, 27 Apr 2017
14:48 sunpoet search for other commits by this committer
Update to 1.11.81

Changes:	https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst
PR:		218916
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:439556 
Sunday, 9 Apr 2017
14:58 robak search for other commits by this committer
devel/awscli: update 1.11.68 -> 1.11.74

PR:		218438
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:438105 
Thursday, 30 Mar 2017
13:41 robak search for other commits by this committer
devel/awscli: update 1.11.66 -> 1.11.68

PR:		218211
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:437289 
Friday, 24 Mar 2017
11:05 robak search for other commits by this committer
devel/awscli: update 1.11.63 -> 1.11.66

PR:		218051
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:436808 
Wednesday, 22 Mar 2017
14:31 robak search for other commits by this committer
devel/awscli: update 1.11.61 -> 1.11.63

PR:		217819
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:436701 
Tuesday, 14 Mar 2017
10:28 robak search for other commits by this committer
devel/awscli: update 1.11.54 -> 1.11.61

PR:		217770
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:436143 
Friday, 24 Feb 2017
20:09 rm search for other commits by this committer
devel/awscli: update to 1.11.54

PR:		217250
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:434743 
Thursday, 26 Jan 2017
12:25 amdmi3 search for other commits by this committer
- Update to 1.11.43

PR:		216491
Submitted by:	bradleythughes@fastmail.fm (maintainer)
Original commitRevision:432487 
Tuesday, 24 Jan 2017
21:46 arved search for other commits by this committer
Update to 1.11.41

PR:		216401
Submitted by:	maintainer
Original commitRevision:432394 
Saturday, 21 Jan 2017
14:59 rakuco search for other commits by this committer
Update to 1.11.39.

PR:		216164
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:432045 
Wednesday, 4 Jan 2017
12:23 tz search for other commits by this committer
devel/awscli: Update from 1.11.34 to 1.11.35

- feature: codedeploy: Update codedeploy command to latest version
- bugfix: s3: Catch and warn on overflow errors when getting a file stat
- feature: ecs: Update ecs command to latest version

PR:           215703
Submitted by: Bradley T. Hughes (maintainer)
Original commitRevision:430550 
Monday, 26 Dec 2016
16:12 jhale search for other commits by this committer
Update to 1.11.34

Changes:	https://github.com/aws/aws-cli/blob/1.11.34/CHANGELOG.rst
PR:		215554
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:429535 
Thursday, 22 Dec 2016
08:06 ehaupt search for other commits by this committer
Update to 1.11.32

PR:             215407
Submitted by:   bradleythughes@fastmail.fm (maintainer)
Original commitRevision:429147 
Friday, 16 Dec 2016
09:02 jhale search for other commits by this committer
Update to 1.11.29

Changes:	https://github.com/aws/aws-cli/blob/1.11.29/CHANGELOG.rst
PR:		215328
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:428661 
Saturday, 10 Dec 2016
09:41 jhale search for other commits by this committer
Update to 1.11.28

PR:		215165
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:428276 
Wednesday, 7 Dec 2016
12:15 amdmi3 search for other commits by this committer
- Update to 1.11.25

PR:		215113
Submitted by:	bradleythughes@fastmail.fm (maintainer)
Original commitRevision:428051 
Thursday, 1 Dec 2016
21:06 jhale search for other commits by this committer
Update to 1.11.22

PR:		214771
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:427522 
Wednesday, 23 Nov 2016
07:58 rm search for other commits by this committer
devel/awscli: add missing runtime dependency

Add required runtime dependency upon py-yaml (consulted with setup.py)

PR:		214501
Submitted by:	jrh <jrh@jrh.org>
Approved by:	portmgr (just-fix-it blanket)
Original commitRevision:426884 
Tuesday, 22 Nov 2016
21:15 rm search for other commits by this committer
devel/awscli: update to 1.11.20

PR:		214501
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:426866 
20:53 rm search for other commits by this committer
devel/awscli: remove limitation on python version

This port now works with any python branch.

PR:		214298
Submitted by:	jrh <jrh@jrh.org>
Approved by:	maintainer
Original commitRevision:426861 
Friday, 4 Nov 2016
16:17 jrm search for other commits by this committer
devel/awscli: Update to 1.11.13.

  - Set new maintainer (bradleythughes@fastmail.fm).
  - Set LICENSE_FILE.
  - Match upstream by setting RUN_DEPENDS to version 1.4.70 for
    devel/py-botocore and version 0.1.9 for net/py-s3transfer.

PR:		213755
Submitted by:	bradleythughes@fastmail.fm (new maintainer)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8350
Original commitRevision:425336 
Wednesday, 19 Oct 2016
16:19 amdmi3 search for other commits by this committer
- Update to 1.11.3
- Remove always - false python 2.6 condition

PR:		213421
Submitted by:	bradleythughes@fastmail.fm
Approved by:	alexey@renatasystems.org (maintainer)
Original commitRevision:424272 
Tuesday, 11 Oct 2016
15:32 pawel search for other commits by this committer
Update to version 1.11.0

https://github.com/aws/aws-cli/blob/1.11.0/CHANGELOG.rst

PR:		213205
Submitted by:	Bradley T. Hughes
Approved by:	maintainer
Original commitRevision:423775 
Tuesday, 13 Sep 2016
17:46 amdmi3 search for other commits by this committer
- Update to 1.10.63

PR:		212622
Submitted by:	bradleythughes@fastmail.fm
Approved by:	alexey@renatasystems.org (maintainer)
Original commitRevision:422045 
Wednesday, 17 Aug 2016
15:38 pawel search for other commits by this committer
- Update to version 1.10.56 [1]
- Port is architecture neutral

PR:		211879 [1]
Submitted by:	Bradley T. Hughes [1]
Approved by:	maintainer
Original commitRevision:420355 
Saturday, 16 Jul 2016
18:47 pawel search for other commits by this committer
- Update devel/py-botocore to version 1.4.37
- Update devel/awscli to version 1.10.47

PR:		211073
Submitted by:	Bradley T. Hughes
Approved by:	maintainer
Original commitRevision:418648 
Tuesday, 12 Apr 2016
19:48 pi search for other commits by this committer
devel/py-botocore: 1.4.5 -> 1.4.11
devel/awscli: 1.10.14 -> 1.10.20

botocore:
  https://github.com/boto/botocore/blob/develop/CHANGELOG.rst

awscli:
  https://aws.amazon.com/releasenotes/CLI?browse=1

PR:		208382
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm>
Approved by:	alexey@renatasystems.org (maintainer)
Original commitRevision:413158 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Saturday, 19 Mar 2016
17:01 feld search for other commits by this committer
devel/awscli: Update to 1.10.14
devel/py-botocore: Update to 1.4.5

PR:		208114
Approved by:	maintainer
Original commitRevision:411413 
Monday, 14 Mar 2016
15:29 rakuco search for other commits by this committer
Update devel/awscli to 1.10.11, devel/py-botocore to 1.4.2.

Both ports need to be updated at the same time, as they are developed and
released in tandem.

PR:		207834
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm>
Approved by:	alexey@renatasystems.org (maintainer)
Original commitRevision:411094 
Tuesday, 12 Jan 2016
20:44 skreuzer search for other commits by this committer
Update to version 1.9.17

PR:		205949
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm>
Approved by:	Alexey Degtyarev <alexey@renatasystems.org> (maintainer)
Original commitRevision:405913 
Wednesday, 9 Dec 2015
16:43 skreuzer search for other commits by this committer
Update to 1.9.11

PR:		205158
Submitted by:	skreuzer@
Approved by:	alexey@renatasystems.org (maintainer)
Original commitRevision:403427 
Tuesday, 27 Oct 2015
08:54 wen search for other commits by this committer
- Update to 1.8.13
- Update RUN_DEPENDS

PR:		203306
Submitted by:	bradleythughes@fastmail.fm
Approved by:	maintainer(timeout, >30 days)
Original commitRevision:400224 
Tuesday, 26 May 2015
16:47 antoine search for other commits by this committer
Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10

Differential Revision:	https://reviews.freebsd.org/D2639
Reviewed by:	sunpoet, mva
Original commitRevision:387491 
Tuesday, 24 Mar 2015
16:12 jgh search for other commits by this committer
- update to 1.7.11 [1]
- while here:
   - remove use of SUBDIR
   - sort USES_PYTHON
   - explicitly define supported python versions
   - remove blank lines from pkg-descr

PR:		197960 [1]
Submitted by:	ports@christianserving.org
Approved by:	maintainer timeout (3 weeks)
Original commitRevision:382114 
Monday, 9 Feb 2015
21:03 brd search for other commits by this committer
Update devel/awscli to 1.7.4 and devel/py-botocore to 0.86

PR:		197078
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm>
Approved by:	bapt
Original commitRevision:378755 
Thursday, 4 Dec 2014
12:49 bapt search for other commits by this committer
Update awscli to 1.6.5
Update py-botocore to 0.76
Update py-jmespath to 0.5.0
Original commitRevision:373884 
Monday, 20 Oct 2014
16:04 mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371280 
Monday, 30 Jun 2014
15:52 alexey search for other commits by this committer
* devel/awscli - update to 1.3.20
* devel/py-botocore - update to 0.54

Approved by:	wg (mentor)
Original commitRevision:359871 
Saturday, 31 May 2014
08:28 alexey search for other commits by this committer
* devel/awscli - update to 1.3.12
* devel/py-botocore - update to 0.46.0
* devel/py-jmespath - update to 0.4.1

Approved by:	wg (mentor)
Original commitRevision:355943 
Wednesday, 26 Mar 2014
12:21 alexey search for other commits by this committer
* devel/awscli - update to 1.3.2
* devel/py-botocore - update to 0.36.0
* devel/py-jmespath - update to 0.3.1

Approved by:	wg (mentor)
Original commitRevision:349245 
Monday, 30 Dec 2013
20:55 ohauer search for other commits by this committer
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
Original commitRevision:338168 
Sunday, 15 Dec 2013
19:30 alexey search for other commits by this committer
* devel/awscli - update to 1.2.8
* devel/py-botocore - update to 0.28.0
* devel/py-jmespath - update to 0.2.0
* While here, change USE_PYDISTUTILS from "easy_install" to "yes".

Approved by:	wg (mentor)
Original commitRevision:336572 
Saturday, 30 Nov 2013
18:39 alexey search for other commits by this committer
* Update devel/py-bcdoc to 0.12.0
* Update devel/py-botocore to 0.26.0
* Update devel/awscli to 1.2.6

Approved by:	wg (mentor)
Original commitRevision:335334 
Sunday, 24 Nov 2013
14:53 alexey search for other commits by this committer
Use PYDISTUTILS_AUTOPLIST.

Approved by:	wg (mentor)
Original commitRevision:334731 
12:39 alexey search for other commits by this committer
* Update devel/awscli to 1.2.5
* Update devel/py-botocore 0.25.0
* Update devel/py-bcdoc to 0.11.0
* Update devel/py-jmespath to 0.1.0
* Add STAGE support in updated ports.

Approved by:	wg (mentor)
Original commitRevision:334721 
Friday, 27 Sep 2013
16:10 cperciva search for other commits by this committer
Update to 1.1.0

PR:		ports/182299
Submitted by:	Alexey Degtyarev (maintainer)
Original commitRevision:328497 
Friday, 20 Sep 2013
17:03 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
Original commitRevision:327722 
Monday, 9 Sep 2013
16:33 wg search for other commits by this committer
devel/awscli: delete argparse from requirements

- Delete argparse from requirements for python >= 2.7

PR:		ports/181965
Reported by:	Alexey Degtyarev <alexey renatasystems.org>
Original commitRevision:326821 
Friday, 6 Sep 2013
16:25 wg search for other commits by this committer
devel/awscli: update to 1.0.0

- Update to 1.0.0

PR:		ports/181866
Submitted by:	Alexey Degtyarev <alexey renatasystems.org> (maintainer)
Original commitRevision:326524 
Monday, 11 Feb 2013
12:18 ak search for other commits by this committer
- Update 0.5.1

PR:	ports/175891
Submitted by:	Alexey V. Degtyarev <alexey@renatasystems.org> (maintainer)
Original commitRevision:312056 
Tuesday, 5 Feb 2013
13:23 scheidell search for other commits by this committer
This package provides a unified command line interface to many Amazon Web
Services.
The currently supported services include:
* Amazon Elastic Compute Cloud (Amazon EC2)
* Elastic Load Balancing
* Auto Scaling
* AWS CloudFormation
* AWS Elastic Beanstalk
* Amazon Simple Notification Service (Amazon SNS)
* Amazon Simple Queue Service (Amazon SQS)
* Amazon Relational Database Service (Amazon RDS)
... and more.

WWW: http://aws.amazon.com/cli/

PR:		ports/174674
Submitted by:	Alexey V. Degtyarev <alexey@renatasystems.org>
Original commitRevision:311715 

Number of commits found: 176 (showing only 76 on this page)

«  1 | 2