From owner-svn-ports-head@freebsd.org Thu Sep 7 09:34:30 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 94DE2E14201; Thu, 7 Sep 2017 09:34:30 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 569C582FFC; Thu, 7 Sep 2017 09:34:30 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 397511EDCD; Thu, 7 Sep 2017 09:34:07 +0000 (UTC) Date: Thu, 7 Sep 2017 09:34:07 +0000 From: Alexey Dokuchaev To: Christian Weisgerber Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r449357 - in head/net-p2p/mktorrent: . files Message-ID: <20170907093407.GA7480@FreeBSD.org> References: <201709061910.v86JA8Rd002544@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201709061910.v86JA8Rd002544@repo.freebsd.org> User-Agent: Mutt/1.8.3 (2017-05-23) 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: Thu, 07 Sep 2017 09:34:30 -0000 On Wed, Sep 06, 2017 at 07:10:08PM +0000, Christian Weisgerber wrote: > New Revision: 449357 > URL: https://svnweb.freebsd.org/changeset/ports/449357 > > Log: > * Update to v1.1. > * Reset MAINTAINER. Not mentioned in the log: move to GitHub (implementation raises some questions, see below). > ... > -MASTER_SITES= SF > +MASTER_SITES= https://github.com/Rudde/mktorrent/archive/ > +DISTNAME= v${PORTVERSION} > +DIST_SUBDIR= ${PORTNAME} Why not use USE_GITHUB and avoid having to set MASTER_SITES and all these DIST_SUBDIR dances? > +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} This line would also not be needed. ./danfe