pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/apache24 Enable http2 option by default. Bump PKGR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c35add327df
branches:  trunk
changeset: 357769:5c35add327df
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Jan 28 04:57:57 2017 +0000

description:
Enable http2 option by default. Bump PKGREVISION
Requestd by Jesus Cea on pkgsrc-users%NetBSD.org@localhost maling list.

diffstat:

 www/apache24/Makefile   |  4 ++--
 www/apache24/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r a1f9188fb0f2 -r 5c35add327df www/apache24/Makefile
--- a/www/apache24/Makefile     Sat Jan 28 04:50:59 2017 +0000
+++ b/www/apache24/Makefile     Sat Jan 28 04:57:57 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2017/01/19 18:52:28 agc Exp $
+# $NetBSD: Makefile,v 1.54 2017/01/28 04:57:57 ryoon Exp $
 #
 # When updating this package, make sure that no strings like
 # "PR 12345" are in the commit message. Upstream likes
@@ -7,7 +7,7 @@
 
 DISTNAME=      httpd-2.4.25
 PKGNAME=       ${DISTNAME:S/httpd/apache/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_APACHE:=httpd/}
 MASTER_SITES+= http://archive.apache.org/dist/httpd/
diff -r a1f9188fb0f2 -r 5c35add327df www/apache24/options.mk
--- a/www/apache24/options.mk   Sat Jan 28 04:50:59 2017 +0000
+++ b/www/apache24/options.mk   Sat Jan 28 04:57:57 2017 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.12 2016/01/31 07:49:23 ryoon Exp $
+# $NetBSD: options.mk,v 1.13 2017/01/28 04:57:57 ryoon Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.apache
 PKG_SUPPORTED_OPTIONS=         apache-mpm-event apache-mpm-prefork apache-mpm-worker \
                                lua http2 suexec
 PKG_SUGGESTED_OPTIONS=         apache-mpm-event apache-mpm-prefork \
-                               apache-mpm-worker
+                               apache-mpm-worker http2
 
 .if ${OPSYS} == "SunOS" && !empty(OS_VERSION:M5.1[0-9])
 PKG_SUPPORTED_OPTIONS+=                privileges



Home | Main Index | Thread Index | Old Index