diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-04-17 20:35:43 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-04-17 20:35:43 +0000 |
commit | 74db0df4ef441a35562aa397987c611511ef6fcb (patch) | |
tree | 72277488bef43c31dc7eba9f8ea3e40fa53d21b8 | |
parent | 98a6e5f970a9e5fff1f882dfbc47400d205604bd (diff) | |
download | freebsd-ports-74db0df4ef441a35562aa397987c611511ef6fcb.zip |
irc/py-fishcrypt: remove optional dependency on expired irc/xchat
-rw-r--r-- | irc/py-fishcrypt/Makefile | 8 | ||||
-rw-r--r-- | irc/py-fishcrypt/files/pkg-message.in | 6 |
2 files changed, 3 insertions, 11 deletions
diff --git a/irc/py-fishcrypt/Makefile b/irc/py-fishcrypt/Makefile index ac3f942affee..abdc2e103437 100644 --- a/irc/py-fishcrypt/Makefile +++ b/irc/py-fishcrypt/Makefile @@ -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} diff --git a/irc/py-fishcrypt/files/pkg-message.in b/irc/py-fishcrypt/files/pkg-message.in index f5f77dd81b29..d72aeeacbae7 100644 --- a/irc/py-fishcrypt/files/pkg-message.in +++ b/irc/py-fishcrypt/files/pkg-message.in @@ -11,10 +11,4 @@ For HexChat ln -sf %%DATADIR%%/fishcrypt.py ~/.config/hexchat/addons/ -For XChat - - ln -sf %%DATADIR%%/fishcrypt.py ~/.xchat2/ - - exit - =============================================================================== |