mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
- Rename devel/aws-c-commons to devel/aws-c-common. That is the correct project's name.
This commit is contained in:
parent
ad4a6e0d63
commit
d07320ed9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531507
10 changed files with 6 additions and 3 deletions
1
MOVED
1
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue