From owner-svn-ports-head@freebsd.org Sun Aug 20 12:30:31 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 9C2CFDCF638; Sun, 20 Aug 2017 12:30:31 +0000 (UTC) (envelope-from sunpoet@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 68F292E5A; Sun, 20 Aug 2017 12:30:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7KCUUlO003401; Sun, 20 Aug 2017 12:30:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7KCUUXl003400; Sun, 20 Aug 2017 12:30:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201708201230.v7KCUUXl003400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 20 Aug 2017 12:30:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448416 - head/games/kajongg X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/games/kajongg X-SVN-Commit-Revision: 448416 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 12:30:31 -0000 Author: sunpoet Date: Sun Aug 20 12:30:30 2017 New Revision: 448416 URL: https://svnweb.freebsd.org/changeset/ports/448416 Log: Update RUN_DEPENDS: use newer twisted - Bump PORTREVISION for dependency change PR: 221651 Submitted by: sunpoet (myself) Approved by: kde (tcberner, maintainer) Modified: head/games/kajongg/Makefile Modified: head/games/kajongg/Makefile ============================================================================== --- head/games/kajongg/Makefile Sun Aug 20 12:30:25 2017 (r448415) +++ head/games/kajongg/Makefile Sun Aug 20 12:30:30 2017 (r448416) @@ -2,14 +2,16 @@ PORTNAME= kajongg PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted + NO_ARCH= yes -USES= cmake:outsource kde:4 python tar:xz twisted:run shebangfix sqlite +USES= cmake:outsource kde:4 python tar:xz shebangfix sqlite USE_KDE= kdelibs pykde4 automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build CMAKE_ARGS= -DINSTALL_KAJONGG:BOOL=TRUE