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

ryandesign at macports.org ryandesign at macports.org
Mon May 24 19:52:19 PDT 2010


Revision: 68035
          http://trac.macports.org/changeset/68035
Author:   ryandesign at macports.org
Date:     2010-05-24 19:52:17 -0700 (Mon, 24 May 2010)
Log Message:
-----------
pure-devel: update to 0.44 3408

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	2010-05-25 02:51:47 UTC (rev 68034)
+++ trunk/dports/lang/pure-devel/Portfile	2010-05-25 02:52:17 UTC (rev 68035)
@@ -4,7 +4,7 @@
 
 name                    pure-devel
 conflicts               pure
-version                 0.43-r3236
+version                 0.44-r3408
 categories              lang
 platforms               darwin
 maintainers             ryandesign

Modified: trunk/dports/lang/pure-devel/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/lang/pure-devel/files/patch-Makefile.in.diff	2010-05-25 02:51:47 UTC (rev 68034)
+++ trunk/dports/lang/pure-devel/files/patch-Makefile.in.diff	2010-05-25 02:52:17 UTC (rev 68035)
@@ -1,6 +1,6 @@
---- Makefile.in.orig	2010-03-16 05:16:11.000000000 -0500
-+++ Makefile.in	2010-03-18 05:42:55.000000000 -0500
-@@ -182,14 +182,14 @@
+--- Makefile.in.orig	2010-05-18 01:25:05.000000000 -0500
++++ Makefile.in	2010-05-24 21:41:10.000000000 -0500
+@@ -185,14 +185,14 @@
  
  ifeq ($(sharedlib), yes)
  pure$(EXE): pure.o $(libpure)
@@ -18,12 +18,12 @@
  ifneq ($(libpure), $(libpure_soname))
  	ln -sf $(libpure) $(libpure_soname)
  endif
-@@ -320,7 +320,7 @@
- 	$(INSTALL) -m 644 $(srcdir)/pure.html $(srcdir)/purelib.html $(DESTDIR)$(libdir)/pure-$(version)
- 	ln -sf $(libdir)/pure-$(version) $(DESTDIR)$(libdir)/pure
- 	$(INSTALL) -m 644 $(srcdir)/pure.1 $(DESTDIR)$(man1dir)/pure-$(version).1
--	ln -sf $(man1dir)/pure-$(version).1 $(DESTDIR)$(man1dir)/pure.1
-+	ln -sf pure-$(version).1 $(DESTDIR)$(man1dir)/pure.1
- else
- 	$(INSTALL) -m 644 $(srcdir)/runtime.h $(DESTDIR)$(includedir)/pure
- 	$(INSTALL) -m 644 $(srcdir)/pure_main.c pure_main.o $(DESTDIR)$(libdir)/pure
+@@ -332,7 +332,7 @@
+ 	ln -sf $(bindir)/$(pure_exe) $(DESTDIR)$(bindir)/pure$(EXE)
+ 	ln -sf $(pure_includedir) $(DESTDIR)$(includedir)/pure
+ 	ln -sf $(pure_libdir) $(DESTDIR)$(libdir)/pure
+-	ln -sf $(man1dir)/$(pure_1) $(DESTDIR)$(man1dir)/pure.1
++	ln -sf $(pure_1) $(DESTDIR)$(man1dir)/pure.1
+ endif
+ 
+ uninstall:

Modified: trunk/dports/lang/pure-devel/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure-devel/files/patch-openbrowser.diff	2010-05-25 02:51:47 UTC (rev 68034)
+++ trunk/dports/lang/pure-devel/files/patch-openbrowser.diff	2010-05-25 02:52:17 UTC (rev 68035)
@@ -14,9 +14,9 @@
  
  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.orig	2010-03-17 05:19:28.000000000 -0500
-+++ lexer.ll	2010-03-18 05:42:55.000000000 -0500
-@@ -1381,7 +1381,7 @@
+--- lexer.ll.orig	2010-04-09 07:05:55.000000000 -0500
++++ lexer.ll	2010-05-24 21:43:45.000000000 -0500
+@@ -1395,7 +1395,7 @@
        } else
  	cerr << "help: memory allocation error\n";
      } else {
@@ -49,9 +49,9 @@
  is used.
  .TP
  .B PURE_INCLUDE
---- pure.html.orig	2010-03-17 07:18:48.000000000 -0500
-+++ pure.html	2010-03-18 05:42:55.000000000 -0500
-@@ -809,7 +809,7 @@
+--- pure.html.orig	2010-04-04 04:58:38.000000000 -0500
++++ pure.html	2010-05-24 21:43:45.000000000 -0500
+@@ -822,7 +822,7 @@
  Scripts</a> for details.</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>
-@@ -3625,7 +3625,7 @@
+@@ -3638,7 +3638,7 @@
  <h2><a class="toc-backref" href="#id51">11.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,9 +69,9 @@
  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.orig	2010-03-17 07:18:48.000000000 -0500
-+++ pure.txt	2010-03-18 05:42:55.000000000 -0500
-@@ -501,7 +501,7 @@
+--- pure.txt.orig	2010-04-04 04:58:38.000000000 -0500
++++ pure.txt	2010-05-24 21:43:45.000000000 -0500
+@@ -515,7 +515,7 @@
  
  PURE_HELP
      Command used to browse the Pure manual. This must be a browser capable of
@@ -80,7 +80,7 @@
  
  PURE_INCLUDE
      Additional directories (in colon-separated format) to be searched for
-@@ -3477,7 +3477,7 @@
+@@ -3491,7 +3491,7 @@
  
  Online help is available in the interpreter with the interactive ``help``
  command, see `Interactive Commands`_ below. You need to have a html browser
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100524/3cc519f6/attachment.html>


More information about the macports-changes mailing list