svn commit: r481821 - head/www/mod_http2-devel

Bernard Spil brnrd at FreeBSD.org
Thu Oct 11 12:50:37 UTC 2018


Author: brnrd
Date: Thu Oct 11 12:50:35 2018
New Revision: 481821
URL: https://svnweb.freebsd.org/changeset/ports/481821

Log:
  www/mod_http2-devel: Update to 1.11.3

Modified:
  head/www/mod_http2-devel/Makefile
  head/www/mod_http2-devel/distinfo

Modified: head/www/mod_http2-devel/Makefile
==============================================================================
--- head/www/mod_http2-devel/Makefile	Thu Oct 11 12:49:45 2018	(r481820)
+++ head/www/mod_http2-devel/Makefile	Thu Oct 11 12:50:35 2018	(r481821)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mod_http2
-PORTVERSION=	1.10.20
+PORTVERSION=	1.11.3
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
@@ -23,6 +23,7 @@ GH_ACCOUNT=	icing
 GH_PROJECT=	mod_h2
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--without-curl
 
 MODULENAME=	${GH_PROJECT}
 
@@ -40,9 +41,9 @@ post-install:
 	${INSTALL_DATA} ${WRKDIR}/300_mod_proxy_http2.conf \
 		${STAGEDIR}${PREFIX}/${APACHEETCDIR}/modules.d/300_mod_proxy_h2.conf.sample
 	# Rename mod_http2 to mod_h2 to avoid conflict with Apache24
-	${MV} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_http2.so.0.0.0 \
+	${MV} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_http2.so \
 		${STAGEDIR}${PREFIX}/${APACHEMODDIR}/${MODULENAME}.so
-	${MV} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_proxy_http2.so.0.0.0 \
+	${MV} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_proxy_http2.so \
 		${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_proxy_h2.so
 	${RM} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_http2.so
 	${RM} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_proxy_http2.so

Modified: head/www/mod_http2-devel/distinfo
==============================================================================
--- head/www/mod_http2-devel/distinfo	Thu Oct 11 12:49:45 2018	(r481820)
+++ head/www/mod_http2-devel/distinfo	Thu Oct 11 12:50:35 2018	(r481821)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525340646
-SHA256 (icing-mod_h2-v1.10.20_GH0.tar.gz) = 19c79c81cd1b090c28f616cb8d5cd830c6b65a0f879754968bc0c10919f643cc
-SIZE (icing-mod_h2-v1.10.20_GH0.tar.gz) = 211265
+TIMESTAMP = 1539177758
+SHA256 (icing-mod_h2-v1.11.3_GH0.tar.gz) = 7ddae29399dddb0b7cf951692af3dacb425cbab2b7011360f3a9f9865b987249
+SIZE (icing-mod_h2-v1.11.3_GH0.tar.gz) = 683734


More information about the svn-ports-all mailing list