From owner-svn-ports-all@FreeBSD.ORG Sun May 25 17:00:21 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 4E319F3F for ; Sun, 25 May 2014 17:00:21 +0000 (UTC) Received: from mail-la0-f51.google.com (mail-la0-f51.google.com [209.85.215.51]) (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 CA7602F28 for ; Sun, 25 May 2014 17:00:20 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id gf5so5260286lab.38 for ; Sun, 25 May 2014 10:00:13 -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=XzmpwDUcUI3UJe1TkL8ANOto/0xoK08nGunMlhokKcGE5vVbrS71YmUY+QeaUUFHIS yoJ9xY5DZlFpUPdcs1P4e9XkZQbMDu41BauAG9y1oyev6kTBats7QFBYZfI1TMufmW1a djHidL7gT098eb2mDbJjOJ0LnhFZ6j92/QqcoSkfvbu8G2n/jHEYrIGMZnkkTgfvS6+V hRbccDbkPvGlWsm4VuKfJjW2SE6OiCtEt6h3GCxnCuAkCHREVDFWoxSDj+of6j4O7Vwt rzpK6WBnaYYjoXAJt0uKGvtSVDQxDA6zTpYIeVoA4M4J6aWIVpimBwJTuEGSypYokqMG cJPg== X-Gm-Message-State: ALoCoQmuxiCm7AhooHcu2frw/Hyc+3ZJU9aarNY5tU1sItxm/UJ4+GXz7Cj1PL0UM3yIHkxzA5Tn 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-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: Sun, 25 May 2014 17:00:21 -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