From tkato432@yahoo.com  Tue Dec  8 18:01:15 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 C2E45106566B
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue,  8 Dec 2009 18:01:15 +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 727408FC25
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue,  8 Dec 2009 18:01:15 +0000 (UTC)
Received: from localhost.localdomain (ZT047044.ppp.dion.ne.jp [59.128.47.44])
	by msa103lp.auone-net.jp (au one net msa) with ESMTP id 3AB1B47C036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed,  9 Dec 2009 03:01:09 +0900 (JST)
Message-Id: <20091209030025.c85f3e89.tkato432@yahoo.com>
Date: Wed, 9 Dec 2009 03:00:25 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: math/gretl to 1.8.6

>Number:         141295
>Category:       ports
>Synopsis:       Update port: math/gretl to 1.8.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 08 18:10:04 UTC 2009
>Closed-Date:    Sun Dec 13 00:21:26 UTC 2009
>Last-Modified:  Sun Dec 13 00:30:11 UTC 2009
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.2-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update to version 1.8.6

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/math/gretl/Makefile math/gretl/Makefile
--- /usr/ports/math/gretl/Makefile	2009-11-03 00:37:16.000000000 +0900
+++ math/gretl/Makefile	2009-12-04 03:33:41.000000000 +0900
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	gretl
-PORTVERSION=	1.8.5
+PORTVERSION=	1.8.6
 CATEGORIES=	math finance
 MASTER_SITES=	SF
 
diff -urN /usr/ports/math/gretl/distinfo math/gretl/distinfo
--- /usr/ports/math/gretl/distinfo	2009-11-03 00:37:17.000000000 +0900
+++ math/gretl/distinfo	2009-12-04 03:52:04.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (gretl-1.8.5.tar.bz2) = 2e2c7f21538ac7a4ec9fcaa0b55df8f3
-SHA256 (gretl-1.8.5.tar.bz2) = d2dc50eb9d23715ffd421e15558263776347e3f848d0f065f4754c8fa9801017
-SIZE (gretl-1.8.5.tar.bz2) = 6965280
+MD5 (gretl-1.8.6.tar.bz2) = 5d5666ead0d45a7a33acfa4695ddab09
+SHA256 (gretl-1.8.6.tar.bz2) = bdfbce0c3a8b136a4a06e67da916d57f6155b1b9d4658db7595fe1fb3c6d89d2
+SIZE (gretl-1.8.6.tar.bz2) = 6982571
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-11-03 00:37:17.000000000 +0900
+++ math/gretl/files/patch-lib::Makefile.in	2009-12-04 04:04:36.000000000 +0900
@@ -1,8 +1,8 @@
---- 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@
+--- lib/Makefile.in.orig	2009-11-26 06:07:31.000000000 +0900
++++ lib/Makefile.in	2009-12-04 04:04:23.000000000 +0900
+@@ -33,6 +33,10 @@
+   RPATH = $(DARWIN_RPATH)
+ endif
  
 +CPPFLAGS = @CPPFLAGS@
 +LDFLAGS = @LDFLAGS@
@@ -11,7 +11,7 @@
  ifeq ($(INSTALL_PROGRAM),)
    INSTALL_PROGRAM = $(INSTALL) -m 755
  endif
-@@ -40,7 +44,7 @@
+@@ -47,7 +51,7 @@
  libdir = $(prefix)/lib
  includedir = $(prefix)/include/gretl
  aclocaldir = $(prefix)/share/aclocal
@@ -20,7 +20,7 @@
  
  INSTALLDIRS = $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) $(DESTDIR)$(aclocaldir)
  
-@@ -53,8 +57,8 @@
+@@ -60,8 +64,8 @@
    INSTALL_CFG = install-cfg-old
  endif
  
@@ -31,7 +31,7 @@
  
  #### End of system configuration section. ####
  
-@@ -223,10 +227,10 @@
+@@ -230,10 +234,10 @@
  LOBJS = $(SRCS:.c=.lo)
  AUX_LOBJ = $(CEPHES_SRC:.c=.lo) $(MINPACK_SRC:.c=.lo)
  
@@ -44,12 +44,12 @@
  
  COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) 
  
-@@ -235,7 +239,7 @@
+@@ -242,7 +246,7 @@
  	$(CC) $(CFLAGS) -MM -MT $*.lo $< > .deps/$*.d
  
  $(LIBGRETL): .deps $(LOBJS) $(AUX_LOBJ)
 -	$(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(AUX_LOBJ) \
 +	$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $(LOBJS) $(AUX_LOBJ) \
- 	-rpath $(prefix)/lib $(LIBS) \
- 	-version-info $(CURRENT):$(REVISION):$(AGE)
+ 	-rpath $(RPATH) $(LIBS) -version-info $(CURRENT):$(REVISION):$(AGE)
  
+ .deps:
diff -urN /usr/ports/math/gretl/files/patch-share::bcih::Makefile.in math/gretl/files/patch-share::bcih::Makefile.in
--- /usr/ports/math/gretl/files/patch-share::bcih::Makefile.in	2008-06-23 21:31:41.000000000 +0900
+++ math/gretl/files/patch-share::bcih::Makefile.in	2009-12-04 04:06:15.000000000 +0900
@@ -1,11 +1,11 @@
---- share/bcih/Makefile.in.orig	2008-03-24 21:48:14.000000000 +0900
-+++ share/bcih/Makefile.in	2008-06-18 16:13:23.000000000 +0900
-@@ -1,7 +1,7 @@
- topsrc = @top_srcdir@
+--- share/bcih/Makefile.in.orig	2009-11-24 00:57:13.000000000 +0900
++++ share/bcih/Makefile.in	2009-12-04 04:05:47.000000000 +0900
+@@ -2,7 +2,7 @@
  
  CC = @CC@
+ HOSTCC = @HOSTCC@
 -INSTALL_DATA = cp -fp
 +INSTALL_DATA = @INSTALL_DATA@
  
- prefix = @prefix@
- gretldir = $(prefix)/share/gretl
+ ifeq ($(HOSTCC),)
+   HOSTCC = $(CC)
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Dec 8 18:10:52 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141295 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Dec 13 00:21:25 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/141295: commit references a PR
Date: Sun, 13 Dec 2009 00:20:56 +0000 (UTC)

 miwi        2009-12-13 00:20:25 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/gretl           Makefile distinfo 
     math/gretl/files     patch-lib::Makefile.in 
                          patch-share::bcih::Makefile.in 
   Log:
   - Update to 1.8.6
   
   PR:             141295
   Submitted by:   Ports Fury
   
   Revision  Changes    Path
   1.85      +1 -1      ports/math/gretl/Makefile
   1.45      +3 -3      ports/math/gretl/distinfo
   1.28      +11 -11    ports/math/gretl/files/patch-lib::Makefile.in
   1.5       +6 -6      ports/math/gretl/files/patch-share::bcih::Makefile.in
 _______________________________________________
 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:
