Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2017 17:24:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445917 - head/devel/aws-sdk-cpp
Message-ID:  <201707151724.v6FHOrWe064934@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jul 15 17:24:52 2017
New Revision: 445917
URL: https://svnweb.freebsd.org/changeset/ports/445917

Log:
  Update to 1.1.12
  
  - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
  
  Changes:	https://github.com/aws/aws-sdk-cpp/commits/master

Modified:
  head/devel/aws-sdk-cpp/Makefile
  head/devel/aws-sdk-cpp/distinfo   (contents, props changed)
  head/devel/aws-sdk-cpp/pkg-plist   (contents, props changed)

Modified: head/devel/aws-sdk-cpp/Makefile
==============================================================================
--- head/devel/aws-sdk-cpp/Makefile	Sat Jul 15 17:24:47 2017	(r445916)
+++ head/devel/aws-sdk-cpp/Makefile	Sat Jul 15 17:24:52 2017	(r445917)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	aws-sdk-cpp
-PORTVERSION=	1.1.8
+PORTVERSION=	1.1.12
 CATEGORIES=	devel
 
 MAINTAINER=	ports@FreeBSD.org
@@ -22,11 +22,9 @@ USES=		cmake pkgconfig compiler:c++11-lib ssl
 USE_LDCONFIG=	yes
 CXXFLAGS=	-Wno-error
 
-.include <bsd.port.pre.mk>
-
 post-patch:
 	${REINPLACE_CMD} -e "s,/pkgconfig,/../libdata/pkgconfig,g" \
 		${WRKSRC}/aws-cpp-sdk-core/CMakeLists.txt \
 		${WRKSRC}/cmake/utilities.cmake
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/aws-sdk-cpp/distinfo
==============================================================================
--- head/devel/aws-sdk-cpp/distinfo	Sat Jul 15 17:24:47 2017	(r445916)
+++ head/devel/aws-sdk-cpp/distinfo	Sat Jul 15 17:24:52 2017	(r445917)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499696233
-SHA256 (aws-aws-sdk-cpp-1.1.8_GH0.tar.gz) = 35b8384bbf0bbe417f48900d3358f673742cff938a311e4c72fc75d70be8678e
-SIZE (aws-aws-sdk-cpp-1.1.8_GH0.tar.gz) = 11234982
+TIMESTAMP = 1500123362
+SHA256 (aws-aws-sdk-cpp-1.1.12_GH0.tar.gz) = a32492973dd8b17459d7560907a463f305237dc090b1f15c781fa5718b295d9c
+SIZE (aws-aws-sdk-cpp-1.1.12_GH0.tar.gz) = 11275749

Modified: head/devel/aws-sdk-cpp/pkg-plist
==============================================================================
--- head/devel/aws-sdk-cpp/pkg-plist	Sat Jul 15 17:24:47 2017	(r445916)
+++ head/devel/aws-sdk-cpp/pkg-plist	Sat Jul 15 17:24:52 2017	(r445917)
@@ -87,6 +87,7 @@ include/aws/apigateway/model/DeleteDeploymentRequest.h
 include/aws/apigateway/model/DeleteDocumentationPartRequest.h
 include/aws/apigateway/model/DeleteDocumentationVersionRequest.h
 include/aws/apigateway/model/DeleteDomainNameRequest.h
+include/aws/apigateway/model/DeleteGatewayResponseRequest.h
 include/aws/apigateway/model/DeleteIntegrationRequest.h
 include/aws/apigateway/model/DeleteIntegrationResponseRequest.h
 include/aws/apigateway/model/DeleteMethodRequest.h
@@ -106,6 +107,8 @@ include/aws/apigateway/model/DocumentationVersion.h
 include/aws/apigateway/model/DomainName.h
 include/aws/apigateway/model/FlushStageAuthorizersCacheRequest.h
 include/aws/apigateway/model/FlushStageCacheRequest.h
+include/aws/apigateway/model/GatewayResponse.h
+include/aws/apigateway/model/GatewayResponseType.h
 include/aws/apigateway/model/GenerateClientCertificateRequest.h
 include/aws/apigateway/model/GenerateClientCertificateResult.h
 include/aws/apigateway/model/GetAccountRequest.h
@@ -144,6 +147,10 @@ include/aws/apigateway/model/GetDomainNamesRequest.h
 include/aws/apigateway/model/GetDomainNamesResult.h
 include/aws/apigateway/model/GetExportRequest.h
 include/aws/apigateway/model/GetExportResult.h
+include/aws/apigateway/model/GetGatewayResponseRequest.h
+include/aws/apigateway/model/GetGatewayResponseResult.h
+include/aws/apigateway/model/GetGatewayResponsesRequest.h
+include/aws/apigateway/model/GetGatewayResponsesResult.h
 include/aws/apigateway/model/GetIntegrationRequest.h
 include/aws/apigateway/model/GetIntegrationResponseRequest.h
 include/aws/apigateway/model/GetIntegrationResponseResult.h
@@ -206,6 +213,8 @@ include/aws/apigateway/model/MethodSnapshot.h
 include/aws/apigateway/model/Model.h
 include/aws/apigateway/model/Op.h
 include/aws/apigateway/model/PatchOperation.h
+include/aws/apigateway/model/PutGatewayResponseRequest.h
+include/aws/apigateway/model/PutGatewayResponseResult.h
 include/aws/apigateway/model/PutIntegrationRequest.h
 include/aws/apigateway/model/PutIntegrationResponseRequest.h
 include/aws/apigateway/model/PutIntegrationResponseResult.h
@@ -250,6 +259,8 @@ include/aws/apigateway/model/UpdateDocumentationVersio
 include/aws/apigateway/model/UpdateDocumentationVersionResult.h
 include/aws/apigateway/model/UpdateDomainNameRequest.h
 include/aws/apigateway/model/UpdateDomainNameResult.h
+include/aws/apigateway/model/UpdateGatewayResponseRequest.h
+include/aws/apigateway/model/UpdateGatewayResponseResult.h
 include/aws/apigateway/model/UpdateIntegrationRequest.h
 include/aws/apigateway/model/UpdateIntegrationResponseRequest.h
 include/aws/apigateway/model/UpdateIntegrationResponseResult.h
@@ -445,6 +456,7 @@ include/aws/autoscaling/model/CompleteLifecycleActionR
 include/aws/autoscaling/model/CreateAutoScalingGroupRequest.h
 include/aws/autoscaling/model/CreateLaunchConfigurationRequest.h
 include/aws/autoscaling/model/CreateOrUpdateTagsRequest.h
+include/aws/autoscaling/model/CustomizedMetricSpecification.h
 include/aws/autoscaling/model/DeleteAutoScalingGroupRequest.h
 include/aws/autoscaling/model/DeleteLaunchConfigurationRequest.h
 include/aws/autoscaling/model/DeleteLifecycleHookRequest.h
@@ -513,8 +525,12 @@ include/aws/autoscaling/model/LifecycleState.h
 include/aws/autoscaling/model/LoadBalancerState.h
 include/aws/autoscaling/model/LoadBalancerTargetGroupState.h
 include/aws/autoscaling/model/MetricCollectionType.h
+include/aws/autoscaling/model/MetricDimension.h
 include/aws/autoscaling/model/MetricGranularityType.h
+include/aws/autoscaling/model/MetricStatistic.h
+include/aws/autoscaling/model/MetricType.h
 include/aws/autoscaling/model/NotificationConfiguration.h
+include/aws/autoscaling/model/PredefinedMetricSpecification.h
 include/aws/autoscaling/model/ProcessType.h
 include/aws/autoscaling/model/PutLifecycleHookRequest.h
 include/aws/autoscaling/model/PutLifecycleHookResult.h
@@ -538,6 +554,7 @@ include/aws/autoscaling/model/SuspendProcessesRequest.
 include/aws/autoscaling/model/SuspendedProcess.h
 include/aws/autoscaling/model/Tag.h
 include/aws/autoscaling/model/TagDescription.h
+include/aws/autoscaling/model/TargetTrackingConfiguration.h
 include/aws/autoscaling/model/TerminateInstanceInAutoScalingGroupRequest.h
 include/aws/autoscaling/model/TerminateInstanceInAutoScalingGroupResult.h
 include/aws/autoscaling/model/UpdateAutoScalingGroupRequest.h
@@ -2928,6 +2945,8 @@ include/aws/ec2/model/CreateNatGatewayResponse.h
 include/aws/ec2/model/CreateNetworkAclEntryRequest.h
 include/aws/ec2/model/CreateNetworkAclRequest.h
 include/aws/ec2/model/CreateNetworkAclResponse.h
+include/aws/ec2/model/CreateNetworkInterfacePermissionRequest.h
+include/aws/ec2/model/CreateNetworkInterfacePermissionResponse.h
 include/aws/ec2/model/CreateNetworkInterfaceRequest.h
 include/aws/ec2/model/CreateNetworkInterfaceResponse.h
 include/aws/ec2/model/CreatePlacementGroupRequest.h
@@ -2976,6 +2995,8 @@ include/aws/ec2/model/DeleteNatGatewayRequest.h
 include/aws/ec2/model/DeleteNatGatewayResponse.h
 include/aws/ec2/model/DeleteNetworkAclEntryRequest.h
 include/aws/ec2/model/DeleteNetworkAclRequest.h
+include/aws/ec2/model/DeleteNetworkInterfacePermissionRequest.h
+include/aws/ec2/model/DeleteNetworkInterfacePermissionResponse.h
 include/aws/ec2/model/DeleteNetworkInterfaceRequest.h
 include/aws/ec2/model/DeletePlacementGroupRequest.h
 include/aws/ec2/model/DeleteRouteRequest.h
@@ -3057,6 +3078,8 @@ include/aws/ec2/model/DescribeNetworkAclsRequest.h
 include/aws/ec2/model/DescribeNetworkAclsResponse.h
 include/aws/ec2/model/DescribeNetworkInterfaceAttributeRequest.h
 include/aws/ec2/model/DescribeNetworkInterfaceAttributeResponse.h
+include/aws/ec2/model/DescribeNetworkInterfacePermissionsRequest.h
+include/aws/ec2/model/DescribeNetworkInterfacePermissionsResponse.h
 include/aws/ec2/model/DescribeNetworkInterfacesRequest.h
 include/aws/ec2/model/DescribeNetworkInterfacesResponse.h
 include/aws/ec2/model/DescribePlacementGroupsRequest.h
@@ -3257,6 +3280,7 @@ include/aws/ec2/model/InstanceStatusDetails.h
 include/aws/ec2/model/InstanceStatusEvent.h
 include/aws/ec2/model/InstanceStatusSummary.h
 include/aws/ec2/model/InstanceType.h
+include/aws/ec2/model/InterfacePermissionType.h
 include/aws/ec2/model/InternetGateway.h
 include/aws/ec2/model/InternetGatewayAttachment.h
 include/aws/ec2/model/IpPermission.h
@@ -3312,6 +3336,9 @@ include/aws/ec2/model/NetworkInterfaceAttachment.h
 include/aws/ec2/model/NetworkInterfaceAttachmentChanges.h
 include/aws/ec2/model/NetworkInterfaceAttribute.h
 include/aws/ec2/model/NetworkInterfaceIpv6Address.h
+include/aws/ec2/model/NetworkInterfacePermission.h
+include/aws/ec2/model/NetworkInterfacePermissionState.h
+include/aws/ec2/model/NetworkInterfacePermissionStateCode.h
 include/aws/ec2/model/NetworkInterfacePrivateIpAddress.h
 include/aws/ec2/model/NetworkInterfaceStatus.h
 include/aws/ec2/model/NetworkInterfaceType.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707151724.v6FHOrWe064934>