Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2018 20:35:44 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
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
Message-ID:  <201804172035.w3HKZix2060029@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-
 ===============================================================================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804172035.w3HKZix2060029>