diff options
Diffstat (limited to 'devel/capnproto1/Makefile')
-rw-r--r-- | devel/capnproto1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/capnproto1/Makefile b/devel/capnproto1/Makefile index cac0ffc681e6..b3c96124276a 100644 --- a/devel/capnproto1/Makefile +++ b/devel/capnproto1/Makefile @@ -1,5 +1,5 @@ PORTNAME= capnproto -PORTVERSION= 1.0.2 +PORTVERSION= 1.1.0 DISTVERSIONPREFIX= c++- CATEGORIES= devel MASTER_SITES= https://capnproto.org/ @@ -25,7 +25,7 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} CONFLICTS_INSTALL= capnproto -# databases/tiledb 2.27.0+ requires capnproto 1.0.2 +# databases/tiledb 2.28.0+ requires capnproto 1.1.0 PORTSCOUT= ignore:1 .include <bsd.port.mk> |