From tkato432@yahoo.com  Wed Jan 16 17:01:28 2008
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 313E716A469
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 16 Jan 2008 17:01:28 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166])
	by mx1.freebsd.org (Postfix) with ESMTP id AABDF13C4EE
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 16 Jan 2008 17:01:27 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from localhost.localdomain (ZT067234.ppp.dion.ne.jp [59.128.67.234])
	by msa103lp.auone-net.jp (au one net msa) with ESMTP id 6AEE147C031
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 17 Jan 2008 02:01:20 +0900 (JST)
Message-Id: <20080117020025.1d5f2f76.tkato432@yahoo.com>
Date: Thu, 17 Jan 2008 02:00:25 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: math/gretl to 1.7.1

>Number:         119725
>Category:       ports
>Synopsis:       Update port: math/gretl to 1.7.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 16 17:10:03 UTC 2008
>Closed-Date:    Sun Jan 20 21:55:03 UTC 2008
>Last-Modified:  Sun Jan 20 22:00:33 UTC 2008
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.2-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update to version 1.7.1

Remove file:
files/patch-macros-lapack.m4
files/patch-plugin::libole2::ms-ole2.h

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/math/gretl/Makefile math/gretl/Makefile
--- /usr/ports/math/gretl/Makefile	Thu Oct 25 13:49:22 2007
+++ math/gretl/Makefile	Mon Jan 14 03:07:56 2008
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	gretl
-PORTVERSION=	1.6.5
-PORTREVISION=	3
+PORTVERSION=	1.7.1
 CATEGORIES=	math finance
 MASTER_SITES=	SF
 
diff -urN /usr/ports/math/gretl/distinfo math/gretl/distinfo
--- /usr/ports/math/gretl/distinfo	Sun May 27 19:40:21 2007
+++ math/gretl/distinfo	Mon Jan 14 03:07:56 2008
@@ -1,3 +1,3 @@
-MD5 (gretl-1.6.5.tar.bz2) = ed2ca08e8e06df14bc2d4a071535c3e5
-SHA256 (gretl-1.6.5.tar.bz2) = c6f40ed667fdc25298724c0aa9ada06d1f6a75f328d6f72a2ee906e92ae8faac
-SIZE (gretl-1.6.5.tar.bz2) = 4362695
+MD5 (gretl-1.7.1.tar.bz2) = 85e0890eaf912ef105b6c58978eec1c3
+SHA256 (gretl-1.7.1.tar.bz2) = 3a9ac36536941a1ac958a154c27e2b4be825e711e52334bb94f4fa0325ce7fec
+SIZE (gretl-1.7.1.tar.bz2) = 4748191
diff -urN /usr/ports/math/gretl/files/patch-macros-lapack.m4 math/gretl/files/patch-macros-lapack.m4
--- /usr/ports/math/gretl/files/patch-macros-lapack.m4	Tue Jan 23 10:21:15 2007
+++ math/gretl/files/patch-macros-lapack.m4	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- macros/lapack.m4~	Fri Aug 26 05:19:27 2005
-+++ macros/lapack.m4	Tue Jan 23 10:04:28 2007
-@@ -17,7 +17,7 @@
- 
-   if test x"${LAPACK_LIBS}" = x ; then 
-      AC_MSG_CHECKING(for libgfortran, libg2c or libf2c)
--     AC_CHECK_LIB(gfortran,etime_,FLIB="-lgfortran",FLIB="none")
-+     AC_CHECK_LIB(gfortran,_gfortran_etime,FLIB="-lgfortran",FLIB="none")
-      if test $FLIB = "none" ; then
-         AC_CHECK_LIB(g2c,c_sqrt,FLIB="-lg2c",FLIB="none")
-      fi
diff -urN /usr/ports/math/gretl/files/patch-plugin::libole2::ms-ole2.h math/gretl/files/patch-plugin::libole2::ms-ole2.h
--- /usr/ports/math/gretl/files/patch-plugin::libole2::ms-ole2.h	Sat Jan  4 04:00:27 2003
+++ math/gretl/files/patch-plugin::libole2::ms-ole2.h	Thu Jan  1 09:00:00 1970
@@ -1,14 +0,0 @@
---- plugin/libole2/ms-ole.h.orig	Fri Apr 12 03:41:50 2002
-+++ plugin/libole2/ms-ole.h	Thu Dec 19 06:28:05 2002
-@@ -13,10 +13,10 @@
- 
- /* This should be done in glib */
- /* Allin Cottrell modifications here */
-+# include <sys/types.h>
- #ifndef _WIN32
- #	include <fcntl.h>	/* for mode_t */
- #else
--# include <sys/types.h>
- # ifdef notdef
- 	typedef unsigned long mode_t;
- 	typedef /* signed */ long off_t;
diff -urN /usr/ports/math/gretl/pkg-plist math/gretl/pkg-plist
--- /usr/ports/math/gretl/pkg-plist	Thu Oct 25 13:49:22 2007
+++ math/gretl/pkg-plist	Mon Jan 14 03:07:56 2008
@@ -7,6 +7,7 @@
 include/gretl/calendar.h
 include/gretl/compare.h
 include/gretl/compat.h
+include/gretl/csvdata.h
 include/gretl/dataio.h
 include/gretl/dataset.h
 include/gretl/dbread.h
@@ -35,6 +36,7 @@
 include/gretl/gretl_www.h
 include/gretl/gretl_xml.h
 include/gretl/interact.h
+include/gretl/johansen.h
 include/gretl/kalman.h
 include/gretl/libgretl.h
 include/gretl/libset.h
@@ -62,6 +64,7 @@
 include/gretl/usermat.h
 include/gretl/var.h
 include/gretl/varprint.h
+include/gretl/vartest.h
 lib/gretl-gtk2/arbond.a
 lib/gretl-gtk2/arbond.la
 lib/gretl-gtk2/arbond.so
@@ -90,6 +93,9 @@
 lib/gretl-gtk2/gretlzip.a
 lib/gretl-gtk2/gretlzip.la
 lib/gretl-gtk2/gretlzip.so
+lib/gretl-gtk2/heckit.a
+lib/gretl-gtk2/heckit.la
+lib/gretl-gtk2/heckit.so
 lib/gretl-gtk2/jmulti_import.a
 lib/gretl-gtk2/jmulti_import.la
 lib/gretl-gtk2/jmulti_import.so
@@ -114,6 +120,9 @@
 lib/gretl-gtk2/nistcheck.a
 lib/gretl-gtk2/nistcheck.la
 lib/gretl-gtk2/nistcheck.so
+lib/gretl-gtk2/ods_import.a
+lib/gretl-gtk2/ods_import.la
+lib/gretl-gtk2/ods_import.so
 lib/gretl-gtk2/oprobit.a
 lib/gretl-gtk2/oprobit.la
 lib/gretl-gtk2/oprobit.so
@@ -267,9 +276,11 @@
 %%DATADIR%%/data/greene/greene9_1.gdt
 %%DATADIR%%/data/greene/wg_descriptions
 %%DATADIR%%/data/gretldata.dtd
+%%DATADIR%%/data/misc/AWM.gdt
 %%DATADIR%%/data/misc/abdata.gdt
 %%DATADIR%%/data/misc/anscombe.gdt
 %%DATADIR%%/data/misc/arma.gdt
+%%DATADIR%%/data/misc/australia.gdt
 %%DATADIR%%/data/misc/b-g.gdt
 %%DATADIR%%/data/misc/bjg.gdt
 %%DATADIR%%/data/misc/denmark.gdt
@@ -287,10 +298,11 @@
 %%DATADIR%%/data/misc/leverage.gdt
 %%DATADIR%%/data/misc/longley.gdt
 %%DATADIR%%/data/misc/mccullagh.gdt
-%%DATADIR%%/data/misc/mroz.gdt
+%%DATADIR%%/data/misc/mroz87.gdt
 %%DATADIR%%/data/misc/mrw.gdt
 %%DATADIR%%/data/misc/np.gdt
 %%DATADIR%%/data/misc/nysewk.gdt
+%%DATADIR%%/data/misc/ooballot.gdt
 %%DATADIR%%/data/misc/penngrow.gdt
 %%DATADIR%%/data/misc/pension.gdt
 %%DATADIR%%/data/misc/poisson.gdt
@@ -385,6 +397,7 @@
 %%DATADIR%%/scripts/misc/leverage.inp
 %%DATADIR%%/scripts/misc/longley.inp
 %%DATADIR%%/scripts/misc/mrw.inp
+%%DATADIR%%/scripts/misc/ooballot.inp
 %%DATADIR%%/scripts/misc/oprobit.inp
 %%DATADIR%%/scripts/misc/penngrow.inp
 %%DATADIR%%/scripts/misc/perron97.inp
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Jan 16 17:12:00 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119725 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Jan 20 21:55:02 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/119725: commit references a PR
Date: Sun, 20 Jan 2008 21:57:21 +0000 (UTC)

 miwi        2008-01-20 21:56:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/gretl           Makefile distinfo pkg-plist 
   Removed files:
     math/gretl/files     patch-macros-lapack.m4 
                          patch-plugin::libole2::ms-ole2.h 
   Log:
   - Update to 1.7.1
   
   PR:             119725
   Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
   
   Revision  Changes    Path
   1.65      +1 -2      ports/math/gretl/Makefile
   1.34      +3 -3      ports/math/gretl/distinfo
   1.2       +0 -11     ports/math/gretl/files/patch-macros-lapack.m4 (dead)
   1.2       +0 -14     ports/math/gretl/files/patch-plugin::libole2::ms-ole2.h (dead)
   1.34      +14 -1     ports/math/gretl/pkg-plist
 _______________________________________________
 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:
