From tkato432@yahoo.com  Fri Oct 30 18:01:38 2009
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 A197E1065692
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 30 Oct 2009 18:01:38 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168])
	by mx1.freebsd.org (Postfix) with ESMTP id 6B1808FC19
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 30 Oct 2009 18:01:38 +0000 (UTC)
Received: from localhost.localdomain (ZT029225.ppp.dion.ne.jp [59.128.29.225])
	by msa105lp.auone-net.jp (au one net msa) with ESMTP id 80DA350031
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat, 31 Oct 2009 03:01:31 +0900 (JST)
Message-Id: <20091031030031.46f4276c.tkato432@yahoo.com>
Date: Sat, 31 Oct 2009 03:00:31 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: math/gretl to 1.8.5

>Number:         140120
>Category:       ports
>Synopsis:       Update port: math/gretl to 1.8.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 30 18:10:06 UTC 2009
>Closed-Date:    Mon Nov 02 10:54:14 UTC 2009
>Last-Modified:  Mon Nov  2 11:00:12 UTC 2009
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.2-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Update to version 1.8.5

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/math/gretl/Makefile math/gretl/Makefile
--- /usr/ports/math/gretl/Makefile	2009-09-14 03:55:36.000000000 +0900
+++ math/gretl/Makefile	2009-10-29 22:35:45.000000000 +0900
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	gretl
-PORTVERSION=	1.8.2
-PORTREVISION=	1
+PORTVERSION=	1.8.5
 CATEGORIES=	math finance
 MASTER_SITES=	SF
 
diff -urN /usr/ports/math/gretl/distinfo math/gretl/distinfo
--- /usr/ports/math/gretl/distinfo	2009-08-08 22:01:08.000000000 +0900
+++ math/gretl/distinfo	2009-10-29 22:55:07.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (gretl-1.8.2.tar.bz2) = cc4469d46972fa2abe0041e64c939358
-SHA256 (gretl-1.8.2.tar.bz2) = 5ab5c4bb191b13723016d3ecbb4c4b29728a6d62eeebabf014c8e1e4dbed2e10
-SIZE (gretl-1.8.2.tar.bz2) = 6845908
+MD5 (gretl-1.8.5.tar.bz2) = 2e2c7f21538ac7a4ec9fcaa0b55df8f3
+SHA256 (gretl-1.8.5.tar.bz2) = d2dc50eb9d23715ffd421e15558263776347e3f848d0f065f4754c8fa9801017
+SIZE (gretl-1.8.5.tar.bz2) = 6965280
diff -urN /usr/ports/math/gretl/files/patch-cli::Makefile.in math/gretl/files/patch-cli::Makefile.in
--- /usr/ports/math/gretl/files/patch-cli::Makefile.in	2009-08-08 22:01:08.000000000 +0900
+++ math/gretl/files/patch-cli::Makefile.in	2009-10-29 22:57:28.000000000 +0900
@@ -1,5 +1,5 @@
---- cli/Makefile.in.orig	2009-07-06 13:26:32.000000000 +0900
-+++ cli/Makefile.in	2009-08-07 00:40:58.000000000 +0900
+--- cli/Makefile.in.orig	2009-08-17 22:00:41.000000000 +0900
++++ cli/Makefile.in	2009-10-29 22:57:08.000000000 +0900
 @@ -16,6 +16,10 @@
  READLINE_LIBS = @READLINE_LIBS@
  READLINE_CFLAGS = @READLINE_CFLAGS@
@@ -11,7 +11,7 @@
  ifeq ($(CC),)
    CC = gcc
  endif
-@@ -41,18 +45,18 @@
+@@ -41,10 +45,10 @@
  
  DEFS = -DLOCALEDIR=\"$(localedir)\" -DHAVE_CONFIG_H
  
@@ -24,12 +24,11 @@
  
  %.o: %.c
  	$(CC) -c $(CFLAGS) $<
- 	$(CC) $(CFLAGS) -MM $< > .deps/$*.d 
+@@ -52,7 +56,7 @@
  
  $(CLI): .deps $(OBJS)
--	$(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS) $(GRETLLIB) \
+ 	$(LIBTOOL) --mode=link $(CC) -o $@ $(LDFLAGS) $(OBJS) $(GRETLLIB) \
 -	$(READLINE_LIBS)
-+	$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $(OBJS) $(GRETLLIB) \
 +	$(READLINE_LIBS) $(INTL_LIBS)
  
  .deps:
diff -urN /usr/ports/math/gretl/files/patch-gui2::Makefile.in math/gretl/files/patch-gui2::Makefile.in
--- /usr/ports/math/gretl/files/patch-gui2::Makefile.in	2009-02-21 02:51:19.000000000 +0900
+++ math/gretl/files/patch-gui2::Makefile.in	2009-10-29 22:59:43.000000000 +0900
@@ -1,6 +1,6 @@
---- gui2/Makefile.in.orig	2008-12-12 03:44:33.000000000 +0900
-+++ gui2/Makefile.in	2009-02-05 23:24:20.000000000 +0900
-@@ -106,7 +106,7 @@
+--- gui2/Makefile.in.orig	2009-09-17 03:48:17.000000000 +0900
++++ gui2/Makefile.in	2009-10-29 22:59:23.000000000 +0900
+@@ -98,7 +98,7 @@
  #### End of system configuration section. ####
  
  SHELL = /bin/sh
@@ -9,23 +9,16 @@
  PROG  = gretl_x11
  
  vpath %.c $(topsrc)/gui2
-@@ -164,13 +164,13 @@
- 	$(CC) $(CFLAGS) -MM $< > .deps/$*.d 
- 
- $(PROG): .deps $(OBJS) $(HACK_OBJ) $(GTKSOURCEVIEW_LITE) 
--	$(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS) $(HACK_OBJ) $(LIBS) $(INETLIB) $(CARBONLIB)
-+	$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $(OBJS) $(HACK_OBJ) $(LIBS) $(INETLIB) $(CARBONLIB)
- 
- $(HACK_OBJ): $(HACK_SRC) $(HACK_HDR)
+@@ -167,7 +167,7 @@
  	$(CC) $(CFLAGS) $(GTK_CFLAGS) -c $<
  
  mklang: mklang.o
 -	$(LIBTOOL) --mode=link $(CC) -o $@ $< ../lib/libgretl-1.0.la $(XML_LIBS)
-+	$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $< ../lib/libgretl-1.0.la $(XML_LIBS)
++	$(LIBTOOL) --mode=link $(CC) -o $@ $< ../lib/libgretl-1.0.la $(LDFLAGS) $(XML_LIBS)
  
- mklang.o: mklang.c $(topsrc)/lib/src/options.c $(topsrc)/lib/src/genlex.c
+ mklang.o: mklang.c $(topsrc)/lib/src/options.c $(topsrc)/lib/src/genlex.c $(topsrc)/lib/src/gretl_commands.c
  	$(CC) -c -I.. -I$(libsrc) $(XML_CFLAGS) $<
-@@ -179,7 +179,7 @@
+@@ -176,7 +176,7 @@
  	./mklang $(LANGOPT) > $@
  
  $(GTKSOURCEVIEW_LITE):
@@ -34,7 +27,7 @@
  
  .deps:
  	mkdir $@
-@@ -194,7 +194,7 @@
+@@ -191,7 +191,7 @@
  	$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -s $(PROG) $(DESTDIR)$(bindir)/$(PROG)
  
  install-data: installdirs
diff -urN /usr/ports/math/gretl/files/patch-lib::Makefile.in math/gretl/files/patch-lib::Makefile.in
--- /usr/ports/math/gretl/files/patch-lib::Makefile.in	2009-08-08 22:01:08.000000000 +0900
+++ math/gretl/files/patch-lib::Makefile.in	2009-10-29 23:01:30.000000000 +0900
@@ -1,6 +1,6 @@
---- lib/Makefile.in.orig	2009-07-06 13:24:20.000000000 +0900
-+++ lib/Makefile.in	2009-08-07 00:39:12.000000000 +0900
-@@ -27,6 +27,10 @@
+--- lib/Makefile.in.orig	2009-07-09 10:21:49.000000000 +0900
++++ lib/Makefile.in	2009-10-29 23:01:13.000000000 +0900
+@@ -26,6 +26,10 @@
  
  have_gtk = @have_gtk@
  
@@ -11,7 +11,7 @@
  ifeq ($(INSTALL_PROGRAM),)
    INSTALL_PROGRAM = $(INSTALL) -m 755
  endif
-@@ -41,7 +45,7 @@
+@@ -40,7 +44,7 @@
  libdir = $(prefix)/lib
  includedir = $(prefix)/include/gretl
  aclocaldir = $(prefix)/share/aclocal
@@ -20,18 +20,18 @@
  
  INSTALLDIRS = $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) $(DESTDIR)$(aclocaldir)
  
-@@ -54,8 +58,8 @@
+@@ -53,8 +57,8 @@
    INSTALL_CFG = install-cfg-old
  endif
  
 -LIBS = $(LAPACK_LIBS) -lm -ldl -lz $(XML_LIBS) \
--	$(GLIB_LIBS) $(GMP_LIBS) $(FFTW_LIBS) $(RLIB_LIBS)
+-	$(GLIB_LIBS) $(GMP_LIBS) $(FFTW_LIBS)
 +LIBS = $(LAPACK_LIBS) -lm -lz $(XML_LIBS) \
-+	$(GLIB_LIBS) $(GMP_LIBS) $(FFTW_LIBS) $(RLIB_LIBS) $(INTL_LIBS)
++	$(GLIB_LIBS) $(GMP_LIBS) $(FFTW_LIBS) $(INTL_LIBS)
  
  #### End of system configuration section. ####
  
-@@ -224,10 +228,10 @@
+@@ -223,10 +227,10 @@
  LOBJS = $(SRCS:.c=.lo)
  AUX_LOBJ = $(CEPHES_SRC:.c=.lo) $(MINPACK_SRC:.c=.lo)
  
@@ -44,7 +44,7 @@
  
  COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) 
  
-@@ -236,7 +240,7 @@
+@@ -235,7 +239,7 @@
  	$(CC) $(CFLAGS) -MM -MT $*.lo $< > .deps/$*.d
  
  $(LIBGRETL): .deps $(LOBJS) $(AUX_LOBJ)
diff -urN /usr/ports/math/gretl/pkg-plist math/gretl/pkg-plist
--- /usr/ports/math/gretl/pkg-plist	2009-08-08 22:01:08.000000000 +0900
+++ math/gretl/pkg-plist	2009-10-29 23:09:21.000000000 +0900
@@ -137,9 +137,6 @@
 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
 lib/gretl-gtk2/pca.a
 lib/gretl-gtk2/pca.la
 lib/gretl-gtk2/pca.so
@@ -155,6 +152,9 @@
 lib/gretl-gtk2/range-mean.a
 lib/gretl-gtk2/range-mean.la
 lib/gretl-gtk2/range-mean.so
+lib/gretl-gtk2/sas_import.a
+lib/gretl-gtk2/sas_import.la
+lib/gretl-gtk2/sas_import.so
 lib/gretl-gtk2/spss_import.a
 lib/gretl-gtk2/spss_import.la
 lib/gretl-gtk2/spss_import.so
@@ -312,6 +312,7 @@
 %%DATADIR%%/data/misc/ects_nls.gdt
 %%DATADIR%%/data/misc/engel.gdt
 %%DATADIR%%/data/misc/galton.gdt
+%%DATADIR%%/data/misc/gear.gdt
 %%DATADIR%%/data/misc/hall.gdt
 %%DATADIR%%/data/misc/hamilton.gdt
 %%DATADIR%%/data/misc/hendry_jae.gdt
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Oct 30 18:10:55 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140120 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Nov 2 10:54:13 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/140120: commit references a PR
Date: Mon,  2 Nov 2009 10:54:40 +0000 (UTC)

 miwi        2009-11-02 10:54:10 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/gretl           Makefile distinfo pkg-plist 
     math/gretl/files     patch-cli::Makefile.in 
                          patch-gui2::Makefile.in 
                          patch-lib::Makefile.in 
   Log:
   - Update to 1.8.5
   
   PR:             140120
   Submitted by:   Ports Fury
   
   Revision  Changes    Path
   1.84      +1 -2      ports/math/gretl/Makefile
   1.44      +3 -3      ports/math/gretl/distinfo
   1.10      +5 -6      ports/math/gretl/files/patch-cli::Makefile.in
   1.12      +8 -15     ports/math/gretl/files/patch-gui2::Makefile.in
   1.27      +9 -9      ports/math/gretl/files/patch-lib::Makefile.in
   1.44      +4 -3      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:
