Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2002 22:36:29 +0100
From:      AMAKAWA Shuhei <sa264@cam.ac.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Lars.Koeller@Uni-Bielefeld.DE
Subject:   ports/41591: update math/grace to 5.1.9
Message-ID:  <E17eMrV-000Jss-00@m218-3.phy.cam.ac.uk>

next in thread | raw e-mail | index | archive | help

>Number:         41591
>Category:       ports
>Synopsis:       update math/grace to 5.1.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 12 15:00:07 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     AMAKAWA Shuhei
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD m218-3.phy.cam.ac.uk 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 8 19:39:46 BST 2002 sa264@m218-3.phy.cam.ac.uk:/usr/obj/usr/src/sys/KERNCONF i386


	
>Description:
	update math/grace to 5.1.9
>How-To-Repeat:
	
>Fix:

New file: files/patch-af


diff -uNr /usr/ports/math/grace/Makefile grace/Makefile
--- /usr/ports/math/grace/Makefile	Mon Jun 17 04:16:47 2002
+++ grace/Makefile	Mon Aug 12 21:04:18 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	grace
-PORTVERSION=	5.1.8
+PORTVERSION=	5.1.9
 CATEGORIES=	math print
 #
 # You never know when and why it is moved to ../src/old/   :-)
diff -uNr /usr/ports/math/grace/distinfo grace/distinfo
--- /usr/ports/math/grace/distinfo	Mon Jun 17 04:16:47 2002
+++ grace/distinfo	Mon Aug 12 21:04:18 2002
@@ -1 +1 @@
-MD5 (grace-5.1.8.tar.gz) = 5d1e748bfa8f05497082746dac98be85
+MD5 (grace-5.1.9.tar.gz) = fb91c7109bcb340a70591cd5e98fca5b
diff -uNr /usr/ports/math/grace/files/patch-ac grace/files/patch-ac
--- /usr/ports/math/grace/files/patch-ac	Sun Dec 31 04:49:47 2000
+++ grace/files/patch-ac	Mon Aug 12 21:04:18 2002
@@ -1,18 +1,11 @@
-*** examples/Makefile.orig	Mon May 22 19:58:45 2000
---- examples/Makefile	Mon May 22 19:59:07 2000
-***************
-*** 33,39 ****
-  install : $(EXAMPLES) $(DOTEST)
-  	$(MKINSTALLDIRS) $(GRACE_HOME)/examples
-  	for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(GRACE_HOME)/examples; done
-! 	$(INSTALL_PROGRAM) $(DOTEST) $(GRACE_HOME)/examples/$(DOTEST)
-
-  links : dummy
-
---- 33,39 ----
-  install : $(EXAMPLES) $(DOTEST)
-  	$(MKINSTALLDIRS) $(GRACE_HOME)/examples
-  	for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(GRACE_HOME)/examples; done
-! 	$(INSTALL_SCRIPT) $(DOTEST) $(GRACE_HOME)/examples/$(DOTEST)
-
-  links : dummy
+--- examples/Makefile.orig	Sat Jun 22 12:40:21 2002
++++ examples/Makefile	Mon Aug 12 01:59:44 2002
+@@ -33,7 +33,7 @@
+ install : $(EXAMPLES) $(DOTEST)
+ 	$(MKINSTALLDIRS) $(DESTDIR)$(GRACE_HOME)/examples
+ 	for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(DESTDIR)$(GRACE_HOME)/examples; done
+-	$(INSTALL_PROGRAM) $(DOTEST) $(DESTDIR)$(GRACE_HOME)/examples/$(DOTEST)
++	$(INSTALL_SCRIPT) $(DOTEST) $(DESTDIR)$(GRACE_HOME)/examples/$(DOTEST)
+ 
+ links : dummy
+ 
diff -uNr /usr/ports/math/grace/files/patch-ad grace/files/patch-ad
--- /usr/ports/math/grace/files/patch-ad	Sun Dec 31 04:49:48 2000
+++ grace/files/patch-ad	Mon Aug 12 21:04:18 2002
@@ -1,18 +1,11 @@
-*** doc/Makefile.orig	Mon May 22 20:00:24 2000
---- doc/Makefile	Mon May 22 20:00:51 2000
-***************
-*** 78,84 ****
-  	$(MKINSTALLDIRS) $(PREFIX)/man
-  	$(MKINSTALLDIRS) $(PREFIX)/man/man1
-  	cd $(PREFIX)/man/man1; \
-! 	for i in $? $(MANLINKS); do $(RM) $$i; $(LN_S) $(GRACE_HOME)/doc/$$i $$i; done
-
-  tests : dummy
-
---- 78,84 ----
-  	$(MKINSTALLDIRS) $(PREFIX)/man
-  	$(MKINSTALLDIRS) $(PREFIX)/man/man1
-  	cd $(PREFIX)/man/man1; \
-! 	for i in $? $(MANLINKS); do $(RM) $$i; $(INSTALL_DATA) $(GRACE_HOME)/doc/$$i $$i; done
-
-  tests : dummy
+--- doc/Makefile.orig	Sat Jun 22 12:40:21 2002
++++ doc/Makefile	Mon Aug 12 02:05:28 2002
+@@ -97,7 +97,7 @@
+ 	$(MKINSTALLDIRS) $(DESTDIR)$(PREFIX)/man
+ 	$(MKINSTALLDIRS) $(DESTDIR)$(PREFIX)/man/man1
+ 	cd $(DESTDIR)$(PREFIX)/man/man1; \
+-	for i in $(MANPAGES) $(MANLINKS); do $(RM) $$i; $(LN_S) $(GRACE_HOME)/doc/$$i $$i; done
++	for i in $(MANPAGES) $(MANLINKS); do $(RM) $$i; $(INSTALL_DATA) $(GRACE_HOME)/doc/$$i $$i; done
+ 
+ tests : dummy
+ 
diff -uNr /usr/ports/math/grace/files/patch-af grace/files/patch-af
--- /usr/ports/math/grace/files/patch-af	Thu Jan  1 01:00:00 1970
+++ grace/files/patch-af	Mon Aug 12 21:04:18 2002
@@ -0,0 +1,11 @@
+--- auxiliary/Makefile.orig	Sat Jun 22 12:40:21 2002
++++ auxiliary/Makefile	Mon Aug 12 02:12:47 2002
+@@ -28,7 +28,7 @@
+ 	$(MKINSTALLDIRS) $(DESTDIR)$(GRACE_HOME)/auxiliary
+ 	for i in $(AUXILIARIES); do $(INSTALL_DATA) $$i $(DESTDIR)$(GRACE_HOME)/auxiliary; done
+ 	for i in $(PROGRAMS); do $(INSTALL_PROGRAM) -s $$i $(DESTDIR)$(GRACE_HOME)/bin; done
+-	for i in $(SCRIPTS); do $(INSTALL_PROGRAM) $$i $(DESTDIR)$(GRACE_HOME)/bin; done
++	for i in $(SCRIPTS); do $(INSTALL_SCRIPT) $$i $(DESTDIR)$(GRACE_HOME)/bin; done
+ 
+ tests : dummy
+ 
diff -uNr /usr/ports/math/grace/pkg-plist grace/pkg-plist
--- /usr/ports/math/grace/pkg-plist	Sun Dec  9 07:31:11 2001
+++ grace/pkg-plist	Mon Aug 12 21:04:18 2002
@@ -6,6 +6,7 @@
 lib/X11/grace/auxiliary/convcal.c
 lib/X11/grace/auxiliary/magic.grace
 lib/X11/grace/bin/convcal
+lib/X11/grace/bin/fdf2fit
 lib/X11/grace/bin/gracebat
 lib/X11/grace/bin/grconvert
 lib/X11/grace/bin/xmgrace
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E17eMrV-000Jss-00>