svn commit: r467655 - in head/irc/py-fishcrypt: . files

Rene Ladan rene at FreeBSD.org
Tue Apr 17 20:35:45 UTC 2018


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 at 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
-
 ===============================================================================


More information about the svn-ports-head mailing list