diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-08-13 20:32:30 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-08-13 20:32:30 +0000 |
commit | 215b0279ffa84f2a532e66ddbacb5c0900a3f7dc (patch) | |
tree | 9733dd89e0a21261eaf73524757070a0449611d3 /www | |
parent | 1a7fb695f87d6285c708668cdfa939b8bc0e43f8 (diff) | |
download | pkgsrc-215b0279ffa84f2a532e66ddbacb5c0900a3f7dc.tar.gz |
Do not enable the socks5 option by default, the net/socsk5 package is
not redistributable, which prevents this package from being so too.
Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r-- | www/tinyproxy/Makefile | 4 | ||||
-rw-r--r-- | www/tinyproxy/options.mk | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile index d0ea85afd7b..ffe31b5f67d 100644 --- a/www/tinyproxy/Makefile +++ b/www/tinyproxy/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2014/02/12 23:18:47 tron Exp $ +# $NetBSD: Makefile,v 1.34 2015/08/13 20:32:30 jperkin Exp $ # DISTNAME= tinyproxy-1.8.3 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tinyproxy/} diff --git a/www/tinyproxy/options.mk b/www/tinyproxy/options.mk index e9406a451c3..d96267501a5 100644 --- a/www/tinyproxy/options.mk +++ b/www/tinyproxy/options.mk @@ -1,10 +1,8 @@ -# $NetBSD: options.mk,v 1.2 2007/02/22 19:27:24 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2015/08/13 20:32:30 jperkin Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.tinyproxy PKG_SUPPORTED_OPTIONS+= socks5 -PKG_SUGGESTED_OPTIONS+= socks5 - .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Msocks5) |