aboutsummaryrefslogtreecommitdiff
path: root/devel/aws-c-event-stream
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2020-04-12 12:44:09 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2020-04-12 12:44:09 +0000
commitd07320ed9c0adf87e3066a90a0007b5cd06b9798 (patch)
treed65a06ace49adb34c0add400a506f9e2a3b258a0 /devel/aws-c-event-stream
parentad4a6e0d63129dec7103d725d13148fc1e0639bd (diff)
downloadports-d07320ed9c0adf87e3066a90a0007b5cd06b9798.tar.gz
ports-d07320ed9c0adf87e3066a90a0007b5cd06b9798.zip
- Rename devel/aws-c-commons to devel/aws-c-common. That is the correct project's name.
Notes
Notes: svn path=/head/; revision=531507
Diffstat (limited to 'devel/aws-c-event-stream')
-rw-r--r--devel/aws-c-event-stream/Makefile3
1 files changed, 2 insertions, 1 deletions
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