svn commit: r555718 - head/www/unit

Sergey A. Osokin osa at FreeBSD.org
Thu Nov 19 21:21:08 UTC 2020


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 \


More information about the svn-ports-head mailing list