From d07320ed9c0adf87e3066a90a0007b5cd06b9798 Mon Sep 17 00:00:00 2001 From: Danilo Egea Gondolfo Date: Sun, 12 Apr 2020 12:44:09 +0000 Subject: [PATCH] - Rename devel/aws-c-commons to devel/aws-c-common. That is the correct project's name. --- MOVED | 1 + devel/Makefile | 2 +- devel/{aws-c-commons => aws-c-common}/Makefile | 0 devel/{aws-c-commons => aws-c-common}/distinfo | 0 .../{aws-c-commons => aws-c-common}/files/patch-CMakeLists.txt | 0 .../files/patch-source_posix_clock.c | 0 devel/{aws-c-commons => aws-c-common}/pkg-descr | 0 devel/{aws-c-commons => aws-c-common}/pkg-plist | 0 devel/aws-c-event-stream/Makefile | 3 ++- devel/aws-sdk-cpp/Makefile | 3 ++- 10 files changed, 6 insertions(+), 3 deletions(-) rename devel/{aws-c-commons => aws-c-common}/Makefile (100%) rename devel/{aws-c-commons => aws-c-common}/distinfo (100%) rename devel/{aws-c-commons => aws-c-common}/files/patch-CMakeLists.txt (100%) rename devel/{aws-c-commons => aws-c-common}/files/patch-source_posix_clock.c (100%) rename devel/{aws-c-commons => aws-c-common}/pkg-descr (100%) rename devel/{aws-c-commons => aws-c-common}/pkg-plist (100%) diff --git a/MOVED b/MOVED index c455ea832848..82b38277b23d 100644 --- a/MOVED +++ b/MOVED @@ -14526,3 +14526,4 @@ www/py-django_polymorphic|www/py-django-polymorphic|2020-04-11|Match canonical/r dns/dnsmasq-devel|dns/dnsmasq|2020-04-12|dnsmasq is newer than dnsmasq-devel databases/mariadb55-server|databases/mariadb102-server|2020-04-12|Has expired: Upstream end-of-life 2020-04-11, switch to a newer version databases/mariadb55-client|databases/mariadb102-client|2020-04-12|Has expired: Upstream end-of-life 2020-04-11, switch to a newer version +devel/aws-c-commons|devel/aws-c-common|2020-04-12|Renamed to the correct name diff --git a/devel/Makefile b/devel/Makefile index f8b8f2c140fb..e5f644980099 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -201,7 +201,7 @@ SUBDIR += avro-c SUBDIR += avro-cpp SUBDIR += awless - SUBDIR += aws-c-commons + SUBDIR += aws-c-common SUBDIR += aws-c-event-stream SUBDIR += aws-checksums SUBDIR += aws-sdk-cpp diff --git a/devel/aws-c-commons/Makefile b/devel/aws-c-common/Makefile similarity index 100% rename from devel/aws-c-commons/Makefile rename to devel/aws-c-common/Makefile diff --git a/devel/aws-c-commons/distinfo b/devel/aws-c-common/distinfo similarity index 100% rename from devel/aws-c-commons/distinfo rename to devel/aws-c-common/distinfo diff --git a/devel/aws-c-commons/files/patch-CMakeLists.txt b/devel/aws-c-common/files/patch-CMakeLists.txt similarity index 100% rename from devel/aws-c-commons/files/patch-CMakeLists.txt rename to devel/aws-c-common/files/patch-CMakeLists.txt diff --git a/devel/aws-c-commons/files/patch-source_posix_clock.c b/devel/aws-c-common/files/patch-source_posix_clock.c similarity index 100% rename from devel/aws-c-commons/files/patch-source_posix_clock.c rename to devel/aws-c-common/files/patch-source_posix_clock.c diff --git a/devel/aws-c-commons/pkg-descr b/devel/aws-c-common/pkg-descr similarity index 100% rename from devel/aws-c-commons/pkg-descr rename to devel/aws-c-common/pkg-descr diff --git a/devel/aws-c-commons/pkg-plist b/devel/aws-c-common/pkg-plist similarity index 100% rename from devel/aws-c-commons/pkg-plist rename to devel/aws-c-common/pkg-plist diff --git a/devel/aws-c-event-stream/Makefile b/devel/aws-c-event-stream/Makefile index 30436aca1d38..e4a1bd4336ae 100644 --- a/devel/aws-c-event-stream/Makefile +++ b/devel/aws-c-event-stream/Makefile @@ -3,6 +3,7 @@ PORTNAME= aws-c-event-stream PORTVERSION= 0.1.4 +PORTREVISION= 1 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= devel @@ -12,7 +13,7 @@ COMMENT= C99 implementation of the vnd.amazon.eventstream content-type LICENSE= APACHE20 -LIB_DEPENDS= libaws-c-common.so:devel/aws-c-commons \ +LIB_DEPENDS= libaws-c-common.so:devel/aws-c-common \ libaws-checksums.so:devel/aws-checksums USES= cmake compiler:c11 diff --git a/devel/aws-sdk-cpp/Makefile b/devel/aws-sdk-cpp/Makefile index b7a4bf446514..2d2e2f92886b 100644 --- a/devel/aws-sdk-cpp/Makefile +++ b/devel/aws-sdk-cpp/Makefile @@ -2,6 +2,7 @@ PORTNAME= aws-sdk-cpp PORTVERSION= 1.7.312 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= danilo@FreeBSD.org @@ -16,7 +17,7 @@ BROKEN_armv7= fails to build: runaway process LIB_DEPENDS= libcurl.so:ftp/curl \ libpulse.so:audio/pulseaudio \ - libaws-c-common.so:devel/aws-c-commons \ + libaws-c-common.so:devel/aws-c-common \ libaws-checksums.so:devel/aws-checksums \ libaws-c-event-stream.so:devel/aws-c-event-stream