svn commit: r448536 - head/net/kippo

Frederic Culot culot at FreeBSD.org
Tue Aug 22 14:51:44 UTC 2017


Author: culot
Date: Tue Aug 22 14:51:42 2017
New Revision: 448536
URL: https://svnweb.freebsd.org/changeset/ports/448536

Log:
  - Use newer twisted [1]
  - Update WWW link
  
  PR:		221657 [1]
  Submitted by:	sunpoet@

Modified:
  head/net/kippo/Makefile
  head/net/kippo/pkg-descr

Modified: head/net/kippo/Makefile
==============================================================================
--- head/net/kippo/Makefile	Tue Aug 22 14:48:14 2017	(r448535)
+++ head/net/kippo/Makefile	Tue Aug 22 14:51:42 2017	(r448536)
@@ -4,6 +4,7 @@
 PORTNAME=	kippo
 PORTVERSION=	0.9
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	culot at FreeBSD.org
@@ -12,13 +13,14 @@ COMMENT=	Medium interaction ssh honeypot
 LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto \
+		${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted \
 		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	desaster
 
-USES=		python twisted:run,conch,web
+USES=		python
 NO_ARCH=	yes
 NO_BUILD=	yes
 

Modified: head/net/kippo/pkg-descr
==============================================================================
--- head/net/kippo/pkg-descr	Tue Aug 22 14:48:14 2017	(r448535)
+++ head/net/kippo/pkg-descr	Tue Aug 22 14:51:42 2017	(r448536)
@@ -2,4 +2,4 @@ Kippo is a medium interaction SSH honeypot designed to
 attacks and, most importantly, the entire shell interaction performed
 by the attacker.
 
-WWW: http://code.google.com/p/kippo/
+WWW: https://github.com/desaster/kippo


More information about the svn-ports-all mailing list