Index: head/net/flower/Makefile =================================================================== --- head/net/flower/Makefile (revision 450031) +++ head/net/flower/Makefile (revision 450032) @@ -1,34 +1,34 @@ # Created by: Ed Schouten # $FreeBSD$ PORTNAME= flower DISTVERSIONPREFIX= v -DISTVERSION= 0.9 +DISTVERSION= 0.10 CATEGORIES= net MAINTAINER= ed@FreeBSD.org COMMENT= Label-based networking daemon LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libarpc.so:devel/arpc \ libjsoncpp.so:devel/jsoncpp USES= cmake localbase:ldflags tar:xz USE_GITHUB= yes GH_ACCOUNT= NuxiNL CFLAGS+= -I${LOCALBASE}/include/jsoncpp .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100511 IGNORE= requires various C++17 features .endif # Require the unit tests to pass prior to installing. post-build: @trap '' PIPE && ${WRKSRC}/flower_unittests .include Index: head/net/flower/distinfo =================================================================== --- head/net/flower/distinfo (revision 450031) +++ head/net/flower/distinfo (revision 450032) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504764102 -SHA256 (NuxiNL-flower-v0.9_GH0.tar.gz) = e712081eb5794245f4e27e591b1a1ea296c1bd6f2941afc2536c04be01355b10 -SIZE (NuxiNL-flower-v0.9_GH0.tar.gz) = 1306944 +TIMESTAMP = 1505658294 +SHA256 (NuxiNL-flower-v0.10_GH0.tar.gz) = 6af98bf7f598a41c40e4a9006b034943795f9bea453ea22b6c07aec57b851a30 +SIZE (NuxiNL-flower-v0.10_GH0.tar.gz) = 1308398 Index: head/net/flower/pkg-plist =================================================================== --- head/net/flower/pkg-plist (revision 450031) +++ head/net/flower/pkg-plist (revision 450032) @@ -1,19 +1,24 @@ bin/flower_cat bin/flower_egress_connect bin/flower_ingress_accept +bin/flower_ls bin/flower_resolver_getaddrinfo bin/flower_switchboard include/flower/cat/configuration.proto include/flower/cat/configuration.ad.h +include/flower/egress/connect/configuration.proto +include/flower/egress/connect/configuration.ad.h include/flower/ingress/accept/configuration.proto include/flower/ingress/accept/configuration.ad.h +include/flower/ls/configuration.proto +include/flower/ls/configuration.ad.h include/flower/protocol/egress.proto include/flower/protocol/egress.ad.h include/flower/protocol/resolver.proto include/flower/protocol/resolver.ad.h include/flower/protocol/server.proto include/flower/protocol/server.ad.h include/flower/protocol/switchboard.proto include/flower/protocol/switchboard.ad.h include/flower/switchboard/configuration.proto include/flower/switchboard/configuration.ad.h Index: head/sysutils/cloudabi-utils/Makefile =================================================================== --- head/sysutils/cloudabi-utils/Makefile (revision 450031) +++ head/sysutils/cloudabi-utils/Makefile (revision 450032) @@ -1,36 +1,37 @@ # Created by: Ed Schouten # $FreeBSD$ PORTNAME= cloudabi-utils DISTVERSIONPREFIX= v DISTVERSION= 0.30 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= ed@FreeBSD.org COMMENT= Utilities for running CloudABI programs LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 armv6 i386 ONLY_FOR_ARCHS_REASON= CloudABI has not yet been ported to other architectures BUILD_DEPENDS= ${LOCALBASE}/include/cloudabi_types.h:devel/cloudabi \ ${LOCALBASE}/include/flower/protocol/switchboard.ad.h:net/flower \ ${LOCALBASE}/include/yaml2argdata/yaml_builder.h:devel/yaml2argdata LIB_DEPENDS= libargdata.so:devel/argdata \ libarpc.so:devel/arpc \ libyaml-cpp.so:devel/yaml-cpp USES= cmake localbase:ldflags pkgconfig tar:xz USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= NuxiNL .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100511 IGNORE= requires various C++17 features .endif .include