From owner-svn-ports-head@FreeBSD.ORG Sat Jul 21 17:19:58 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E0171065670; Sat, 21 Jul 2012 17:19:58 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8682D8FC1D; Sat, 21 Jul 2012 17:19:57 +0000 (UTC) Received: by bkcje9 with SMTP id je9so4270190bkc.13 for ; Sat, 21 Jul 2012 10:19:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=rnxouSplW8yxd+ylgbJJqPCUQA9+QzatXKPzGmUNqbI=; b=eJYvX4SdryQZXPmzfim13QpizRH6M24jyYlbj+OaZQIgHD26AX8rtEZFtBgsshn72x UffWC4WVLV5bgafU9BL6nEqamViDuI3xdxjntK2ErZzMSNWiRgk7BRPGU8bkLP3TzODD i+o1iUDSXFz99DLJy1hFUAfKuz0A+IY9a9YEDx9QuXk5bBIOUXkyVxhFOEgrtECiMKd6 uPySScP2Pg9oqJ81GZGvt+OqG0VVAp70RDvUCQO0AB0euna4bIBoedfm0W0fqHCMGQFy jT/CviT+GWtYnhjPj704BiTzxZaqTNGydXgOKFCb8/WbzB1lflHMAhzwl8zYAnsAJZb9 x0iQ== Received: by 10.204.148.72 with SMTP id o8mr4936800bkv.103.1342891196608; Sat, 21 Jul 2012 10:19:56 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.49.87 with HTTP; Sat, 21 Jul 2012 10:19:26 -0700 (PDT) In-Reply-To: <201207211427.q6LERdjT044396@svn.freebsd.org> References: <201207211427.q6LERdjT044396@svn.freebsd.org> From: Chris Rees Date: Sat, 21 Jul 2012 18:19:26 +0100 X-Google-Sender-Auth: 2suyvbfzvaNUl2vWVu6WWCdBE80 Message-ID: To: Matthias Andree Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r301276 - head/deskutils/docear X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 21 Jul 2012 17:19:58 -0000 On 21 July 2012 15:27, Matthias Andree wrote: > Author: mandree > Date: Sat Jul 21 14:27:38 2012 > New Revision: 301276 > URL: http://svn.freebsd.org/changeset/ports/301276 > > Log: > Update to new upstream beta 4. > > ChangeLog: http://www.docear.org/software/history-changelog/ > > Modified: > head/deskutils/docear/Makefile (contents, props changed) > head/deskutils/docear/distinfo (contents, props changed) > > Modified: head/deskutils/docear/Makefile > ============================================================================== > --- head/deskutils/docear/Makefile Sat Jul 21 13:52:14 2012 (r301275) > +++ head/deskutils/docear/Makefile Sat Jul 21 14:27:38 2012 (r301276) > @@ -6,14 +6,10 @@ > # > > PORTNAME= docear > -PORTVERSION= 1.0.0.b01 > -# TODO FIXME with next PORTVERSION, switch to allOS and .zip variant, > -# to sidestep the 1.0.0_beta01 re-rolling churn. If upstream thinks of it as 1.0.0_beta01, then: DISTVERSION= 1.0.0_beta01 is changed to 1.0.0.b01 by bsd.port.mk for PORTVERSION anyway. Chris