pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/apache24



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Jan 28 04:57:57 UTC 2017

Modified Files:
        pkgsrc/www/apache24: Makefile options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/www/apache24/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/apache24/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/apache24/Makefile
diff -u pkgsrc/www/apache24/Makefile:1.53 pkgsrc/www/apache24/Makefile:1.54
--- pkgsrc/www/apache24/Makefile:1.53   Thu Jan 19 18:52:28 2017
+++ pkgsrc/www/apache24/Makefile        Sat Jan 28 04:57:57 2017
@@ -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/

Index: pkgsrc/www/apache24/options.mk
diff -u pkgsrc/www/apache24/options.mk:1.12 pkgsrc/www/apache24/options.mk:1.13
--- pkgsrc/www/apache24/options.mk:1.12 Sun Jan 31 07:49:23 2016
+++ pkgsrc/www/apache24/options.mk      Sat Jan 28 04:57:57 2017
@@ -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