svn commit: r455397 - in head/www/nginx: . files

Bernard Spil brnrd at FreeBSD.org
Sun Dec 3 09:48:03 UTC 2017


Author: brnrd
Date: Sun Dec  3 09:48:02 2017
New Revision: 455397
URL: https://svnweb.freebsd.org/changeset/ports/455397

Log:
  www/nginx: Unbreak brotli option
  
   - The used commit hash includes the patch
  
  PR:		224000
  Reported by:	Philipp <kidon posteo de>

Deleted:
  head/www/nginx/files/extra-patch-brotli_config
Modified:
  head/www/nginx/Makefile

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Sun Dec  3 09:13:58 2017	(r455396)
+++ head/www/nginx/Makefile	Sun Dec  3 09:48:02 2017	(r455397)
@@ -1146,7 +1146,6 @@ LIB_DEPENDS+=	libbrotlicommon.so:archivers/brotli
 GH_ACCOUNT+=	eustas:brotli
 GH_PROJECT+=	ngx_brotli:brotli
 GH_TAGNAME+=	${NGINX_BROTLI_VERSION}:brotli
-EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-brotli_config
 .if ${PORT_OPTIONS:MDSO}
 CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_brotli}
 .else


More information about the svn-ports-head mailing list