From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 14 21:10:18 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAA8316A41F for ; Fri, 14 Oct 2005 21:10:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CA1D43D49 for ; Fri, 14 Oct 2005 21:10:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9ELAH0l083245 for ; Fri, 14 Oct 2005 21:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9ELAH6f083244; Fri, 14 Oct 2005 21:10:17 GMT (envelope-from gnats) Resent-Date: Fri, 14 Oct 2005 21:10:17 GMT Resent-Message-Id: <200510142110.j9ELAH6f083244@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jonathan Weiss Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD37D16A41F for ; Fri, 14 Oct 2005 21:04:52 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABF9243D46 for ; Fri, 14 Oct 2005 21:04:52 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j9EL4qJ2052163 for ; Fri, 14 Oct 2005 21:04:52 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9EL4qcd052162; Fri, 14 Oct 2005 21:04:52 GMT (envelope-from nobody) Message-Id: <200510142104.j9EL4qcd052162@www.freebsd.org> Date: Fri, 14 Oct 2005 21:04:52 GMT From: Jonathan Weiss To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/87461: [FIX]Chase change of distfile of rubygem-redcloth X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 21:10:19 -0000 >Number: 87461 >Category: ports >Synopsis: [FIX]Chase change of distfile of rubygem-redcloth >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 14 21:10:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jonathan Weiss >Release: 6.0-RC1 >Organization: >Environment: r >Description: The distfile for the www/rubygem-redcloth port was renamed and thus cannot be installed. >How-To-Repeat: Install the patch from http://blog.innerewut.de/files/patches/rubygem-redcloth.patch and the patch for devel/ruby-gems to recognize that the distname differs from the portname (http://blog.innerewut.de/files/patches/ruby-gems.patch) >Fix: diff -ru rubygem-redcloth/Makefile rubygem-redcloth.mine/Makefile --- rubygem-redcloth/Makefile Thu Jul 21 01:27:18 2005 +++ rubygem-redcloth.mine/Makefile Fri Oct 14 17:41:52 2005 @@ -6,6 +6,7 @@ PORTNAME= redcloth PORTVERSION= 3.0.3 +DISTNAME= RedCloth-${PORTVERSION} CATEGORIES= www ruby MASTER_SITES= http://rubyforge.org/frs/download.php/2898/ diff -ru rubygem-redcloth/distinfo rubygem-redcloth.mine/distinfo --- rubygem-redcloth/distinfo Wed Jul 20 16:10:43 2005 +++ rubygem-redcloth.mine/distinfo Fri Oct 14 17:42:16 2005 @@ -1,2 +1,2 @@ -MD5 (rubygem/redcloth-3.0.3.gem) = a12563b9bd3240328ac9b4eb471ea3ba -SIZE (rubygem/redcloth-3.0.3.gem) = 23040 +MD5 (rubygem/RedCloth-3.0.3.gem) = a12563b9bd3240328ac9b4eb471ea3ba +SIZE (rubygem/RedCloth-3.0.3.gem) = 23040 diff -ru ruby-gems/Makefile.common ruby-gems.mine/Makefile.common --- ruby-gems/Makefile.common Fri Aug 5 17:42:20 2005 +++ ruby-gems.mine/Makefile.common Fri Oct 14 17:44:48 2005 @@ -34,4 +34,4 @@ RUBYGEMBIN= ${LOCALBASE}/bin/gem do-install: - ${RUBYGEMBIN} install --install-dir ${PREFIX}/lib/ruby/gems/${REV} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} + ${RUBYGEMBIN} install --install-dir ${PREFIX}/lib/ruby/gems/${REV} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} >Release-Note: >Audit-Trail: >Unformatted: