From owner-svn-ports-all@freebsd.org Sat May 7 19:24:43 2016 Return-Path: Delivered-To: svn-ports-all@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 607E0B32292; Sat, 7 May 2016 19:24:43 +0000 (UTC) (envelope-from pi@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 213EB1BD6; Sat, 7 May 2016 19:24:43 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u47JOgu4019779; Sat, 7 May 2016 19:24:42 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u47JOgpX019776; Sat, 7 May 2016 19:24:42 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605071924.u47JOgpX019776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 7 May 2016 19:24:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414782 - in head/devel: . py-pyicu py3-pyicu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2016 19:24:43 -0000 Author: pi Date: Sat May 7 19:24:41 2016 New Revision: 414782 URL: https://svnweb.freebsd.org/changeset/ports/414782 Log: New port: devel/py3-pyicu, slave port for python3 for py-pyicu PR: 207035 Submitted by: Ben Woods Approved by: bland (maintainer timeout) Added: head/devel/py3-pyicu/ head/devel/py3-pyicu/Makefile (contents, props changed) Modified: head/devel/Makefile head/devel/py-pyicu/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 7 18:10:14 2016 (r414781) +++ head/devel/Makefile Sat May 7 19:24:41 2016 (r414782) @@ -4607,6 +4607,7 @@ SUBDIR += py3-gobject3 SUBDIR += py3-jsonschema SUBDIR += py3-libpeas + SUBDIR += py3-pyicu SUBDIR += py3-python-magic SUBDIR += py3-pytz SUBDIR += py3-vcversioner Modified: head/devel/py-pyicu/Makefile ============================================================================== --- head/devel/py-pyicu/Makefile Sat May 7 18:10:14 2016 (r414781) +++ head/devel/py-pyicu/Makefile Sat May 7 19:24:41 2016 (r414782) @@ -15,7 +15,7 @@ COMMENT= Python extension wrapping IBM's LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +USES?= python USE_PYTHON= distutils autoplist MAKE_ENV+= PYICU_INCLUDES="${PREFIX}/include" \ Added: head/devel/py3-pyicu/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-pyicu/Makefile Sat May 7 19:24:41 2016 (r414782) @@ -0,0 +1,8 @@ +# Created by: Ben Woods +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-pyicu + +USES= python:3.2+ + +.include "${MASTERDIR}/Makefile"