[51728] trunk/dports/lang/pure-devel

ryandesign at macports.org ryandesign at macports.org
Mon Jun 1 17:15:41 PDT 2009


Revision: 51728
          http://trac.macports.org/changeset/51728
Author:   ryandesign at macports.org
Date:     2009-06-01 17:15:40 -0700 (Mon, 01 Jun 2009)
Log Message:
-----------
pure-devel: update to 0.24 1608; all tests passed (on Tiger/Intel)

Modified Paths:
--------------
    trunk/dports/lang/pure-devel/Portfile
    trunk/dports/lang/pure-devel/files/patch-Makefile.in.diff
    trunk/dports/lang/pure-devel/files/patch-openbrowser.diff

Modified: trunk/dports/lang/pure-devel/Portfile
===================================================================
--- trunk/dports/lang/pure-devel/Portfile	2009-06-01 23:59:39 UTC (rev 51727)
+++ trunk/dports/lang/pure-devel/Portfile	2009-06-02 00:15:40 UTC (rev 51728)
@@ -3,7 +3,7 @@
 PortSystem              1.0
 
 name                    pure-devel
-version                 0.22.0.r1464
+version                 0.24.0.r1608
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              lang
 platforms               darwin

Modified: trunk/dports/lang/pure-devel/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/lang/pure-devel/files/patch-Makefile.in.diff	2009-06-01 23:59:39 UTC (rev 51727)
+++ trunk/dports/lang/pure-devel/files/patch-Makefile.in.diff	2009-06-02 00:15:40 UTC (rev 51728)
@@ -1,14 +1,5 @@
---- Makefile.in.orig	2009-03-30 05:55:34.000000000 -0500
-+++ Makefile.in	2009-04-09 16:56:57.000000000 -0500
-@@ -87,7 +87,7 @@
- # the runtime ABI changes, and the $(minor) version number is used to indicate
- # bugfix releases.
- 
--major = 0
-+major = 1
- minor = 0
- 
- libpure_name    = $(name)
+--- Makefile.in	(revision 1608)
++++ Makefile.in	(working copy)
 @@ -292,7 +292,7 @@
  	$(INSTALL) -m 644 $(srcdir)/pure.html $(srcdir)/purelib.html $(DESTDIR)$(libdir)/pure-$(version)
  	ln -sf $(libdir)/pure-$(version) $(DESTDIR)$(libdir)/pure

Modified: trunk/dports/lang/pure-devel/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure-devel/files/patch-openbrowser.diff	2009-06-01 23:59:39 UTC (rev 51727)
+++ trunk/dports/lang/pure-devel/files/patch-openbrowser.diff	2009-06-02 00:15:40 UTC (rev 51728)
@@ -1,4 +1,4 @@
---- README	(revision 1464)
+--- README	(revision 1608)
 +++ README	(working copy)
 @@ -88,9 +88,10 @@
  how to use the interpreter and a description of the Pure language. You can
@@ -14,7 +14,7 @@
  
  Some example programs can be found in the examples subdir in the sources; in
  particular, have a look at the hello.pure program which will quickly give you
---- lexer.ll	(revision 1464)
+--- lexer.ll	(revision 1608)
 +++ lexer.ll	(working copy)
 @@ -1010,7 +1010,7 @@
        } else
@@ -25,7 +25,7 @@
        string helpcmd = string(browser) + " " + docname;
        system(helpcmd.c_str());
      }
---- pure.1	(revision 1464)
+--- pure.1	(revision 1608)
 +++ pure.1	(working copy)
 @@ -81,9 +81,9 @@
  .PP
@@ -49,9 +49,9 @@
  is used.
  .TP
  .B PURE_INCLUDE
---- pure.html	(revision 1464)
+--- pure.html	(revision 1608)
 +++ pure.html	(working copy)
-@@ -647,7 +647,7 @@
+@@ -648,7 +648,7 @@
  <dd>Extra options to be passed to llvmc in a batch compilation (-c).</dd>
  <dt>PURE_HELP</dt>
  <dd>Command used to browse the Pure manual. This must be a browser capable of
@@ -60,7 +60,7 @@
  <dt>PURE_INCLUDE</dt>
  <dd>Additional directories (in colon-separated format) to be searched for
  included scripts.</dd>
-@@ -2596,7 +2596,7 @@
+@@ -2617,7 +2617,7 @@
  <h2><a class="toc-backref" href="#id37">12.1&nbsp;&nbsp;&nbsp;Online Help</a></h2>
  <p>Online help is available in the interpreter with the interactive <tt class="docutils literal"><span class="pre">help</span></tt>
  command, see <a class="reference internal" href="#interactive-commands">Interactive Commands</a> below. You need to have a html browser
@@ -69,7 +69,7 @@
  change this by setting either the PURE_HELP or the BROWSER environment
  variable accordingly.</p>
  <p>When invoked without arguments, the <tt class="docutils literal"><span class="pre">help</span></tt> command displays this manual:</p>
---- pure.txt	(revision 1464)
+--- pure.txt	(revision 1608)
 +++ pure.txt	(working copy)
 @@ -338,7 +338,7 @@
  
@@ -80,14 +80,12 @@
  
  PURE_INCLUDE
      Additional directories (in colon-separated format) to be searched for
-@@ -2400,8 +2400,8 @@
+@@ -2424,7 +2424,7 @@
  
  Online help is available in the interpreter with the interactive ``help``
  command, see `Interactive Commands`_ below. You need to have a html browser
 -installed for that. By default, the ``help`` command uses w3m(1), but you can
--change this by setting either the PURE_HELP or the BROWSER environment
-+installed for that. By default, the ``help`` command uses openbrowser(1), but
-+you can change this by setting either the PURE_HELP or the BROWSER environment
++installed for that. By default, the ``help`` command uses openbrowser(1), but you can
+ change this by setting either the PURE_HELP or the BROWSER environment
  variable accordingly.
  
- When invoked without arguments, the ``help`` command displays this manual::
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090601/a7993996/attachment.html>


More information about the macports-changes mailing list