Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Sep 2005 09:01:31 +0900 (JST)
From:      IWATSUKI Hiroyuki <don@na.rim.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        alecn2002@yandex.ru
Subject:   ports/86539: [PATCH] textproc/ruby18-htmltools: failed to fetch the file
Message-ID:  <200509250001.j8P01VH9007562@lemmy.moonrock.local>
Resent-Message-ID: <200509250010.j8P0AHE7064800@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         86539
>Category:       ports
>Synopsis:       [PATCH] textproc/ruby18-htmltools: failed to fetch the file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 25 00:10:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     IWATSUKI Hiroyuki
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
Natsume Co., Ltd.
>Environment:
System: FreeBSD lemmy.moonrock.local 5.4-STABLE FreeBSD 5.4-STABLE #12: Sun Sep 11 06:10:30 JST 2005
>Description:
- Fix Makefile and distinfo because failed to fetch the distribution file.

Port maintainer (alecn2002@yandex.ru) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
# make fetch
=> ruby-htmltools.tar.gz doesn't seem to exist in /usr/ports/distfiles/ruby.
=> Attempting to fetch from http://rubyforge.org/frs/download.php/1340/.
fetch: http://rubyforge.org/frs/download.php/1340/ruby-htmltools.tar.gz: size unknown
fetch: http://rubyforge.org/frs/download.php/1340/ruby-htmltools.tar.gz: size of remote file is not known
ruby-htmltools.tar.gz                                    0  B    0  Bps

>Fix:

--- ruby18-htmltools-1.09.patch begins here ---
diff -ruN --exclude=CVS /mnt/ports/textproc/ruby-htmltools.orig/Makefile /mnt/ports/textproc/ruby-htmltools/Makefile
--- /mnt/ports/textproc/ruby-htmltools.orig/Makefile	Sun Apr 10 22:36:29 2005
+++ /mnt/ports/textproc/ruby-htmltools/Makefile	Sun Sep 25 08:43:32 2005
@@ -10,7 +10,7 @@
 CATEGORIES=	textproc ruby
 MASTER_SITES=	http://rubyforge.org/frs/download.php/1340/
 PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
-DISTNAME=	ruby-${PORTNAME}
+DISTNAME=	ruby-${PORTNAME}-${PORTVERSION}
 DIST_SUBDIR=	ruby
 
 MAINTAINER=	alecn2002@yandex.ru
@@ -22,6 +22,7 @@
 CONFIGURE_ARGS=		--prefix=${PREFIX}
 RUBY_INSTALL_ARGS=	--prefix=${PREFIX}
 NOHARM_ARGS=	--no-harm
+WRKSRC=		${WRKDIR}/ruby-${PORTNAME}
 
 install-noharm:
 	@${ECHO_MSG} "===>  Running ${RUBY_SETUP} to NOHARM-install (Just output, do nothing)"
diff -ruN --exclude=CVS /mnt/ports/textproc/ruby-htmltools.orig/distinfo /mnt/ports/textproc/ruby-htmltools/distinfo
--- /mnt/ports/textproc/ruby-htmltools.orig/distinfo	Sun Apr 10 22:36:29 2005
+++ /mnt/ports/textproc/ruby-htmltools/distinfo	Sun Sep 25 08:42:58 2005
@@ -1,2 +1,2 @@
-MD5 (ruby/ruby-htmltools.tar.gz) = 62b55355964699f44e40d77e14e3eb70
-SIZE (ruby/ruby-htmltools.tar.gz) = 26930
+MD5 (ruby/ruby-htmltools-1.09.tar.gz) = 62b55355964699f44e40d77e14e3eb70
+SIZE (ruby/ruby-htmltools-1.09.tar.gz) = 26930
--- ruby18-htmltools-1.09.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509250001.j8P01VH9007562>