From owner-svn-ports-head@freebsd.org Tue May 3 13:33:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C80CB2BE86; Tue, 3 May 2016 13:33:04 +0000 (UTC) (envelope-from nemysis@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 mx1.freebsd.org (Postfix) with ESMTPS id 67FB71809; Tue, 3 May 2016 13:33:04 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u43DX3G7048108; Tue, 3 May 2016 13:33:03 GMT (envelope-from nemysis@FreeBSD.org) Received: (from nemysis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u43DX3n8048103; Tue, 3 May 2016 13:33:03 GMT (envelope-from nemysis@FreeBSD.org) Message-Id: <201605031333.u43DX3n8048103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nemysis set sender to nemysis@FreeBSD.org using -f From: Rusmir Dusko Date: Tue, 3 May 2016 13:33:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414531 - in head/irc/py-fishcrypt: . files X-SVN-Group: ports-head 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.22 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, 03 May 2016 13:33:04 -0000 Author: nemysis Date: Tue May 3 13:33:03 2016 New Revision: 414531 URL: https://svnweb.freebsd.org/changeset/ports/414531 Log: - Update to 5.31, please see /usr/local/share/doc/py-fishcrypt/README.md - Take maintainership - Change comment - Add dependency for net/py-pysocks - Change master site from https://github.com/kwaaak/py-fishcrypt to https://github.com/fladd/py-fishcrypt - Change PLIST_FILES - Change files/pkg-message.in - Change pkg-descr Modified: head/irc/py-fishcrypt/Makefile head/irc/py-fishcrypt/distinfo head/irc/py-fishcrypt/files/pkg-message.in head/irc/py-fishcrypt/pkg-descr Modified: head/irc/py-fishcrypt/Makefile ============================================================================== --- head/irc/py-fishcrypt/Makefile Tue May 3 13:27:45 2016 (r414530) +++ head/irc/py-fishcrypt/Makefile Tue May 3 13:33:03 2016 (r414531) @@ -2,18 +2,19 @@ # $FreeBSD$ PORTNAME= py-fishcrypt -DISTVERSION= 4.21 +DISTVERSION= 5.31 CATEGORIES= irc security DIST_SUBDIR= python -MAINTAINER= koalative@gmail.com -COMMENT= FiSH/Mircryption clone for XChat/HexChat +MAINTAINER= nemysis@FreeBSD.org +COMMENT= FiSH/Mircryption-compatible encryption for XChat/HexChat -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto \ + ${PYTHON_PKGNAMEPREFIX}pysocks>=0:net/py-pysocks USE_GITHUB= yes -GH_ACCOUNT= kwaaak -GH_TAGNAME= c001c75 +GH_ACCOUNT= fladd +GH_TAGNAME= 43554b1a USES= dos2unix python:run NO_BUILD= yes @@ -22,7 +23,8 @@ SUB_FILES= pkg-message PORTDOCS= README.md -PLIST_FILES= %%DATADIR%%/fishcrypt.py +PLIST_FILES= %%DATADIR%%/fishcrypt.py \ + %%DATADIR%%/pyBlowfish.py OPTIONS_DEFINE= DOCS HEXCHAT XCHAT @@ -36,7 +38,7 @@ XCHAT_RUN_DEPENDS= xchat:irc/xchat do-install: @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_SCRIPT} ${WRKSRC}/fishcrypt.py ${STAGEDIR}${DATADIR} + ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/irc/py-fishcrypt/distinfo ============================================================================== --- head/irc/py-fishcrypt/distinfo Tue May 3 13:27:45 2016 (r414530) +++ head/irc/py-fishcrypt/distinfo Tue May 3 13:33:03 2016 (r414531) @@ -1,2 +1,2 @@ -SHA256 (python/kwaaak-py-fishcrypt-4.21-c001c75_GH0.tar.gz) = d253fb1fc308b0745944e32ddad2d3cb5fc2a8c4a53b1fba23b47ac95175d812 -SIZE (python/kwaaak-py-fishcrypt-4.21-c001c75_GH0.tar.gz) = 17177 +SHA256 (python/fladd-py-fishcrypt-5.31-43554b1a_GH0.tar.gz) = 8e361a83b145d67fb53969d3f0255bfd05523c044c1438fac5d310eb14c8cf6e +SIZE (python/fladd-py-fishcrypt-5.31-43554b1a_GH0.tar.gz) = 29595 Modified: head/irc/py-fishcrypt/files/pkg-message.in ============================================================================== --- head/irc/py-fishcrypt/files/pkg-message.in Tue May 3 13:27:45 2016 (r414530) +++ head/irc/py-fishcrypt/files/pkg-message.in Tue May 3 13:33:03 2016 (r414531) @@ -2,7 +2,7 @@ py-fishcrypt has been installed. -To make FiSH work with with py-fishcrypt please symlink as user +To make FiSH work with py-fishcrypt please do symlink as user su user Modified: head/irc/py-fishcrypt/pkg-descr ============================================================================== --- head/irc/py-fishcrypt/pkg-descr Tue May 3 13:27:45 2016 (r414530) +++ head/irc/py-fishcrypt/pkg-descr Tue May 3 13:33:03 2016 (r414531) @@ -1,3 +1,8 @@ -FiSH/Mircryption clone for XChat and clones in 100% Python. +FiSH/Mircryption-compatible encryption for XChat/HexChat. -WWW: https://github.com/kwaaak/py-fishcrypt + Encrypt/decrypt private conversations + Encrypt/decrypt channel conversations + Choose between ECB and CBC + Automatic DH key exchange (private conversations only) + +WWW: https://github.com/fladd/py-fishcrypt