diff options
author | nemysis <nemysis@FreeBSD.org> | 2016-05-03 21:33:03 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2016-05-03 21:33:03 +0800 |
commit | ff95fcc91296c5072fc407e919b1cd45d4a557cd (patch) | |
tree | 8fe2fa58a34000749fafced5902055f5b1452702 /irc | |
parent | 68e832f8f6486246df6e4963f8152927db23173e (diff) | |
download | freebsd-ports-gnome-ff95fcc91296c5072fc407e919b1cd45d4a557cd.tar.gz freebsd-ports-gnome-ff95fcc91296c5072fc407e919b1cd45d4a557cd.tar.zst freebsd-ports-gnome-ff95fcc91296c5072fc407e919b1cd45d4a557cd.zip |
- 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
Diffstat (limited to 'irc')
-rw-r--r-- | irc/py-fishcrypt/Makefile | 18 | ||||
-rw-r--r-- | irc/py-fishcrypt/distinfo | 4 | ||||
-rw-r--r-- | irc/py-fishcrypt/files/pkg-message.in | 2 | ||||
-rw-r--r-- | irc/py-fishcrypt/pkg-descr | 9 |
4 files changed, 20 insertions, 13 deletions
diff --git a/irc/py-fishcrypt/Makefile b/irc/py-fishcrypt/Makefile index 15350061244e..0d55d2e596cc 100644 --- a/irc/py-fishcrypt/Makefile +++ b/irc/py-fishcrypt/Makefile @@ -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} diff --git a/irc/py-fishcrypt/distinfo b/irc/py-fishcrypt/distinfo index 15d2ce9482e7..eed795c42c21 100644 --- a/irc/py-fishcrypt/distinfo +++ b/irc/py-fishcrypt/distinfo @@ -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 diff --git a/irc/py-fishcrypt/files/pkg-message.in b/irc/py-fishcrypt/files/pkg-message.in index b9d454e779d3..f5f77dd81b29 100644 --- a/irc/py-fishcrypt/files/pkg-message.in +++ b/irc/py-fishcrypt/files/pkg-message.in @@ -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 diff --git a/irc/py-fishcrypt/pkg-descr b/irc/py-fishcrypt/pkg-descr index 65ee78f942ea..2dbca7790cba 100644 --- a/irc/py-fishcrypt/pkg-descr +++ b/irc/py-fishcrypt/pkg-descr @@ -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 |