Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2017 15:10:25 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448428 - head/net/splatd
Message-ID:  <201708201510.v7KFAP77069255@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Sun Aug 20 15:10:25 2017
New Revision: 448428
URL: https://svnweb.freebsd.org/changeset/ports/448428

Log:
  Update RUN_DEPENDS: use newer twisted
  Bump PORTREVISION for dependency change
  
  PR:		221663
  Submitted by:	sunpoet

Modified:
  head/net/splatd/Makefile

Modified: head/net/splatd/Makefile
==============================================================================
--- head/net/splatd/Makefile	Sun Aug 20 13:43:05 2017	(r448427)
+++ head/net/splatd/Makefile	Sun Aug 20 15:10:25 2017	(r448428)
@@ -4,7 +4,7 @@
 PORTNAME=	splatd
 PORTVERSION=	1.2
 DISTVERSIONPREFIX=	${PORTNAME}-
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	net
 
 MAINTAINER=	rodrigo@FreeBSD.org
@@ -16,9 +16,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${LOCALBASE}/bin/zconfig:devel/py-zconfig \
 		${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:net/py-ldap
 RUN_DEPENDS=	${LOCALBASE}/bin/zconfig:devel/py-zconfig \
-		${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:net/py-ldap
+		${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:net/py-ldap \
+		${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
 
-USES=		python twisted
+USES=		python
 USE_PYTHON=	distutils
 PYDISTUTILS_PKGNAME=	splat
 USE_RC_SUBR=	splatd



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