From owner-svn-ports-head@freebsd.org Mon Feb 29 05:08:25 2016 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 45083AB8B21; Mon, 29 Feb 2016 05:08:25 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3C3BD1EE8; Mon, 29 Feb 2016 05:08:25 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 3981B1257; Mon, 29 Feb 2016 05:08:25 +0000 (UTC) Date: Mon, 29 Feb 2016 05:08:25 +0000 From: Alexey Dokuchaev To: Kurt Jaeger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r409713 - in head/net: . norm Message-ID: <20160229050825.GB45790@FreeBSD.org> References: <201602280559.u1S5xhln095843@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201602280559.u1S5xhln095843@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) 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: Mon, 29 Feb 2016 05:08:25 -0000 On Sun, Feb 28, 2016 at 05:59:43AM +0000, Kurt Jaeger wrote: > New Revision: 409713 > URL: https://svnweb.freebsd.org/changeset/ports/409713 > > Log: > New port: net/norm > > [...] > @@ -0,0 +1,23 @@ > +# $FreeBSD$ > + > +PORTNAME= norm > +PORTVERSION= 1.5r6 > +CATEGORIES= net > +MASTER_SITES= http://downloads.pf.itd.nrl.navy.mil/norm/archive/ > +DISTNAME= src-norm-${DISTVERSION} > + > +MAINTAINER= hd@oc.dk > +COMMENT= NACK-Oriented Reliable Multicast (NORM) > + > +WRKSRC= ${WRKDIR}/norm-${DISTVERSION} Looks like DISTVERSION, not PORTVERSION should be set to 1.5r6 here. It's probably too late for a change now, but maintainer might be interested to keep this in mind when the next "possibility window" opens. ./danfe