svn commit: r448428 - head/net/splatd

Rodrigo Osorio rodrigo at FreeBSD.org
Sun Aug 20 15:10:26 UTC 2017


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


More information about the svn-ports-all mailing list