diff options
author | brnrd <brnrd@FreeBSD.org> | 2016-03-17 03:46:35 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2016-03-17 03:46:35 +0800 |
commit | ddd0ed8c66b9f8f96771e18db03fdc9ba9833b6f (patch) | |
tree | 3efe48564e95ca6e332b1ba2e0b3b9db9e736b71 /www/mod_http2-devel | |
parent | 757d8e71d2fcae434c4368c7fbe115118cf15fd7 (diff) | |
download | freebsd-ports-gnome-ddd0ed8c66b9f8f96771e18db03fdc9ba9833b6f.tar.gz freebsd-ports-gnome-ddd0ed8c66b9f8f96771e18db03fdc9ba9833b6f.tar.zst freebsd-ports-gnome-ddd0ed8c66b9f8f96771e18db03fdc9ba9833b6f.zip |
www/mod_http2-devel: Update to 1.2.8
- Update to latest upstream version
- Remove patch (included upstream)
- Add README.md
Reviewed by: feld (mentor)
Approved by: feld (mentor)
Differential Revision: D5657
Diffstat (limited to 'www/mod_http2-devel')
-rw-r--r-- | www/mod_http2-devel/Makefile | 5 | ||||
-rw-r--r-- | www/mod_http2-devel/distinfo | 4 | ||||
-rw-r--r-- | www/mod_http2-devel/files/patch-mod__http2_h2__push.c | 14 | ||||
-rw-r--r-- | www/mod_http2-devel/pkg-plist | 1 |
4 files changed, 5 insertions, 19 deletions
diff --git a/www/mod_http2-devel/Makefile b/www/mod_http2-devel/Makefile index b14c3cee835b..06cc99cc3d1d 100644 --- a/www/mod_http2-devel/Makefile +++ b/www/mod_http2-devel/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mod_http2-devel -PORTVERSION= 1.2.7 -PORTREVISION= 1 +PORTVERSION= 1.2.8 DISTVERSIONPREFIX= v CATEGORIES= www @@ -31,7 +30,7 @@ CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include post-install: - # Rename mod_http2 to the mod_h2 to avoid conflict with Apache24 + # 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 ${RM} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_http2.so diff --git a/www/mod_http2-devel/distinfo b/www/mod_http2-devel/distinfo index 1a7272c80986..288b81c9a600 100644 --- a/www/mod_http2-devel/distinfo +++ b/www/mod_http2-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (icing-mod_h2-v1.2.7_GH0.tar.gz) = 165b03a506be640584a297cdeb09b8c9355f9362910a9c7086f65cb583333c18 -SIZE (icing-mod_h2-v1.2.7_GH0.tar.gz) = 139292 +SHA256 (icing-mod_h2-v1.2.8_GH0.tar.gz) = d71f5ec197bb739bc551441325b9a52b35e437e5b93e7f3423cacf49105bc3fa +SIZE (icing-mod_h2-v1.2.8_GH0.tar.gz) = 139448 diff --git a/www/mod_http2-devel/files/patch-mod__http2_h2__push.c b/www/mod_http2-devel/files/patch-mod__http2_h2__push.c deleted file mode 100644 index 7cb42853698c..000000000000 --- a/www/mod_http2-devel/files/patch-mod__http2_h2__push.c +++ /dev/null @@ -1,14 +0,0 @@ -Upstream fix for i386 build -https://github.com/icing/mod_h2/pull/89 - ---- mod_http2/h2_push.c.orig 2016-02-29 13:59:13 UTC -+++ mod_http2/h2_push.c -@@ -792,7 +792,7 @@ static apr_status_t gset_encode_next(gse - flex_bits = (delta >> encoder->fixed_bits); - ap_log_perror(APLOG_MARK, GCSLOG_LEVEL, 0, encoder->pool, - "h2_push_diary_enc: val=%"APR_UINT64_T_HEX_FMT", delta=%" -- APR_UINT64_T_HEX_FMT" flex_bits=%ld, " -+ APR_UINT64_T_HEX_FMT" flex_bits=%"APR_UINT64_T_FMT", " - "fixed_bits=%d, fixed_val=%"APR_UINT64_T_HEX_FMT, - pval, delta, flex_bits, encoder->fixed_bits, delta&encoder->fixed_mask); - for (; flex_bits != 0; --flex_bits) { diff --git a/www/mod_http2-devel/pkg-plist b/www/mod_http2-devel/pkg-plist index 80f3e93b58d0..8ee43f12ff16 100644 --- a/www/mod_http2-devel/pkg-plist +++ b/www/mod_http2-devel/pkg-plist @@ -1,2 +1,3 @@ %%APACHEMODDIR%%/%%AP_MODULE%% %%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.md |