From owner-svn-ports-all@freebsd.org Thu Jun 8 13:29:48 2017 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 D8C2BBFF057; Thu, 8 Jun 2017 13:29:48 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x241.google.com (mail-pf0-x241.google.com [IPv6:2607:f8b0:400e:c00::241]) (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 A34C381DD5; Thu, 8 Jun 2017 13:29:48 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x241.google.com with SMTP id u1so5154625pfg.1; Thu, 08 Jun 2017 06:29:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:reply-to:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=C80+m+smBecjHl+GmfSgeSJkmWeCnrSSgauox0zqpyQ=; b=IFFH+YyDqcRQMMHq6M1Z1L5GEQQRGO8ZJe6GfXZWCeoMXGSzcPHXTYUb24n3fHXfVS TyXV0+7rEaBGzo4RpTOmg50P8kJfyrJBCgT2Xoq30qNoTpVKxLP+73eyAIb/OKQOnGJC gLje6By5si9kRSHpv7eNRfGMX6+umQCSAu2eh5dxY9CWLCC8XR1moBkc39xTc2xRXWYo FfU+Mi+hMiS2ZOlkUkZJr3i+0M3NxuOdp5wBXpuwfXICEcIEWGDrEALxkbfzQw+345hP +W/d0M4PUgqkC3ppT2DS5cErkn87IDianeEhVZ68L3mgHBeim5hjKnHCUMsWqbXm24Gb sufw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:reply-to:subject:to:references:from :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=C80+m+smBecjHl+GmfSgeSJkmWeCnrSSgauox0zqpyQ=; b=OqA+lXZFCN2WX5H7o9kKOqKKBF1SFolAoTfd+BB6lk308OdOAyC/JKBxe7VlnX/LA2 yXm0gqWffVOYc/+mFaYnO8VrEzjsAfkumQ1XpDz18ZZnvYS8bB8rpCD7rs23Xx57+pGz 1k0fjJaXHOOpFc9vndppCobwcqQvOvdcagd6GDlFHN9DBuGhtJ6lmx+ujT8t0Yox4seG zrANuw4V2Ig03qABKZC8yzMXjsUGKAVDZFfWY2HWcl0ULqScUBC/SpcLWEBQ2AUCTQEv W8f90XsFN/9eYTZ5kdhTp4FyvO1KtwIJqQ5InfI14k0F4xGkPceoLQz1LxDaVUuBbHWt oRqQ== X-Gm-Message-State: AODbwcDj6IDFibwvXH4Z0Ki+fvjIrRD4E+qnnORJuLnaRGNsPUV+zgs0 zpLkWHiz1VZVGWxJ2vQ= X-Received: by 10.98.52.66 with SMTP id b63mr11314417pfa.7.1496928587992; Thu, 08 Jun 2017 06:29:47 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01:2042:3e8:d7ce:9b9c? (2001-44b8-31ae-7b01-2042-03e8-d7ce-9b9c.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:2042:3e8:d7ce:9b9c]) by smtp.gmail.com with ESMTPSA id s10sm10769074pfi.16.2017.06.08.06.29.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Jun 2017 06:29:47 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r442918 - in head: . www www/py-utidy www/py-utidylib To: Rene Ladan , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201706081321.v58DLeQB091977@repo.freebsd.org> From: Kubilay Kocak Message-ID: Date: Thu, 8 Jun 2017 23:25:08 +1000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Thunderbird/54.0a2 MIME-Version: 1.0 In-Reply-To: <201706081321.v58DLeQB091977@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-AU Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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, 08 Jun 2017 13:29:48 -0000 On 6/8/17 11:21 PM, Rene Ladan wrote: > Author: rene > Date: Thu Jun 8 13:21:39 2017 > New Revision: 442918 > URL: https://svnweb.freebsd.org/changeset/ports/442918 > > Log: > Move www/py-utidy to www/py-utidylib to comply with PyPI naming. Champion! Another one bites the dust. Thank you Rene :) > Further fixes: > - properly depend on Python 2.7 > - drop manual DISTNAME > > Submitted by: koobs (private mail) > > Added: > head/www/py-utidylib/ > - copied from r442917, head/www/py-utidy/ > Deleted: > head/www/py-utidy/ > Modified: > head/MOVED > head/www/Makefile > head/www/py-utidylib/Makefile > head/www/py-utidylib/distinfo > > Modified: head/MOVED > ============================================================================== > --- head/MOVED Thu Jun 8 12:37:32 2017 (r442917) > +++ head/MOVED Thu Jun 8 13:21:39 2017 (r442918) > @@ -9410,3 +9410,4 @@ security/pgp||2017-06-07|Has expired: This software wa > dns/pear-Net_DNS||2017-06-07|Has expired: This Port use PHP4.2 - This PHP-Version is not longer supporded > net/samba42|net/samba44|2016-09-07|Has expired: not supported upstream https://wiki.samba.org/index.php/Samba_Release_Planning > net/samba43|net/samba44|2017-03-07|Has expired: not supported upstream https://wiki.samba.org/index.php/Samba_Release_Planning > +www/py-utidy|www/py-utidylib|2017-06-08|Rename to comply with PyPI scheme > > Modified: head/www/Makefile > ============================================================================== > --- head/www/Makefile Thu Jun 8 12:37:32 2017 (r442917) > +++ head/www/Makefile Thu Jun 8 13:21:39 2017 (r442918) > @@ -1830,7 +1830,7 @@ > SUBDIR += py-urlgrabber > SUBDIR += py-urlobject > SUBDIR += py-user_agent > - SUBDIR += py-utidy > + SUBDIR += py-utidylib > SUBDIR += py-w3lib > SUBDIR += py-waitress > SUBDIR += py-webassets > > Modified: head/www/py-utidylib/Makefile > ============================================================================== > --- head/www/py-utidy/Makefile Thu Jun 8 12:37:32 2017 (r442917) > +++ head/www/py-utidylib/Makefile Thu Jun 8 13:21:39 2017 (r442918) > @@ -1,12 +1,11 @@ > # Created by: Stefan Esser > # $FreeBSD$ > > -PORTNAME= utidy > +PORTNAME= utidylib > PORTVERSION= 0.2 > PORTREVISION= 2 > CATEGORIES= www python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > -DISTNAME= uTidylib-${PORTVERSION} > > MAINTAINER= rene@FreeBSD.org > COMMENT= Python interface to tidy-lib > @@ -22,7 +21,7 @@ GH_TAGNAME= 8eb8b3041d4dd44d7b64314da477b93b98bd692d > # XXX Better depend on tidy or tidy-devel??? > LIB_DEPENDS= libtidy.so:www/tidy-lib > > -USES= python:2 > +USES= python:2.7 > USE_PYTHON= distutils autoplist > > post-patch: > > Modified: head/www/py-utidylib/distinfo > ============================================================================== > --- head/www/py-utidy/distinfo Thu Jun 8 12:37:32 2017 (r442917) > +++ head/www/py-utidylib/distinfo Thu Jun 8 13:21:39 2017 (r442918) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1496891054 > -SHA256 (uTidylib-0.2_GH0.tar.gz) = 847d029589877a81dab3c19398c1d94510d679a3e2c7619c5897f59c682fa8f9 > -SIZE (uTidylib-0.2_GH0.tar.gz) = 14522 > +TIMESTAMP = 1496927849 > +SHA256 (xdissent-utidylib-0.2-8eb8b3041d4dd44d7b64314da477b93b98bd692d_GH0.tar.gz) = 847d029589877a81dab3c19398c1d94510d679a3e2c7619c5897f59c682fa8f9 > +SIZE (xdissent-utidylib-0.2-8eb8b3041d4dd44d7b64314da477b93b98bd692d_GH0.tar.gz) = 14522 >