From owner-svn-ports-all@freebsd.org Thu Nov 19 09:54:42 2015 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 2C9ABA33065; Thu, 19 Nov 2015 09:54:42 +0000 (UTC) (envelope-from bofh@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 E73C71EC8; Thu, 19 Nov 2015 09:54:41 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAJ9se6P090418; Thu, 19 Nov 2015 09:54:40 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAJ9seJB090415; Thu, 19 Nov 2015 09:54:40 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201511190954.tAJ9seJB090415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 19 Nov 2015 09:54:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401923 - in head/devel: . py-pytz py-pytz3 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.20 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: Thu, 19 Nov 2015 09:54:42 -0000 Author: bofh Date: Thu Nov 19 09:54:40 2015 New Revision: 401923 URL: https://svnweb.freebsd.org/changeset/ports/401923 Log: [NEW] devel/pytz3: Slave port of devel/pytz for python3 - Modify overriding MAINTAINER in py-pytz - Creating this port for upcoming GNS3 updates which requires python3 specific modules Added: head/devel/py-pytz3/ head/devel/py-pytz3/Makefile (contents, props changed) Modified: head/devel/Makefile head/devel/py-pytz/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Nov 19 09:53:19 2015 (r401922) +++ head/devel/Makefile Thu Nov 19 09:54:40 2015 (r401923) @@ -4228,6 +4228,7 @@ SUBDIR += py-pytools SUBDIR += py-pytrie SUBDIR += py-pytz + SUBDIR += py-pytz3 SUBDIR += py-pyutil SUBDIR += py-pyvisa SUBDIR += py-pyvisa-py Modified: head/devel/py-pytz/Makefile ============================================================================== --- head/devel/py-pytz/Makefile Thu Nov 19 09:53:19 2015 (r401922) +++ head/devel/py-pytz/Makefile Thu Nov 19 09:54:40 2015 (r401923) @@ -8,7 +8,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= lwhsu@FreeBSD.org +MAINTAINER?= lwhsu@FreeBSD.org COMMENT= World Timezone Definitions for Python LICENSE= MIT Added: head/devel/py-pytz3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytz3/Makefile Thu Nov 19 09:54:40 2015 (r401923) @@ -0,0 +1,10 @@ +# Created by: Muhammad Moinur Rahman +# $FreeBSD$ + +MAINTAINER= bofh@FreeBSD.org + +PYTHON_VERSION= python${PYTHON3_DEFAULT} + +MASTERDIR= ${.CURDIR}/../py-pytz + +.include "${MASTERDIR}/Makefile"