From nobody@FreeBSD.org  Sun Jul  6 12:18:04 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A02FF106569F
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  6 Jul 2008 12:18:01 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 804118FC1F
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  6 Jul 2008 12:18:01 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m66CI1A9066672
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 6 Jul 2008 12:18:01 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m66CI1T3066671;
	Sun, 6 Jul 2008 12:18:01 GMT
	(envelope-from nobody)
Message-Id: <200807061218.m66CI1T3066671@www.freebsd.org>
Date: Sun, 6 Jul 2008 12:18:01 GMT
From: Jos Garca Juanino <jjuanino@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] update databases/tora from 1-3-end-of-life to 1.3.22
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         125333
>Category:       ports
>Synopsis:       [patch] update databases/tora from 1-3-end-of-life to 1.3.22
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 06 12:20:05 UTC 2008
>Closed-Date:    Fri Jul 11 08:46:11 UTC 2008
>Last-Modified:  Fri Jul 11 08:50:04 UTC 2008
>Originator:     Jos Garca Juanino
>Release:        7.0-RELEASE-p2
>Organization:
>Environment:
FreeBSD sanabria.inad.es 7.0-RELEASE-p2 FreeBSD 7.0-RELEASE-p2 #2: Thu Jun 19 10:44:50 CEST 2008     root@sanabria.inad.es:/export/FreeBSD/obj70/export/FreeBSD/src70/sys/MK2008Jun06  i386
>Description:
Dear FreeBSD committer:

I send a patch to update databases/tora port to the latest version 1.2.22.

I have added a new files/patch-doc_help_tora.texi patch to avoid the annoying message "no info dir entry" in install-info phase.

Do the following to apply the patch:

# cd /usr/ports/databases/tora
# patch -p1 < /tmp/tora.diff
# rm Makefile.orig distinfo.orig files/patch-doc_help_tora.texi.orig

Best regards
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -uNr tora.orig/Makefile tora/Makefile
--- tora.orig/Makefile	2008-06-06 15:17:10.000000000 +0200
+++ tora/Makefile	2008-07-05 13:09:30.000000000 +0200
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	tora
-DISTVERSION=	1-3-end-of-life
-PORTREVISION=	2
+DISTVERSION=	1.3.22
 PORTEPOCH=	1
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
diff -uNr tora.orig/distinfo tora/distinfo
--- tora.orig/distinfo	2008-04-04 18:44:55.000000000 +0200
+++ tora/distinfo	2008-07-05 13:09:30.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (tora-1-3-end-of-life.tar.bz2) = 97893b7fd2b7787e6621d0337d716480
-SHA256 (tora-1-3-end-of-life.tar.bz2) = 6efc1d1f94b857df7666f306507da3c51bbc14098ce5dec9e8e89f10bf91b052
-SIZE (tora-1-3-end-of-life.tar.bz2) = 2841266
+MD5 (tora-1.3.22.tar.bz2) = 9e716ca6e8be710764823e4deca81227
+SHA256 (tora-1.3.22.tar.bz2) = 858c3a3a507d2dd0847168779826924b7bdb852fc868c3ec37130999b8cc108e
+SIZE (tora-1.3.22.tar.bz2) = 2922439
diff -uNr tora.orig/files/patch-doc_help_tora.texi tora/files/patch-doc_help_tora.texi
--- tora.orig/files/patch-doc_help_tora.texi	1970-01-01 01:00:00.000000000 +0100
+++ tora/files/patch-doc_help_tora.texi	2008-07-06 12:58:11.000000000 +0200
@@ -0,0 +1,13 @@
+--- ./doc/help/tora.texi.orig	2007-01-10 18:13:02.000000000 +0100
++++ ./doc/help/tora.texi	2008-07-06 12:52:31.000000000 +0200
+@@ -7,6 +7,10 @@
+ @c @image{images/tora_manual}
+ @c %**end of header
+ 
++@direntry
++* Tora: (tora).                 Toolkit for Oracle
++@end direntry
++
+ @copying
+ This manual is for TOra, version 1.3.22.
+ @end copying


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Jul 11 08:46:10 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125333 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/125333: commit references a PR
Date: Fri, 11 Jul 2008 08:46:14 +0000 (UTC)

 miwi        2008-07-11 08:46:00 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/tora       Makefile distinfo 
   Added files:
     databases/tora/files patch-doc_help_tora.texi 
   Log:
   - Update to 1.3.22
   
   PR:             125333
   Submitted by:   Jos Garca Juanino <jjuanino@gmail.com>
   
   Revision  Changes    Path
   1.26      +1 -2      ports/databases/tora/Makefile
   1.11      +3 -3      ports/databases/tora/distinfo
   1.1       +13 -0     ports/databases/tora/files/patch-doc_help_tora.texi (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
