From owner-svn-ports-head@freebsd.org Thu Nov 19 14:06:19 2015 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 71FA9A32142; Thu, 19 Nov 2015 14:06:19 +0000 (UTC) (envelope-from 5u623l20@gmail.com) Received: from mail-qg0-f67.google.com (mail-qg0-f67.google.com [209.85.192.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F11617A1; Thu, 19 Nov 2015 14:06:18 +0000 (UTC) (envelope-from 5u623l20@gmail.com) Received: by qgea14 with SMTP id a14so5365203qge.2; Thu, 19 Nov 2015 06:06:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=OdHTPR0iMYxVgtCQ36Z7evExZ/5Agg7akRrOxW9ExME=; b=VfYVa49T8tWlG5NEUfMkBrc+mSjDHqZ+XsmzILCUxdqnuk5xw4yyr1mWe4/dybXh6V +hbTs4jgZZrdlYjup3o9BW+1iqCvh1vF4mEZdAU8+BSWmCW2WmvocnkRIeARW2rw9MOw 4him4zRCwQid+2sEUY4/M3hSXu/z2qAGXSa8B7fbNFk9YMVCSczvWOuzy500XmiwI+L5 GNGqR14jlMj+P38HEg5vX8JlsGV7na/dfuDiV8Hnjau91/xuPcmZ8wvi4El3FzlR6LIa SW7nyWdgQtFvf/e0gLqSs4B43ZbtbDjXUR7q+7EHUrXgY1VVqhOUw07OQxhoKHgaGSEj RfVw== X-Received: by 10.140.27.228 with SMTP id 91mr6295179qgx.78.1447927610462; Thu, 19 Nov 2015 02:06:50 -0800 (PST) Received: from mail-qg0-f41.google.com (mail-qg0-f41.google.com. [209.85.192.41]) by smtp.gmail.com with ESMTPSA id r64sm2144221qkh.12.2015.11.19.02.06.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Nov 2015 02:06:50 -0800 (PST) Received: by qgcc31 with SMTP id c31so4582915qgc.3; Thu, 19 Nov 2015 02:06:48 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.140.227.16 with SMTP id x16mr6545270qhb.46.1447927608030; Thu, 19 Nov 2015 02:06:48 -0800 (PST) Received: by 10.140.20.45 with HTTP; Thu, 19 Nov 2015 02:06:47 -0800 (PST) In-Reply-To: <564D9D54.4010302@FreeBSD.org> References: <201511190954.tAJ9seJB090415@repo.freebsd.org> <564D9D54.4010302@FreeBSD.org> Date: Thu, 19 Nov 2015 16:06:47 +0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r401923 - in head/devel: . py-pytz py-pytz3 From: Muhammad Moinur Rahman To: Kubilay Kocak Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 19 Nov 2015 14:06:19 -0000 I tried to follow devel/py-setuptools[0-9][0-9] format. Any advice? On Thu, Nov 19, 2015 at 3:58 PM, Kubilay Kocak wrote: > On 19/11/2015 8:54 PM, Muhammad Moinur Rahman wrote: > > 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" > > > > Shouldn't this be py3-pytz ? > > >