From owner-svn-ports-head@FreeBSD.ORG Wed May 27 09:47:33 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 474BCA71 for ; Wed, 27 May 2015 09:47:33 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-oi0-f42.google.com (mail-oi0-f42.google.com [209.85.218.42]) (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 EABD7264 for ; Wed, 27 May 2015 09:47:32 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by oifu123 with SMTP id u123so3229290oif.1 for ; Wed, 27 May 2015 02:47:26 -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:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=T48VOhWPxkihuqZOUrUMm8TaNc6kWigUoAllmqHeteg=; b=FvP2Do4OxOJZxUL3JUOGVhv9AebVTDjPtZ8k45P3EVvqJkK8OJCfaQHsmmZHz6+q8U l0FYqw5Tk/e46/lDjVfigGY9oKVunkzu2I4uXltwKT6kOaoAmd3j2Zhf4NXC+2Q7rbZo V2A9FkLa12MNXhdogoV8X3otO/bJFqVMuf4o/ErzmrV1MS2CrLYX3saaDqm70XltQVkF +Gn6HoDhwj0zy5fWNZPmXIYJwiTkN3F4bubcsk1MTaOFzS5JpagXaa1h0593LVPWsNHk zwrUlQHo9Yp2EUBbPM125XNEsnhdmM7JWptZ5E6XxzQGjyo4qSirIgWv8VEga6fl5sVi gWPg== X-Gm-Message-State: ALoCoQmX42cO53vaURgWHMEASOTzOqeutQMzaDEaVNGBV4Sb+halPPSpUldGUO70lvbv8t48XkyS X-Received: by 10.202.200.144 with SMTP id y138mr12151575oif.20.1432720046575; Wed, 27 May 2015 02:47:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.214.20 with HTTP; Wed, 27 May 2015 02:47:06 -0700 (PDT) In-Reply-To: <201505261752.t4QHqxCY086239@svn.freebsd.org> References: <201505261752.t4QHqxCY086239@svn.freebsd.org> From: Sunpoet Hsieh Date: Wed, 27 May 2015 17:47:06 +0800 Message-ID: Subject: Re: svn commit: r387497 - head/textproc/rubygem-gitlab-grit To: Michael Moll Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Wed, 27 May 2015 09:47:33 -0000 On Wed, May 27, 2015 at 1:52 AM, Michael Moll wrote: > Author: mmoll > Date: Tue May 26 17:52:58 2015 > New Revision: 387497 > URL: https://svnweb.freebsd.org/changeset/ports/387497 > > Log: > textproc/rubygem-gitlab-grit: use rubygem-mime-types1 > > Differential Revision: https://reviews.freebsd.org/D2623 > Approved by: swills (mentor) > > Modified: > head/textproc/rubygem-gitlab-grit/Makefile > > Modified: head/textproc/rubygem-gitlab-grit/Makefile > > ============================================================================== > --- head/textproc/rubygem-gitlab-grit/Makefile Tue May 26 17:48:14 2015 > (r387496) > +++ head/textproc/rubygem-gitlab-grit/Makefile Tue May 26 17:52:58 2015 > (r387497) > @@ -12,7 +12,7 @@ LICENSE= MIT > > RUN_DEPENDS= > rubygem-charlock_holmes>=0.6:${PORTSDIR}/textproc/rubygem-charlock_holmes \ > > rubygem-diff-lcs>=1.1:${PORTSDIR}/textproc/rubygem-diff-lcs \ > - > rubygem-mime-types>=1.15:${PORTSDIR}/misc/rubygem-mime-types \ > + > rubygem-mime-types1>=1.15:${PORTSDIR}/misc/rubygem-mime-types1 \ > > rubygem-posix-spawn>=0.3:${PORTSDIR}/devel/rubygem-posix-spawn > > USE_RUBY= yes > _______________________________________________ > svn-ports-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > Good catch! I've bumped PORTREVISION for this update since it's dependency change. Thanks. Regards, sunpoet