diff --git a/www/mod_http2-devel/Makefile b/www/mod_http2-devel/Makefile index be352b2cfd47..90f284e9752f 100644 --- a/www/mod_http2-devel/Makefile +++ b/www/mod_http2-devel/Makefile @@ -1,51 +1,51 @@ # Created by: Bernard Spil # $FreeBSD$ PORTNAME= mod_http2-devel -PORTVERSION= 1.10.2 +PORTVERSION= 1.10.3 DISTVERSIONPREFIX= v CATEGORIES= www MAINTAINER= brnrd@FreeBSD.org COMMENT= Early experience HTTP/2 modules for Apache httpd LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= libnghttp2>=1.2:www/libnghttp2 LIB_DEPENDS= libnghttp2.so:www/libnghttp2 USE_GITHUB= yes GH_ACCOUNT= icing GH_PROJECT= mod_h2 USES= autoreconf libtool ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=ext- CONFIGURE_ENV= CONFIG_SHELL=/bin/sh USE_APACHE= 24 MODULENAME= ${GH_PROJECT} CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include PORTDOCS= README README.md PLIST_FILES= ${APACHEMODDIR}/mod_h2.so \ ${APACHEMODDIR}/mod_proxy_h2.so post-install: # Rename mod_http2 to mod_h2 to avoid conflict with Apache24 ${MV} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_http2.so.0.0.0 \ ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/${MODULENAME}.so ${MV} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_proxy_http2.so.0.0.0 \ ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_proxy_h2.so ${RM} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_http2.so ${RM} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_proxy_http2.so ${MV} ${STAGEDIR}${PREFIX}/share/doc/mod_http2 \ ${STAGEDIR}${DOCSDIR} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/${MODULENAME}.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_proxy_h2.so ${RM} -v ${STAGEDIR}${DOCSDIR}/LICENSE .include diff --git a/www/mod_http2-devel/distinfo b/www/mod_http2-devel/distinfo index fb60a3d3d440..c10c70747317 100644 --- a/www/mod_http2-devel/distinfo +++ b/www/mod_http2-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1492538115 -SHA256 (icing-mod_h2-v1.10.2_GH0.tar.gz) = 28e8c786dc4a713aafe47845b1a784390873a8964ffad66b3eaf766aa8bf0cd0 -SIZE (icing-mod_h2-v1.10.2_GH0.tar.gz) = 199107 +TIMESTAMP = 1492785216 +SHA256 (icing-mod_h2-v1.10.3_GH0.tar.gz) = 611921d4ac3691ce18e481f4aaa8fb9a1a04b5766466bc21b5c968c7d49793fd +SIZE (icing-mod_h2-v1.10.3_GH0.tar.gz) = 200707