From owner-svn-ports-head@FreeBSD.ORG Thu Jun 11 03:23:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32610E85; Thu, 11 Jun 2015 03:23:01 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pd0-x229.google.com (mail-pd0-x229.google.com [IPv6:2607:f8b0:400e:c02::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 010AA1029; Thu, 11 Jun 2015 03:23:01 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pdbki1 with SMTP id ki1so49301749pdb.1; Wed, 10 Jun 2015 20:23:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=14t4vDHb88Qm2AKhrlsRHjH0r/WsEtGgLy7zNxOWRvY=; b=fC26cWJYyvXHfwybLkwlYvcekycsxH+Pu45cuB+U7CfO32LlzCxXbDH3MkWswklJE4 y3phyTzecHBXcxsl8O68B2p/W3kIerwrGwNuZUXVUas4ZHsAZayFacTa5+FoFK/h33Hu 3bVQqqL77GSmgNxvvY+z2Syv38HD8V2XrY4yg0U5oW5pT6/ha+JYSfJX+Nj2oyTEYe4b rGXdSFM3UD81TXYRNHt89e2G8/vq+sPqh+fBdDMwQ4s5Znegqwj6eCXjCkQpyTfJES+w WMgEjyqMmHK3X2QfMfq+BA6iHk5D4h8ADSkJCSdv+L4cfT/O7NlyT5hdCRR/qWjDqfVY KSHA== X-Received: by 10.70.140.38 with SMTP id rd6mr11050185pdb.47.1433992980487; Wed, 10 Jun 2015 20:23:00 -0700 (PDT) Received: from [192.168.1.104] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id w3sm9888781pdw.22.2015.06.10.20.22.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 10 Jun 2015 20:22:59 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r389117 - head/databases/db48 References: <201506101808.t5AI8akA072276@svn.freebsd.org> <55788222.2090909@marino.st> To: marino@freebsd.org, Matthias Andree , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <5578FF0B.9060902@FreeBSD.org> Date: Thu, 11 Jun 2015 13:22:51 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <55788222.2090909@marino.st> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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: Thu, 11 Jun 2015 03:23:01 -0000 On 11/06/2015 4:29 AM, John Marino wrote: > On 6/10/2015 20:08, Matthias Andree wrote: >> Author: mandree >> Date: Wed Jun 10 18:08:35 2015 >> New Revision: 389117 >> URL: https://svnweb.freebsd.org/changeset/ports/389117 >> >> Log: >> Bump expiration date. >> >> Modified: >> head/databases/db48/Makefile >> >> Modified: head/databases/db48/Makefile >> ============================================================================== >> --- head/databases/db48/Makefile Wed Jun 10 18:03:50 2015 (r389116) >> +++ head/databases/db48/Makefile Wed Jun 10 18:08:35 2015 (r389117) >> @@ -16,7 +16,7 @@ COMMENT= The Berkeley DB package, revisi >> DEPRECATED= Please migrate to db5 or db6 >> # The port is not to be removed unless the bitcoin-related ports can >> # go without this. >> -EXPIRATION_DATE= 2015-05-31 >> +EXPIRATION_DATE= 2015-07-31 >> > > As a ramification, can you set DEPRECATED and EXPIRATION_DATE=2015-07-31 > for all the bitcoin-related ports that refuse to transition off of db48? > This port expiration has been extended several times, so why would > these bitcoin ports feel the need to change? The maintainers know it > will just get extended again. > > John > Maintainers don't change anything because they can't change anything (without breaking everything that *coin relies on to work). Setting the expiration in the first place is the only reason why it's had to be extended, not crafty maintainers. ./koobs