From owner-svn-ports-all@freebsd.org Sun Jun 11 13:48:27 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 762D6D8769F; Sun, 11 Jun 2017 13:48:27 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 585416602F; Sun, 11 Jun 2017 13:48:27 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id AC7311887D; Sun, 11 Jun 2017 13:48:26 +0000 (UTC) Date: Sun, 11 Jun 2017 13:48:26 +0000 From: Alexey Dokuchaev To: Rodrigo Osorio Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r443387 - in head/devel/libatomic_ops: . files Message-ID: <20170611134826.GA15068@FreeBSD.org> References: <201706111326.v5BDQkKF000484@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201706111326.v5BDQkKF000484@repo.freebsd.org> User-Agent: Mutt/1.8.2 (2017-04-18) 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: Sun, 11 Jun 2017 13:48:27 -0000 On Sun, Jun 11, 2017 at 01:26:46PM +0000, Rodrigo Osorio wrote: > New Revision: 443387 > URL: https://svnweb.freebsd.org/changeset/ports/443387 > > Log: > Update the port from 7.4.4 to 7.4.6 > > Multiple fixes and improvements I don't see many port changes documented in the commit log. > ... > -PORTVERSION= 7.4.4 > +PORTVERSION= 7.4.6 > +DISTVERSIONPREFIX= v > CATEGORIES= devel > -MASTER_SITES= http://www.hboehm.info/gc/gc_source/ So the project was moved? It should've been noted. > +USES=autoreconf libtool pathfix > +GNU_CONFIGURE=yes Missing tab(s) after these two lines above. > +GH_PROJECT= libatomic_ops Not needed (mat@ will bite you). > -post-patch: > -# Inhibit installation of extra copy of GPL > - @${REINPLACE_CMD} -E 's,: (un)?install-dist_pkgdataDATA,:,' \ > - ${WRKSRC}/Makefile.in I think this part before was from me, given the comment. The port does define LICENSE, why would you keep one in the docs? ./danfe