svn commit: r423630 - head/net/bsdec2-image-upload
Colin Percival
cperciva at FreeBSD.org
Mon Oct 10 02:07:50 UTC 2016
Author: cperciva
Date: Mon Oct 10 02:07:49 2016
New Revision: 423630
URL: https://svnweb.freebsd.org/changeset/ports/423630
Log:
Update bsdec2-image-upload to version 1.1.0. This new version makes use
of the DescribeRegions API call to get a list of EC2 regions rather than
using a static list compiled in; some users may need to update their IAM
policies to allow DescribeRegions.
Modified:
head/net/bsdec2-image-upload/Makefile
head/net/bsdec2-image-upload/distinfo
Modified: head/net/bsdec2-image-upload/Makefile
==============================================================================
--- head/net/bsdec2-image-upload/Makefile Mon Oct 10 01:16:06 2016 (r423629)
+++ head/net/bsdec2-image-upload/Makefile Mon Oct 10 02:07:49 2016 (r423630)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= bsdec2-image-upload
-PORTVERSION= 1.0.2
+PORTVERSION= 1.1.0
CATEGORIES= net
MASTER_SITES= http://freebsd-ec2-dist.s3.amazonaws.com/
Modified: head/net/bsdec2-image-upload/distinfo
==============================================================================
--- head/net/bsdec2-image-upload/distinfo Mon Oct 10 01:16:06 2016 (r423629)
+++ head/net/bsdec2-image-upload/distinfo Mon Oct 10 02:07:49 2016 (r423630)
@@ -1,2 +1,3 @@
-SHA256 (bsdec2-image-upload-1.0.2.tgz) = 97996ddff7c6a733a956adf79c1994f487b216b29dd640b395c62ff1dac6a4b5
-SIZE (bsdec2-image-upload-1.0.2.tgz) = 22118
+TIMESTAMP = 1476065249
+SHA256 (bsdec2-image-upload-1.1.0.tgz) = 983ea12bb7c1b74f1f35e8cbaa18b587548c1afec17c87b213344886ca8ccd0b
+SIZE (bsdec2-image-upload-1.1.0.tgz) = 24210
More information about the svn-ports-head
mailing list