Index: head/devel/aws-c-common/Makefile =================================================================== --- head/devel/aws-c-common/Makefile (revision 552501) +++ head/devel/aws-c-common/Makefile (revision 552502) @@ -1,25 +1,25 @@ # Created by: Danilo Egea Gondolfo # $FreeBSD$ PORTNAME= aws-c-common -PORTVERSION= 0.4.42 +PORTVERSION= 0.4.59 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= devel MAINTAINER= danilo@FreeBSD.org COMMENT= Core c99 package for AWS SDK for C LICENSE= APACHE20 USES= cmake compiler:c11 USE_GITHUB= yes GH_ACCOUNT= awslabs CFLAGS+= -D__BSD_VISIBLE=1 CMAKE_ARGS+= -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON USE_LDCONFIG= yes .include Index: head/devel/aws-c-common/distinfo =================================================================== --- head/devel/aws-c-common/distinfo (revision 552501) +++ head/devel/aws-c-common/distinfo (revision 552502) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593515492 -SHA256 (awslabs-aws-c-common-v0.4.42_GH0.tar.gz) = a24f9918fad1970e1320ece3c95684c7aeb71250f67b3a87b3063cb3c801cff2 -SIZE (awslabs-aws-c-common-v0.4.42_GH0.tar.gz) = 426445 +TIMESTAMP = 1602431847 +SHA256 (awslabs-aws-c-common-v0.4.59_GH0.tar.gz) = 5007ffedc64f5f979d36e223bbd80a5c03ecaca151c003944b63e06f1b2845ff +SIZE (awslabs-aws-c-common-v0.4.59_GH0.tar.gz) = 419158 Index: head/devel/aws-c-common/pkg-plist =================================================================== --- head/devel/aws-c-common/pkg-plist (revision 552501) +++ head/devel/aws-c-common/pkg-plist (revision 552502) @@ -1,86 +1,92 @@ include/aws/common/allocator.h include/aws/common/array_list.h include/aws/common/array_list.inl include/aws/common/assert.h include/aws/common/atomics.h include/aws/common/atomics.inl include/aws/common/atomics_fallback.inl include/aws/common/atomics_gnu.inl include/aws/common/atomics_gnu_old.inl include/aws/common/atomics_msvc.inl -include/aws/common/bigint.h include/aws/common/byte_buf.h include/aws/common/byte_order.h include/aws/common/byte_order.inl include/aws/common/cache.h include/aws/common/clock.h include/aws/common/clock.inl include/aws/common/command_line_parser.h include/aws/common/common.h include/aws/common/condition_variable.h include/aws/common/config.h +include/aws/common/cpuid.h include/aws/common/date_time.h include/aws/common/device_random.h include/aws/common/encoding.h include/aws/common/encoding.inl include/aws/common/environment.h include/aws/common/error.h include/aws/common/error.inl include/aws/common/exports.h include/aws/common/fifo_cache.h include/aws/common/hash_table.h include/aws/common/lifo_cache.h include/aws/common/linked_hash_table.h include/aws/common/linked_list.h include/aws/common/linked_list.inl include/aws/common/log_channel.h include/aws/common/log_formatter.h include/aws/common/log_writer.h include/aws/common/logging.h include/aws/common/lru_cache.h include/aws/common/macros.h include/aws/common/math.cbmc.inl include/aws/common/math.fallback.inl +include/aws/common/math.gcc_arm64_asm.inl +include/aws/common/math.gcc_builtin.inl include/aws/common/math.gcc_overflow.inl include/aws/common/math.gcc_x64_asm.inl include/aws/common/math.h include/aws/common/math.inl include/aws/common/math.msvc.inl include/aws/common/mutex.h include/aws/common/package.h +include/aws/common/platform.h include/aws/common/posix/common.inl include/aws/common/predicates.h include/aws/common/priority_queue.h include/aws/common/process.h +include/aws/common/ref_count.h include/aws/common/resource_name.h include/aws/common/ring_buffer.h include/aws/common/ring_buffer.inl include/aws/common/rw_lock.h include/aws/common/statistics.h include/aws/common/stdbool.h include/aws/common/stdint.h include/aws/common/string.h include/aws/common/string.inl include/aws/common/system_info.h include/aws/common/task_scheduler.h include/aws/common/thread.h include/aws/common/time.h include/aws/common/uuid.h +include/aws/common/xml_parser.h include/aws/common/zero.h include/aws/common/zero.inl include/aws/testing/aws_test_allocators.h include/aws/testing/aws_test_harness.h lib/aws-c-common/cmake/aws-c-common-config.cmake -lib/aws-c-common/cmake/shared/aws-c-common-targets-release.cmake +lib/aws-c-common/cmake/shared/aws-c-common-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/aws-c-common/cmake/shared/aws-c-common-targets.cmake lib/cmake/AwsCFlags.cmake lib/cmake/AwsCheckHeaders.cmake +lib/cmake/AwsFeatureTests.cmake lib/cmake/AwsFindPackage.cmake lib/cmake/AwsLibFuzzer.cmake lib/cmake/AwsSIMD.cmake lib/cmake/AwsSanitizers.cmake lib/cmake/AwsSharedLibSetup.cmake lib/cmake/AwsTestHarness.cmake lib/libaws-c-common.so -lib/libaws-c-common.so.0unstable +lib/libaws-c-common.so.1 lib/libaws-c-common.so.1.0.0 Index: head/devel/aws-c-event-stream/Makefile =================================================================== --- head/devel/aws-c-event-stream/Makefile (revision 552501) +++ head/devel/aws-c-event-stream/Makefile (revision 552502) @@ -1,28 +1,29 @@ # Created by: Danilo Egea Gondolfo # $FreeBSD$ PORTNAME= aws-c-event-stream PORTVERSION= 0.1.6 +PORTREVISION= 1 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= devel MAINTAINER= danilo@FreeBSD.org COMMENT= C99 implementation of the vnd.amazon.eventstream content-type LICENSE= APACHE20 LIB_DEPENDS= libaws-c-common.so:devel/aws-c-common \ libaws-checksums.so:devel/aws-checksums USES= cmake compiler:c11 USE_GITHUB= yes GH_ACCOUNT= awslabs CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_LIBDIR=${LOCALBASE}/lib LDFLAGS+= -lexecinfo -lpthread USE_LDCONFIG= yes .include