From owner-svn-ports-all@FreeBSD.ORG Tue Jun 3 15:13:31 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 464759CB for ; Tue, 3 Jun 2014 15:13:31 +0000 (UTC) Received: from mail-la0-f42.google.com (mail-la0-f42.google.com [209.85.215.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C32DF25B5 for ; Tue, 3 Jun 2014 15:13:30 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id el20so3596978lab.29 for ; Tue, 03 Jun 2014 08:13:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=mNYBWXOXnpm8K6+708xKPKdSh22PKvL3eaP2bcko6xs=; b=G4hfdlwQpudutyUQzIyfNJwrr8pdfQuoSTlnqst/k1sxRusDHdF1+JQ6RLA3QW5+BD iqbnL34sYsBdYBbBuMnbpWAQb/r0Pkynw+YbfsagVcqcmeNQxKokEQJc4om9EoQm8XYS 6bfWa68hMnAv+u2xoXnG5XnJswoM0TcgYd3cdzI2HK4nO91/G39a3d70QkM44MiiyDfP OS2X1OgIjK9u0fNp4xVonDbscRP4BgkGOhrrtjrF29axxF+WyYbCd3VO0ZGo13pNuOm9 OC+q1ny9P2SW5yZNb5K3DKro+EUwZT7pbhbUj7RMCHHeiRZpz9ywqHHJAAHBLZYghl7b wLxA== X-Gm-Message-State: ALoCoQlSZaZY0l4AEJTOjSZux+cVdI3glE6gMzaLbWs7RhqS6sHdUay69vhTn6f91kRS8maB3Q+a X-Received: by 10.152.36.38 with SMTP id n6mr35659281laj.0.1401808402643; Tue, 03 Jun 2014 08:13:22 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.253.134 with HTTP; Tue, 3 Jun 2014 08:13:02 -0700 (PDT) In-Reply-To: <20140603135922.GA36043@FreeBSD.org> References: <201406031244.s53CiDnc052288@svn.freebsd.org> <20140603135922.GA36043@FreeBSD.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Jun 2014 23:13:02 +0800 X-Google-Sender-Auth: U4F2Y0BtBBqdSLCXwxdyQMN5uPE Message-ID: Subject: Re: svn commit: r356335 - head/archivers/unshield To: Alexey Dokuchaev Content-Type: text/plain; charset=UTF-8 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Tue, 03 Jun 2014 15:13:31 -0000 On Tue, Jun 3, 2014 at 9:59 PM, Alexey Dokuchaev wrote: > On Tue, Jun 03, 2014 at 12:44:13PM +0000, Sunpoet Po-Chuan Hsieh wrote: >> New Revision: 356335 >> URL: http://svnweb.freebsd.org/changeset/ports/356335 >> QAT: https://qat.redports.org/buildarchive/r356335/ >> >> @@ -3,7 +3,7 @@ >> >> PORTNAME= unshield >> PORTVERSION= 0.6 >> -PORTREVISION= 3 >> +PORTREVISION= 7 > > Ouch. Why bump 3->7? What's wrong with 4? > > ./danfe My bad. It's typo which should be 4. Regards, sunpoet