From owner-svn-ports-head@FreeBSD.ORG Sun May 25 17:06:40 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3DF89284 for ; Sun, 25 May 2014 17:06:40 +0000 (UTC) Received: from mail-la0-f47.google.com (mail-la0-f47.google.com [209.85.215.47]) (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 BAB3E2FC1 for ; Sun, 25 May 2014 17:06:39 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id pn19so5304918lab.34 for ; Sun, 25 May 2014 10:06:37 -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=JkRBONTxHP9az36/OaMoIjOxPUq3LOtKsjtsCP2w7F4=; b=Q7AsLXWRul6gb+c5iLMXsLGxBaAKw06yu65cUWoFemHpjtf7OUqqhUsL9o4k/0J9Wq zPJITPbovHzVNt5E4r89u2gZ+d8U3XHJGZ/j2cp7ZpLcXn8sa8ZBvHajCt2Gkfh65VRw y+g4rXWTtUx3dghbE1VAGz8JspGKBL1tdYIIzH1yrjArtbulHQ1PfC6gtPXEl8jQKZFh RnyWWhPDS6bkUJd+bcIJ2c1i404QQDrYHBoiJ7N4hunX3+Lh/V8Xh/ZLPyJhhbEglybw /XmwI9hqz8ZNHmLGYidAEPbZzW3817xRkqg/FrGowdt+iGPmSMvQZz2AQWd5xoW1mra5 2J8Q== X-Gm-Message-State: ALoCoQk2ptxnTmL801IiuLuvzAqAnhx8fYi6PtkBYg6lBq0usQhOSqQDEuCoJrY67ap8LaJ3n2W3 X-Received: by 10.152.6.74 with SMTP id y10mr13682156lay.11.1401037213202; Sun, 25 May 2014 10:00:13 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.253.134 with HTTP; Sun, 25 May 2014 09:59:53 -0700 (PDT) In-Reply-To: <201405251624.s4PGORFv039702@svn.freebsd.org> References: <201405251624.s4PGORFv039702@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 May 2014 00:59:53 +0800 X-Google-Sender-Auth: sW_RrvGjtllGn5ETewMKe1E_FZE Message-ID: Subject: Re: svn commit: r355252 - in head/ports-mgmt: portupgrade portupgrade-devel To: Bryan Drewery Content-Type: text/plain; charset=UTF-8 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Sun, 25 May 2014 17:06:40 -0000 On Mon, May 26, 2014 at 12:24 AM, Bryan Drewery wrote: > Author: bdrewery > Date: Sun May 25 16:24:26 2014 > New Revision: 355252 > URL: http://svnweb.freebsd.org/changeset/ports/355252 > QAT: https://qat.redports.org/buildarchive/r355252/ > > Log: > - Blacklist ruby-bdb with Ruby 2.1 [1] > - Stop installing script(1) wrapper [2] > - Fix ZSH dir leftover (somewhat a false-positive) [3] > > PR: ports/188084 [1] > Submitted by: Christoph Moench-Tegeder [1] > Submitted by: sunpoet [2] > Reported by: swills [3] Hi Bryan, Regarding ruby-bdb, have you ever tested the patch in the followup of PR/187652? It should build fine on Ruby 2.0 & Ruby 2.1. Please check if it works with portupgrade? Thanks. Regards, sunpoet