Date: Thu, 19 Nov 2020 21:21:07 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555718 - head/www/unit Message-ID: <202011192121.0AJLL7br059514@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Thu Nov 19 21:21:07 2020 New Revision: 555718 URL: https://svnweb.freebsd.org/changeset/ports/555718 Log: Install/add another file to the package list. Bump PORTREVISION. Spotted by: pluknet Modified: head/www/unit/Makefile Modified: head/www/unit/Makefile ============================================================================== --- head/www/unit/Makefile Thu Nov 19 21:02:21 2020 (r555717) +++ head/www/unit/Makefile Thu Nov 19 21:21:07 2020 (r555718) @@ -3,7 +3,7 @@ PORTNAME= unit PORTVERSION= 1.21.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES?= https://unit.nginx.org/download/ @@ -76,7 +76,8 @@ CONFIGURE_ARGS+=--debug .endif .if ${PORT_OPTIONS:MDEVKIT} -PLIST_FILES+= include/nxt_unit_field.h \ +PLIST_FILES+= include/nxt_auto_config.h \ + include/nxt_unit_field.h \ include/nxt_unit_request.h \ include/nxt_unit_response.h \ include/nxt_unit_sptr.h \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011192121.0AJLL7br059514>