From owner-cvs-all@FreeBSD.ORG Fri Jun 15 09:14:18 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E859F16A46B for ; Fri, 15 Jun 2007 09:14:18 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.230]) by mx1.freebsd.org (Postfix) with ESMTP id 8E55713C480 for ; Fri, 15 Jun 2007 09:14:18 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by nz-out-0506.google.com with SMTP id 14so758782nzn for ; Fri, 15 Jun 2007 02:14:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Rz1NAAdsl2MotZYMAalilbxkXXLzu65/ZZDv9UrdbRvG6s+FP0nkXHWE1eKYjpDC3KMQS6/kCV8zulWKKW4iow53PjyBUdvdwf9dw3qDJj4f7KyJ3WeFGA4fzLjTzG34bH/Ty+CNfxamklCd9u2EAIx3utkMACqzIMaXCmDqomY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=oXMwVSLpSAvYtbk8QpgfLNz+ObMS9JKq3QuPjVJFx7mrw47BWYjUvomwGWOGT+X7fqNQOFidoPBUmQp5S3s78vCMLgAP/g6UYMLETDjccD1AfH7HpSaEjl9zgBHHpVN/DTLgzuy9KIkKqPmcgsR/IAMycfM3PFfNKwG1ysCFIgs= Received: by 10.115.106.7 with SMTP id i7mr2852649wam.1181898857788; Fri, 15 Jun 2007 02:14:17 -0700 (PDT) Received: by 10.114.194.13 with HTTP; Fri, 15 Jun 2007 02:14:17 -0700 (PDT) Message-ID: Date: Fri, 15 Jun 2007 13:14:17 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Sergey A. Osokin" , cvs-all@freebsd.org, cvs-ports@freebsd.org, ports-committers@freebsd.org In-Reply-To: <20070615082216.0600F16A56F@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200706150822.l5F8MCmx004052@repoman.freebsd.org> <20070615082216.0600F16A56F@hub.freebsd.org> X-Google-Sender-Auth: f512c5ffee1d701a Cc: Subject: Re: cvs commit: ports/www/nginx-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2007 09:14:19 -0000 On 6/15/07, Sergey A. Osokin wrote: > osa 2007-06-15 08:22:12 UTC > > FreeBSD ports repository > > Modified files: > www/nginx-devel Makefile distinfo > Log: > Update to latest development version 0.6.0. > Resolve conflict with stable version. The current policy is to make a forced commit to the whole port right after a repocopy but before committing an update. > > > *) Feature: the "server_name", "map", and "valid_referers" > directives supports the "www.example.*" wildcards. > > > > Revision Changes Path > 1.118 +4 -2 ports/www/nginx-devel/Makefile > 1.111 +3 -3 ports/www/nginx-devel/distinfo > _______________________________________________ > PORTNAME= nginx > -PORTVERSION= 0.5.25 > -PORTREVISION= 1 > +PORTVERSION= 0.6.0 > CATEGORIES= www > MASTER_SITES= http://sysoev.ru/nginx/ > MASTER_SITES+= ${MASTER_SITE_LOCAL} > MASTER_SITE_SUBDIR= osa > +PKGNAMESUFFIX= -devel > +DISTNAME= nginx-${PORTVERSION} This distname is the default, right?