pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/awstats



Module Name:    pkgsrc
Committed By:   roy
Date:           Fri Jan 27 12:11:13 UTC 2017

Modified Files:
        pkgsrc/www/awstats: options.mk

Log Message:
Add a whois option.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/awstats/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/awstats/options.mk
diff -u pkgsrc/www/awstats/options.mk:1.2 pkgsrc/www/awstats/options.mk:1.3
--- pkgsrc/www/awstats/options.mk:1.2   Thu Jan 15 12:12:04 2009
+++ pkgsrc/www/awstats/options.mk       Fri Jan 27 12:11:13 2017
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2009/01/15 12:12:04 adam Exp $
+# $NetBSD: options.mk,v 1.3 2017/01/27 12:11:13 roy Exp $
 
-PKG_OPTIONS_VAR=       PKG_OPTIONS.awstats
+PKG_OPTIONS_VAR=        PKG_OPTIONS.awstats
 
-PKG_SUPPORTED_OPTIONS= geoip
+PKG_SUPPORTED_OPTIONS=  geoip whois
 
 .include "../../mk/bsd.options.mk"
 
@@ -10,5 +10,12 @@ PKG_SUPPORTED_OPTIONS=       geoip
 ### Use the Geo IP Free module
 ###
 .if !empty(PKG_OPTIONS:Mgeoip)
-DEPENDS+=      p5-Geo-IPfree-[0-9]*:../../net/p5-Geo-IPfree
+DEPENDS+=       p5-Geo-IPfree-[0-9]*:../../net/p5-Geo-IPfree
+.endif
+
+###
+### Optional Whois support
+###
+.if !empty(PKG_OPTIONS:Mwhois)
+DEPENDS+=       p5-Net-XWhois-[0-9]*:../../net/p5-Net-XWhois
 .endif



Home | Main Index | Thread Index | Old Index