svn commit: r555716 - head/www/unit

Sergey A. Osokin osa at FreeBSD.org
Thu Nov 19 20:47:26 UTC 2020


Author: osa
Date: Thu Nov 19 20:47:26 2020
New Revision: 555716
URL: https://svnweb.freebsd.org/changeset/ports/555716

Log:
  Enable the following options by default:
  o) DEVKIT - to install the headers and static library
  o) IPV6   - to enable IPv6
  o) PCRE2  - for regular expressions with devel/pcre2
  o) SSL    - to use SSL/TLS
  
  Bump PORTREVISION.

Modified:
  head/www/unit/Makefile

Modified: head/www/unit/Makefile
==============================================================================
--- head/www/unit/Makefile	Thu Nov 19 20:34:20 2020	(r555715)
+++ head/www/unit/Makefile	Thu Nov 19 20:47:26 2020	(r555716)
@@ -3,6 +3,7 @@
 
 PORTNAME=	unit
 PORTVERSION=	1.21.0
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES?=	https://unit.nginx.org/download/
 
@@ -24,7 +25,7 @@ OPTIONS_DEFINE?=	\
 	PCRE2 \
 	SSL \
 	UNIXSOCK
-OPTIONS_DEFAULT?=UNIXSOCK
+OPTIONS_DEFAULT?=	DEVKIT IPV6 PCRE2 SSL UNIXSOCK
 
 DEBUG_DESC=	Enable debug logging
 DEVKIT_DESC=	Install headers and library


More information about the svn-ports-head mailing list