From owner-svn-ports-all@freebsd.org Sat Mar 25 19:46:34 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 E93C8D1D1C0; Sat, 25 Mar 2017 19:46:34 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 879D21161; Sat, 25 Mar 2017 19:46:33 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id rrdncQpBCoUq6rrdocmLOE; Sat, 25 Mar 2017 13:46:26 -0600 X-Authority-Analysis: v=2.2 cv=JLpLi4Cb c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=6Iz7jQTuP9IA:10 a=6I5d2MoRAAAA:8 a=gCGlv7sVAAAA:8 a=85N1-lAfAAAA:8 a=YxBL1-UpAAAA:8 a=PL_TWnCqfbrDVW_r_08A:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=u6IxirxucwMmsEP47s2H:22 a=cyfSibbquD4hpIoiQNSb:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 9CC3C1B3; Sat, 25 Mar 2017 12:46:23 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id v2PJkNqt032339; Sat, 25 Mar 2017 12:46:23 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201703251946.v2PJkNqt032339@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Alexey Dokuchaev cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r436861 - head/net/ntp In-Reply-To: Message from Alexey Dokuchaev of "Sat, 25 Mar 2017 01:28:49 -0000." <20170325012849.GA54562@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 25 Mar 2017 12:46:23 -0700 X-CMAE-Envelope: MS4wfMfDwWRFDZ+flxnJHBlmnJDNOmtX3cuNuCCnb7EuTxrX6r3GO8ekUJWscAm1TEZVAEEzOighu9Njj2eY9deHFxqFtjNGYk1+uG+zh7Fcl3dv7lAIVnxW mYNqQ1E6znx5V2knzOvb5Tmagy4vPTOi/ah1jAmkRdrMUUXCSebKCa92qxddzwZOtrsCn0ExK6kOat5oZU+R/PF1pFeZEJ+dsdcBb8L0L2P7mvt5YrTvKLat vDICAkEUEJEf8qpKbyFwBJjPs0OFzjWMu6L2FdY5RbbyC0oiSg7A8vwEIDx9MpnpCxodRDiEaHtfpKMD79YUoQ== 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: Sat, 25 Mar 2017 19:46:35 -0000 In message <20170325012849.GA54562@FreeBSD.org>, Alexey Dokuchaev writes: > On Fri, Mar 24, 2017 at 11:20:53PM +0000, Cy Schubert wrote: > > New Revision: 436861 > > URL: https://svnweb.freebsd.org/changeset/ports/436861 > > > > Log: > > Remove autogen dependency added by r426923. This version of ntp no > > longer needs it. > > > > Modified: > > head/net/ntp/Makefile > > > > Modified: head/net/ntp/Makefile > > =========================================================================== > === > > --- head/net/ntp/Makefile Fri Mar 24 23:12:17 2017 (r436860) > > +++ head/net/ntp/Makefile Fri Mar 24 23:20:53 2017 (r436861) > > @@ -3,6 +3,7 @@ > > > > PORTNAME= ntp > > PORTVERSION= 4.2.8p10 > > +PORTREVISION= 1 > > This was uncalled for. > > > CATEGORIES= net ipv6 > > MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ > \ > > http://archive.ntp.org/ntp4/ntp-4.2/ \ > > @@ -12,7 +13,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/ > > MAINTAINER= cy@FreeBSD.org > > COMMENT= The Network Time Protocol Distribution > > > > -BUILD_DEPENDS= autogen:devel/autogen > > BUILD_DEPENDS do not affect resulting package. Yes, sorry. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.