Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jun 2018 19:37:30 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472930 - head/mail/popfile
Message-ID:  <201806201937.w5KJbUNq062115@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jun 20 19:37:30 2018
New Revision: 472930
URL: https://svnweb.freebsd.org/changeset/ports/472930

Log:
  Add SOCKS option

Modified:
  head/mail/popfile/Makefile

Modified: head/mail/popfile/Makefile
==============================================================================
--- head/mail/popfile/Makefile	Wed Jun 20 19:37:25 2018	(r472929)
+++ head/mail/popfile/Makefile	Wed Jun 20 19:37:30 2018	(r472930)
@@ -31,7 +31,7 @@ SHEBANG_FILES=	bayes.pl insert.pl \
 PLIST_SUB=	VERSION="${PORTVERSION}"
 SUB_FILES=	popfile.sh
 
-OPTIONS_DEFINE=	SSL XMLRPC UPGRADE_FROM_0_20 KAKASI MECABU
+OPTIONS_DEFINE=	SSL XMLRPC UPGRADE_FROM_0_20 KAKASI MECABU SOCKS
 
 # POPFile works with IO::Socket::SSL version 1.07 (and not 0.97/0.99).
 SSL_RUN_DEPENDS=p5-IO-Socket-SSL>=1.07:security/p5-IO-Socket-SSL
@@ -48,10 +48,7 @@ KAKASI_RUN_DEPENDS=	p5-Text-Kakasi>=0:japanese/p5-Text
 MECABU_DESC=		Handle Japanese text via MeCab library
 MECABU_RUN_DEPENDS=	p5-MeCab>=0:japanese/p5-MeCab
 
-#.if ${PORT_OPTIONS:MSOCKS}
-# XXX: IO::Socket::Socks should be listed here but no ports yet. For those
-# interested, check http://search.cpan.org/~reatmon/IO-Socket-Socks-0.1/.
-#.endif
+SOCKS_RUN_DEPENDS=	p5-IO-Socket-Socks>=0:net/p5-IO-Socket-Socks
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKDIR}/popfile.sh ${STAGEDIR}${PREFIX}/sbin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806201937.w5KJbUNq062115>