diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2022-10-06 21:49:06 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2022-10-06 21:50:12 +0000 |
| commit | 76d310677eb610850537ffaa4a38caf7f4b73ca0 (patch) | |
| tree | b7752fc83ae401ab1d18d03c72a3eb32810b4dcb | |
| parent | 0e08ea9b05d2661fcf7b9921ad4e272de261a103 (diff) | |
www/caddy-security: Hook to the build and mark NO_PACKAGE
Unhooked ports get removed by a reaper script.
| -rw-r--r-- | www/Makefile | 1 | ||||
| -rw-r--r-- | www/caddy-custom/Makefile | 3 | ||||
| -rw-r--r-- | www/caddy-custom/pkg-descr | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/www/Makefile b/www/Makefile index fa7369c33f50..91cac07f79e9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -60,6 +60,7 @@ SUBDIR += c-icap-modules SUBDIR += cadaver SUBDIR += caddy + SUBDIR += caddy-custom SUBDIR += calamaris SUBDIR += calamaris-devel SUBDIR += caldavzap diff --git a/www/caddy-custom/Makefile b/www/caddy-custom/Makefile index 8b687b23f248..ead426cc20bc 100644 --- a/www/caddy-custom/Makefile +++ b/www/caddy-custom/Makefile @@ -1,7 +1,6 @@ # READ pkg-descr FOR INSTRUCTIONS! # This port will NOT build in poudriere without (simple) manual # intervention. -# It is intentionally not hooked to package build. PORTNAME= caddy-custom PORTVERSION= ${CADDY_VERSION}.${XCADDY_VERSION} @@ -18,6 +17,8 @@ BUILD_DEPENDS= xcaddy:www/xcaddy USES= go:no_targets +NO_PACKAGE= Requires network access (see pkg-descr) + CONFLICTS_INSTALL= caddy USE_RC_SUBR= caddy diff --git a/www/caddy-custom/pkg-descr b/www/caddy-custom/pkg-descr index db3ba70aab5d..c5983d9a92ac 100644 --- a/www/caddy-custom/pkg-descr +++ b/www/caddy-custom/pkg-descr @@ -1,5 +1,6 @@ This port will build a customized version of the caddy webserver -using plugins of your choice. +using plugins of your choice. You will need to rebuild this port +manually if one of your plugins gets updated. Caddy is a high-performance webserver with a simple config format, out-of-the-box HTTP/3 support, and automatica transparent ACME |
