[32272] trunk/dports/science/plplot

ryandesign at macports.org ryandesign at macports.org
Sun Dec 23 06:06:13 PST 2007


Revision: 32272
          http://trac.macosforge.org/projects/macports/changeset/32272
Author:   ryandesign at macports.org
Date:     2007-12-23 06:06:03 -0800 (Sun, 23 Dec 2007)

Log Message:
-----------
plplot: fix name of patchfile to match current guidelines; see #13675

Modified Paths:
--------------
    trunk/dports/science/plplot/Portfile

Added Paths:
-----------
    trunk/dports/science/plplot/files/patch-x18f.f90.diff

Removed Paths:
-------------
    trunk/dports/science/plplot/files/patch-x18f

Modified: trunk/dports/science/plplot/Portfile
===================================================================
--- trunk/dports/science/plplot/Portfile	2007-12-23 14:02:25 UTC (rev 32271)
+++ trunk/dports/science/plplot/Portfile	2007-12-23 14:06:03 UTC (rev 32272)
@@ -41,7 +41,7 @@
 #               port:readline
 #               port:swig
 
-patchfiles      patch-x18f
+patchfiles      patch-x18f.f90.diff
 
 pre-configure {
     file mkdir ${workpath}/build

Deleted: trunk/dports/science/plplot/files/patch-x18f
===================================================================
--- trunk/dports/science/plplot/files/patch-x18f	2007-12-23 14:02:25 UTC (rev 32271)
+++ trunk/dports/science/plplot/files/patch-x18f	2007-12-23 14:06:03 UTC (rev 32272)
@@ -1,22 +0,0 @@
---- examples/f95/x18f.f90.orig	2007-03-03 15:46:12.000000000 +0900
-+++ examples/f95/x18f.f90	2007-03-03 16:08:58.000000000 +0900
-@@ -109,8 +109,9 @@
- 
-       real(kind=plflt) x(5), y(5), z(5)
-       integer i, j
--      real(kind=plflt) two_pi
-+      real(kind=plflt) two_pi, one_pi
-       parameter ( two_pi = 2.0_plflt*pi                )
-+      parameter ( one_pi = 1.0_plflt*pi                )
-       logical draw(4,4)
-       DATA draw / &
-         .true., .true., .true., .true., &
-@@ -120,7 +121,7 @@
-       real(kind=plflt) theta, phi
-       integer ia
-       THETA(ia) = (two_pi * (ia) /20._plflt)
--      PHI(ia)   = (pi * (ia) / 20.1_plflt)
-+      PHI(ia)   = (one_pi * (ia) / 20.1_plflt)
- 
-       call pladv(0)
-       call plvpor(0.0_plflt, 1.0_plflt, 0.0_plflt, 0.9_plflt)

Copied: trunk/dports/science/plplot/files/patch-x18f.f90.diff (from rev 32259, trunk/dports/science/plplot/files/patch-x18f)
===================================================================
--- trunk/dports/science/plplot/files/patch-x18f.f90.diff	                        (rev 0)
+++ trunk/dports/science/plplot/files/patch-x18f.f90.diff	2007-12-23 14:06:03 UTC (rev 32272)
@@ -0,0 +1,22 @@
+--- examples/f95/x18f.f90.orig	2007-03-03 15:46:12.000000000 +0900
++++ examples/f95/x18f.f90	2007-03-03 16:08:58.000000000 +0900
+@@ -109,8 +109,9 @@
+ 
+       real(kind=plflt) x(5), y(5), z(5)
+       integer i, j
+-      real(kind=plflt) two_pi
++      real(kind=plflt) two_pi, one_pi
+       parameter ( two_pi = 2.0_plflt*pi                )
++      parameter ( one_pi = 1.0_plflt*pi                )
+       logical draw(4,4)
+       DATA draw / &
+         .true., .true., .true., .true., &
+@@ -120,7 +121,7 @@
+       real(kind=plflt) theta, phi
+       integer ia
+       THETA(ia) = (two_pi * (ia) /20._plflt)
+-      PHI(ia)   = (pi * (ia) / 20.1_plflt)
++      PHI(ia)   = (one_pi * (ia) / 20.1_plflt)
+ 
+       call pladv(0)
+       call plvpor(0.0_plflt, 1.0_plflt, 0.0_plflt, 0.9_plflt)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071223/0037c40e/attachment.html


More information about the macports-changes mailing list