From owner-svn-ports-head@freebsd.org Tue Apr 17 20:35:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCB04F991AD; Tue, 17 Apr 2018 20:35:44 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 76A0073BC0; Tue, 17 Apr 2018 20:35:44 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6D4BF11799; Tue, 17 Apr 2018 20:35:44 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3HKZiqu060031; Tue, 17 Apr 2018 20:35:44 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3HKZix2060029; Tue, 17 Apr 2018 20:35:44 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201804172035.w3HKZix2060029@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 17 Apr 2018 20:35:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467655 - in head/irc/py-fishcrypt: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head/irc/py-fishcrypt: . files X-SVN-Commit-Revision: 467655 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2018 20:35:45 -0000 Author: rene Date: Tue Apr 17 20:35:43 2018 New Revision: 467655 URL: https://svnweb.freebsd.org/changeset/ports/467655 Log: irc/py-fishcrypt: remove optional dependency on expired irc/xchat Modified: head/irc/py-fishcrypt/Makefile head/irc/py-fishcrypt/files/pkg-message.in Modified: head/irc/py-fishcrypt/Makefile ============================================================================== --- head/irc/py-fishcrypt/Makefile Tue Apr 17 20:21:07 2018 (r467654) +++ head/irc/py-fishcrypt/Makefile Tue Apr 17 20:35:43 2018 (r467655) @@ -3,13 +3,13 @@ PORTNAME= fishcrypt DISTVERSION= 5.31 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc security PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python MAINTAINER= nemysis@FreeBSD.org -COMMENT= FiSH/Mircryption-compatible encryption for XChat/HexChat +COMMENT= FiSH/Mircryption-compatible encryption for HexChat RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pysocks>=0:net/py-pysocks@${FLAVOR} @@ -31,15 +31,13 @@ PORTDOCS= README.md PLIST_FILES= %%DATADIR%%/fishcrypt.py \ %%DATADIR%%/pyBlowfish.py -OPTIONS_DEFINE= DOCS HEXCHAT XCHAT +OPTIONS_DEFINE= DOCS HEXCHAT HEXCHAT_DESC= FiSH encryption for HexChat -XCHAT_DESC= FiSH encryption for XChat OPTIONS_SUB= yes HEXCHAT_RUN_DEPENDS= hexchat:irc/hexchat -XCHAT_RUN_DEPENDS= xchat:irc/xchat do-install: @${MKDIR} ${STAGEDIR}${DATADIR} Modified: head/irc/py-fishcrypt/files/pkg-message.in ============================================================================== --- head/irc/py-fishcrypt/files/pkg-message.in Tue Apr 17 20:21:07 2018 (r467654) +++ head/irc/py-fishcrypt/files/pkg-message.in Tue Apr 17 20:35:43 2018 (r467655) @@ -11,10 +11,4 @@ For HexChat ln -sf %%DATADIR%%/fishcrypt.py ~/.config/hexchat/addons/ -For XChat - - ln -sf %%DATADIR%%/fishcrypt.py ~/.xchat2/ - - exit - ===============================================================================