diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-02-05 23:16:55 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-02-05 23:16:55 +0000 |
commit | c798f2e0cdcd73725998680c213c18562762b769 (patch) | |
tree | 283d1458dff20cc7372e71b5791cb32e2d170c97 | |
parent | 7e52e9c3aa720b0f697ed802e82b2077e0e0add9 (diff) | |
download | ports-c798f2e0cdcd73725998680c213c18562762b769.tar.gz ports-c798f2e0cdcd73725998680c213c18562762b769.zip |
Notes
-rw-r--r-- | devel/kore/Makefile | 4 | ||||
-rw-r--r-- | devel/kore/distinfo | 6 | ||||
-rw-r--r-- | devel/kore/pkg-plist | 61 |
3 files changed, 66 insertions, 5 deletions
diff --git a/devel/kore/Makefile b/devel/kore/Makefile index 049993e6b039..e0571b2bf932 100644 --- a/devel/kore/Makefile +++ b/devel/kore/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= kore -PORTVERSION= 4.0.1 +PORTVERSION= 4.1.0 CATEGORIES= devel www MASTER_SITES= https://kore.io/releases/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nc@FreeBSD.org COMMENT= Web application framework for writing web APIs in C LICENSE= ISCL diff --git a/devel/kore/distinfo b/devel/kore/distinfo index 7d82e4e04783..be897f2f1e2e 100644 --- a/devel/kore/distinfo +++ b/devel/kore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1599692055 -SHA256 (kore-4.0.1.tar.gz) = bc8bf755133faf67755c3a4ea53db49f208986efeed734ce6be562a3e5a81057 -SIZE (kore-4.0.1.tar.gz) = 1063050 +TIMESTAMP = 1612565690 +SHA256 (kore-4.1.0.tar.gz) = b7d73b005fde0ea01c356a54e4bbd8a209a4dff9cf315802a127ce7267efbe61 +SIZE (kore-4.1.0.tar.gz) = 1068382 diff --git a/devel/kore/pkg-plist b/devel/kore/pkg-plist index 54f481e0add0..c830ea1ac206 100644 --- a/devel/kore/pkg-plist +++ b/devel/kore/pkg-plist @@ -2,6 +2,7 @@ bin/kodev bin/kore include/kore/acme.h include/kore/curl.h +include/kore/hooks.h include/kore/http.h include/kore/jsonrpc.h include/kore/kore.h @@ -10,5 +11,65 @@ include/kore/python_api.h include/kore/python_methods.h include/kore/seccomp.h include/kore/tasks.h +%%DATADIR%%/Makefile +%%DATADIR%%/RELEASE %%DATADIR%%/features +%%DATADIR%%/include/kore/acme.h +%%DATADIR%%/include/kore/curl.h +%%DATADIR%%/include/kore/hooks.h +%%DATADIR%%/include/kore/http.h +%%DATADIR%%/include/kore/jsonrpc.h +%%DATADIR%%/include/kore/kore.h +%%DATADIR%%/include/kore/pgsql.h +%%DATADIR%%/include/kore/python_api.h +%%DATADIR%%/include/kore/python_methods.h +%%DATADIR%%/include/kore/seccomp.h +%%DATADIR%%/include/kore/tasks.h +%%DATADIR%%/misc/curl-extract-opt.sh +%%DATADIR%%/misc/curl/python_curlopt.h +%%DATADIR%%/misc/kore-build/build-curl.sh +%%DATADIR%%/misc/kore-build/build-kodev.sh +%%DATADIR%%/misc/kore-build/build-kore.sh +%%DATADIR%%/misc/kore-build/build-nghttp2.sh +%%DATADIR%%/misc/kore-build/build-openssl.sh +%%DATADIR%%/misc/kore-build/build-python.sh +%%DATADIR%%/misc/kore-build/helpers.sh +%%DATADIR%%/misc/linux-platform.sh +%%DATADIR%%/misc/linux/aarch64_syscall.h.in +%%DATADIR%%/misc/linux/arm_syscall.h.in +%%DATADIR%%/misc/linux/x86_64_syscall.h.in +%%DATADIR%%/misc/python3-config.sh +%%DATADIR%%/src/accesslog.c +%%DATADIR%%/src/acme.c +%%DATADIR%%/src/auth.c +%%DATADIR%%/src/bsd.c +%%DATADIR%%/src/buf.c +%%DATADIR%%/src/cli.c +%%DATADIR%%/src/config.c +%%DATADIR%%/src/connection.c +%%DATADIR%%/src/curl.c +%%DATADIR%%/src/domain.c +%%DATADIR%%/src/filemap.c +%%DATADIR%%/src/fileref.c +%%DATADIR%%/src/http.c +%%DATADIR%%/src/json.c +%%DATADIR%%/src/jsonrpc.c +%%DATADIR%%/src/keymgr.c +%%DATADIR%%/src/kore.c +%%DATADIR%%/src/linux.c +%%DATADIR%%/src/mem.c +%%DATADIR%%/src/module.c +%%DATADIR%%/src/msg.c +%%DATADIR%%/src/net.c +%%DATADIR%%/src/pgsql.c +%%DATADIR%%/src/pool.c +%%DATADIR%%/src/python.c +%%DATADIR%%/src/runtime.c +%%DATADIR%%/src/seccomp.c +%%DATADIR%%/src/tasks.c +%%DATADIR%%/src/timer.c +%%DATADIR%%/src/utils.c +%%DATADIR%%/src/validator.c +%%DATADIR%%/src/websocket.c +%%DATADIR%%/src/worker.c share/man/man1/kodev.1.gz |