pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/lighttpd
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jan 29 12:31:46 UTC 2019
Modified Files:
pkgsrc/www/lighttpd: Makefile options.mk
Log Message:
lighttpd: Fix a pkglint warnings.
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/www/lighttpd/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/lighttpd/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/lighttpd/Makefile
diff -u pkgsrc/www/lighttpd/Makefile:1.80 pkgsrc/www/lighttpd/Makefile:1.81
--- pkgsrc/www/lighttpd/Makefile:1.80 Mon Jan 28 22:39:52 2019
+++ pkgsrc/www/lighttpd/Makefile Tue Jan 29 12:31:46 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2019/01/28 22:39:52 schmonz Exp $
+# $NetBSD: Makefile,v 1.81 2019/01/29 12:31:46 wiz Exp $
DISTNAME= lighttpd-1.4.53
CATEGORIES= www
@@ -62,8 +62,6 @@ SUBST_VARS.path= LIGHTTPD_LOGDIR LIGHTTP
LIGHTTPD_CACHEDIR LIGHTTPD_HOMEDIR \
LIGHTTPD_GROUP PKG_SYSCONFDIR VARBASE
-PLIST_VARS+= gdbm geoip gssapi ldap lua memcached mysql ssl
-
post-install:
set -e; cd ${WRKSRC}/doc; \
for f in *.css outdated/*.dot outdated/*.txt; do \
Index: pkgsrc/www/lighttpd/options.mk
diff -u pkgsrc/www/lighttpd/options.mk:1.19 pkgsrc/www/lighttpd/options.mk:1.20
--- pkgsrc/www/lighttpd/options.mk:1.19 Tue Apr 17 20:11:15 2018
+++ pkgsrc/www/lighttpd/options.mk Tue Jan 29 12:31:46 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.19 2018/04/17 20:11:15 triaxx Exp $
+# $NetBSD: options.mk,v 1.20 2019/01/29 12:31:46 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.lighttpd
PKG_SUPPORTED_OPTIONS= bzip2 fam gdbm inet6 ldap lua mysql ssl memcached geoip gssapi webdav
@@ -7,6 +7,8 @@ PKG_SUGGESTED_OPTIONS= inet6 ssl
.include "../../mk/bsd.options.mk"
+PLIST_VARS+= gdbm geoip gssapi ldap lua memcached mysql ssl
+
###
### Allow using bzip2 as a compression method in the "compress" module.
###
Home |
Main Index |
Thread Index |
Old Index