From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 4 22:10:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6E2A1065670 for ; Wed, 4 Feb 2009 22:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 879548FC20; Wed, 4 Feb 2009 22:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n14MA18X078445; Wed, 4 Feb 2009 22:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n14MA1UG078444; Wed, 4 Feb 2009 22:10:01 GMT (envelope-from gnats) Resent-Date: Wed, 4 Feb 2009 22:10:01 GMT Resent-Message-Id: <200902042210.n14MA1UG078444@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Cc: daniel@roe.ch Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Daniel Roethlisberger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 631881065672 for ; Wed, 4 Feb 2009 22:03:49 +0000 (UTC) (envelope-from daniel+roe=marvin@roe.ch) Received: from calvin.ustdmz.roe.ch (calvin.ustdmz.roe.ch [IPv6:2001:41e0:ff17:face::26]) by mx1.freebsd.org (Postfix) with ESMTP id B5C508FC1F for ; Wed, 4 Feb 2009 22:03:44 +0000 (UTC) (envelope-from daniel+roe=marvin@roe.ch) Received: from marvin.ustcor.roe.ch ([2001:41e0:ff17:babe::101]) by calvin.ustdmz.roe.ch (envelope-from ) with ESMTPSA (auth=roe) (TLSv1:AES256-SHA:256) id 1LUpPh-000NBH-M9 ; Wed, 04 Feb 2009 22:36:06 +0100 Received: from roe (uid 65534) (envelope-from roe@marvin.ustcor.roe.ch) id dd by marvin.ustcor.roe.ch (DragonFly Mail Agent) Wed, 04 Feb 2009 22:38:31 +0100 Message-Id: Date: Wed, 04 Feb 2009 22:36:05 +0100 From: Daniel Roethlisberger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: daniel@roe.ch Cc: daniel@roe.ch Subject: ports/131374: [maintainer] Update devel/rubygem-grit to 1.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Roethlisberger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2009 22:10:02 -0000 >Number: 131374 >Category: ports >Synopsis: [maintainer] Update devel/rubygem-grit to 1.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 04 22:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Daniel Roethlisberger >Release: FreeBSD 7.1-RELEASE i386 >Organization: >Environment: System: FreeBSD marvin.ustcor.roe.ch 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 14:37:25 UTC 2009 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update rubygem-grit to the 1.0.0 gem. This removes the dependency on rubygem-open4 and rubygem-hoe. >How-To-Repeat: >Fix: --- rubygem-grit.diff begins here --- diff -ruN rubygem-grit.orig/Makefile rubygem-grit/Makefile --- rubygem-grit.orig/Makefile 2008-11-10 00:01:24.000000000 +0100 +++ rubygem-grit/Makefile 2009-02-04 22:22:01.000000000 +0100 @@ -5,17 +5,15 @@ # $FreeBSD: ports/devel/rubygem-grit/Makefile,v 1.1 2008/11/09 23:01:24 miwi Exp $ PORTNAME= grit -PORTVERSION= 0.7.0 +PORTVERSION= 1.0.0 CATEGORIES= devel rubygems MASTER_SITES= RF/gems MAINTAINER= daniel@roe.ch COMMENT= An object-oriented ruby library to access git repositories -BUILD_DEPENDS= rubygem-open4>=0.0.0:${PORTSDIR}/devel/rubygem-open4 \ - rubygem-diff-lcs>=0.0.0:${PORTSDIR}/textproc/rubygem-diff-lcs \ - rubygem-mime-types>=0.0.0:${PORTSDIR}/misc/rubygem-mime-types \ - rubygem-hoe>=1.4.0:${PORTSDIR}/devel/rubygem-hoe +BUILD_DEPENDS= rubygem-diff-lcs>=0.0.0:${PORTSDIR}/textproc/rubygem-diff-lcs \ + rubygem-mime-types>=0.0.0:${PORTSDIR}/misc/rubygem-mime-types RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes diff -ruN rubygem-grit.orig/distinfo rubygem-grit/distinfo --- rubygem-grit.orig/distinfo 2008-11-10 00:01:24.000000000 +0100 +++ rubygem-grit/distinfo 2009-02-04 22:19:52.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (rubygem/grit-0.7.0.gem) = 278033f365514155e0a996316effe7ba -SHA256 (rubygem/grit-0.7.0.gem) = 73a2c08720e95597932dacb2bdfe655b17055ca7ed6f25d758af366be8cc0efd -SIZE (rubygem/grit-0.7.0.gem) = 23040 +MD5 (rubygem/grit-1.0.0.gem) = 2dce7f30ae3f9f3bb3dffc9ca0e69913 +SHA256 (rubygem/grit-1.0.0.gem) = 8c30e82e2fe52a53d00e85feceeaea4e59ac19687a0be8d769ec8dc0101284dc +SIZE (rubygem/grit-1.0.0.gem) = 1862144 --- rubygem-grit.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: