Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2002 19:00:22 -0400 (EDT)
From:      garrett rooney <rooneg@electricjellyfish.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37116: [PATCH] update ruby-google to 0.2.0
Message-ID:  <200204152300.g3FN0Mj99244@neroon.user.acm.rpi.edu>

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

>Number:         37116
>Category:       ports
>Synopsis:       [PATCH] update ruby-google to 0.2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 15 16:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     garrett rooney
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD quicksilver.electricjellyfish.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Mar 19 21:41:22 EST 2002 rooneg@quicksilver.electricjellyfish.net:/usr/obj/usr/src/sys/QUICKSILVER i386
>Description:
	0.2.0 of ruby-google came out today.  this also makes the port install 
the man page.
>How-To-Repeat:
>Fix:
	apply this patch:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/ruby-google/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	2002/04/12 19:29:01	1.1
+++ Makefile	2002/04/15 22:56:53
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	google
-PORTVERSION=	0.1.0
+PORTVERSION=	0.2.0
 CATEGORIES=	www databases ruby
 MASTER_SITES=	http://www.caliban.org/files/ruby/
 PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
@@ -21,10 +21,12 @@
 USE_RUBY_SETUP=	yes
 RUBY_SETUP=	install.rb
 
+MAN=		google.3
 DOCS=		Changelog README google.html
 EXAMPLES=	examples/*
 
 post-install:
+	${INSTALL_MAN} ${WRKSRC}/google.3 ${PREFIX}/man/man3
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
 .for f in ${EXAMPLES}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/ruby-google/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	2002/04/12 19:29:01	1.1
+++ distinfo	2002/04/15 22:56:53
@@ -1 +1 @@
-MD5 (ruby/ruby-google-0.1.0.tar.gz) = c8b094029bb8451bf1be992ca0a3b122
+MD5 (ruby/ruby-google-0.2.0.tar.gz) = 780c1ec728497c965cb93bff999c6cf7
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/ruby-google/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	2002/04/12 19:29:01	1.1
+++ pkg-plist	2002/04/15 22:56:53
@@ -2,6 +2,7 @@
 %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/google/cache.rb
 %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/google/search.rb
 %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/google/spell.rb
+%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/google/tkspell.rb
 %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/google
 %%PORTDOCS%%%%RUBY_DOCDIR%%/google/Changelog
 %%PORTDOCS%%%%RUBY_DOCDIR%%/google/README

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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