From owner-svn-ports-head@freebsd.org Sun Aug 20 15:10:26 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82D81DD905D; Sun, 20 Aug 2017 15:10:26 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5046467AA7; Sun, 20 Aug 2017 15:10:26 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7KFAPYt069256; Sun, 20 Aug 2017 15:10:25 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7KFAP77069255; Sun, 20 Aug 2017 15:10:25 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201708201510.v7KFAP77069255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Sun, 20 Aug 2017 15:10:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448428 - head/net/splatd X-SVN-Group: ports-head X-SVN-Commit-Author: rodrigo X-SVN-Commit-Paths: head/net/splatd X-SVN-Commit-Revision: 448428 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2017 15:10:26 -0000 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