ports/127180: [patch] update of gretl 1.7.6 -> 1.7.7

valerio.daelli at gmail.com valerio.daelli at gmail.com
Sun Sep 7 14:30:07 UTC 2008


>Number:         127180
>Category:       ports
>Synopsis:       [patch] update of gretl 1.7.6 -> 1.7.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 07 14:30:06 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     valerio.daelli at gmail.com
>Release:        FreeBSD 7.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD kart.sin.net 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008 root at driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
The following patch updates gretl from 1.7.6 to 1.7.7

	
>How-To-Repeat:
	
>Fix:
cd /usr/ports/math/gretl
patch -p0 < /tmp/gretl.patch

	

--- gretl.patch begins here ---
diff -ruN ./Makefile /root/gretl/Makefile
--- ./Makefile	2008-08-20 00:56:58.000000000 +0000
+++ /root/gretl/Makefile	2008-09-07 11:34:00.000000000 +0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	gretl
-PORTVERSION=	1.7.6
+PORTVERSION=	1.7.7
 CATEGORIES=	math finance
 MASTER_SITES=	SF
 
diff -ruN ./distinfo /root/gretl/distinfo
--- ./distinfo	2008-08-02 22:34:27.000000000 +0000
+++ /root/gretl/distinfo	2008-09-07 11:34:01.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (gretl-1.7.6.tar.bz2) = cbf8079da05e06557d9a4388d1cc778e
-SHA256 (gretl-1.7.6.tar.bz2) = cc9af41dbd4835e07d9ad6eae5ac62c2aa3b8a951e1e12963f387af6f6b283fb
-SIZE (gretl-1.7.6.tar.bz2) = 4988214
+MD5 (gretl-1.7.7.tar.bz2) = 35df936c92201b3ac862028b642f2d63
+SHA256 (gretl-1.7.7.tar.bz2) = b676c855a1d7ab639e99b6c0512426a6fb3861d6ff6ddce78fed0108339f647d
+SIZE (gretl-1.7.7.tar.bz2) = 4990095
diff -ruN ./files/patch-share::Makefile.in /root/gretl/files/patch-share::Makefile.in
--- ./files/patch-share::Makefile.in	2008-08-02 22:34:28.000000000 +0000
+++ /root/gretl/files/patch-share::Makefile.in	2008-09-07 11:52:07.000000000 +0000
@@ -47,8 +47,12 @@
  	$(INSTALL_DATA) $$f $(DESTDIR)$(gretldir)/helpfigs ; done
 -	for f in $(pdfdir)/gretl-ref.pdf $(pdfdir)/gretl-guide.pdf ; do \
 -	if test -f $$f ; then $(INSTALL_DATA) $$f $(DESTDIR)$(gretldir)/doc ; fi ; done
+-	for f in $(pdfdir)/gretl-ref-a4.pdf $(pdfdir)/gretl-guide-a4.pdf ; do \
+-	if test -f $$f ; then $(INSTALL_DATA) $$f $(DESTDIR)$(gretldir)/doc ; fi ; done
 +#	for f in $(pdfdir)/gretl-ref.pdf $(pdfdir)/gretl-guide.pdf ; do \
 +#	if test -f $$f ; then $(INSTALL_DATA) $$f $(DESTDIR)$(gretldir)/doc ; fi ; done
++#	for f in $(pdfdir)/gretl-ref-a4.pdf $(pdfdir)/gretl-guide-a4.pdf ; do \
++#	if test -f $$f ; then $(INSTALL_DATA) $$f $(DESTDIR)$(gretldir)/doc ; fi ; done
  
  install_fonts:
  	for f in $(sharesrc)/fonts/*.ttf ; do \
--- gretl.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list