[127213] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Thu Oct 23 01:33:26 PDT 2014


Revision: 127213
          https://trac.macports.org/changeset/127213
Author:   ryandesign at macports.org
Date:     2014-10-23 01:33:25 -0700 (Thu, 23 Oct 2014)
Log Message:
-----------
pure, pure-docs: update to 0.63

Modified Paths:
--------------
    trunk/dports/lang/pure/Portfile
    trunk/dports/pure/pure-docs/Portfile
    trunk/dports/pure/pure-docs/files/patch-openbrowser.diff

Removed Paths:
-------------
    trunk/dports/lang/pure/files/patch-configure.diff

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile	2014-10-23 04:02:43 UTC (rev 127212)
+++ trunk/dports/lang/pure/Portfile	2014-10-23 08:33:25 UTC (rev 127213)
@@ -5,7 +5,7 @@
 PortGroup               bitbucket 1.0
 
 # Keep the versions of pure and pure-docs in sync.
-bitbucket.setup         purelang pure-lang 0.62 pure-
+bitbucket.setup         purelang pure-lang 0.63 pure-
 name                    pure
 categories              lang
 platforms               darwin
@@ -32,8 +32,8 @@
 bitbucket.tarball_from  downloads
 distname                ${name}-${version}
 
-checksums               rmd160  edf20a4f8170ad9621d2193659dda8ccd7d2d481 \
-                        sha256  77df64e8154ef6f8fac66f8bcc471dc8f994862d1ee77b7c98003607757a013b
+checksums               rmd160  6f2d3e0da2ee58d09e9c628d7297610445c6f8a9 \
+                        sha256  33acb2d560b21813f5e856973b493d9cfafba82bd6f539425ce07aa22f84ee29
 
 set llvm_version        3.4
 set llvm_prefix         ${prefix}/libexec/llvm-${llvm_version}
@@ -51,8 +51,6 @@
     
     depends_run                 port:w3m
     
-    patchfiles-append           patch-configure.diff
-    
     configure.args              --without-elisp \
                                 --with-tool-prefix=${llvm_prefix}/bin
     

Deleted: trunk/dports/lang/pure/files/patch-configure.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-configure.diff	2014-10-23 04:02:43 UTC (rev 127212)
+++ trunk/dports/lang/pure/files/patch-configure.diff	2014-10-23 08:33:25 UTC (rev 127213)
@@ -1,44 +0,0 @@
-https://bitbucket.org/purelang/pure-lang/issue/28/pure-fails-to-build-on-os-x-107-and-108
-https://bitbucket.org/purelang/pure-lang/commits/c21ec28fd5f8
---- configure.orig	2014-09-16 17:13:36.000000000 -0500
-+++ configure	2014-09-25 05:03:27.000000000 -0500
-@@ -709,6 +709,7 @@
- ac_subst_files=''
- ac_user_opts='
- enable_option_checking
-+enable_c__11
- with_elisp
- with_texmacs
- enable_fastcc
-@@ -1358,6 +1359,7 @@
-   --disable-option-checking  ignore unrecognized --enable/--with options
-   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
-   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
-+  --enable-c++11          C++11 support (default, needed for LLVM 3.5+)
-   --enable-fastcc         enable fast calls/tail call optimization (default)
-   --enable-debug          enable the debug build
-   --enable-debug2         enable the maintenance build
-@@ -4176,6 +4178,15 @@
- $as_echo "$as_me: WARNING: Cannot find emacs, won't be able to byte-compile pure-mode.el." >&2;}
- fi
- 
-+cpp11check="yes"
-+# Check whether --enable-c++11 was given.
-+if test "${enable_c__11+set}" = set; then :
-+  enableval=$enable_c__11; case "${enableval}" in
-+     no)  cpp11check="no" ;;
-+   esac
-+fi
-+
-+if test "$cpp11check" = "yes"; then
- save_CXXFLAGS=$CXXFLAGS
- CXXFLAGS=""
- 
-@@ -4322,6 +4333,7 @@
- if test -n "$CXX11FLAG"; then
-   CXXFLAGS="$CXXFLAGS $CXX11FLAG"
- fi
-+fi
- 
- elcfiles="etc/pure-mode.elc"
- 

Modified: trunk/dports/pure/pure-docs/Portfile
===================================================================
--- trunk/dports/pure/pure-docs/Portfile	2014-10-23 04:02:43 UTC (rev 127212)
+++ trunk/dports/pure/pure-docs/Portfile	2014-10-23 08:33:25 UTC (rev 127213)
@@ -5,7 +5,7 @@
 PortGroup                       pure 1.0
 
 # Keep the versions of pure and pure-docs in sync.
-pure.setup                      docs 0.62
+pure.setup                      docs 0.63
 categories-append               lang
 platforms                       darwin
 maintainers                     ryandesign gmail.com:aggraef
@@ -17,8 +17,8 @@
 
 long_description                ${name} is an offline copy of the ${description}.
 
-checksums                       rmd160  f0a2d583839e187c79f7e8dd7c2fc1f69ea3c191 \
-                                sha256  1c8d8ade29f277d1cf5c08379261e79df8366f56f31008ef6549bfe9a673b4b1
+checksums                       rmd160  55698d8c47c52c088446f5b32c2304c5c1f4414c \
+                                sha256  fbb6933e35d321b3531343263e6af0cae92c86c56bcb1870b416a7c5e046456c
 
 platform macosx {
     patchfiles                  patch-openbrowser.diff

Modified: trunk/dports/pure/pure-docs/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/pure/pure-docs/files/patch-openbrowser.diff	2014-10-23 04:02:43 UTC (rev 127212)
+++ trunk/dports/pure/pure-docs/files/patch-openbrowser.diff	2014-10-23 08:33:25 UTC (rev 127213)
@@ -1,6 +1,6 @@
---- _sources/pure.txt.orig	2014-02-26 07:54:11.000000000 -0600
-+++ _sources/pure.txt	2014-03-08 00:18:48.000000000 -0600
-@@ -1199,7 +1199,7 @@
+--- _sources/pure.txt.orig	2014-10-22 09:34:26.000000000 -0500
++++ _sources/pure.txt	2014-10-23 03:18:57.000000000 -0500
+@@ -1203,7 +1203,7 @@
  .. envvar:: PURE_HELP
  
     Command used to browse the Pure manual. This must be a browser capable of
@@ -9,7 +9,7 @@
  
  .. envvar:: PURE_INCLUDE
  
-@@ -10842,9 +10842,9 @@
+@@ -10922,9 +10922,9 @@
  manuals of the addon modules available from the Pure website.
  
  You need to have a html browser installed to make this work. By default, the
@@ -22,9 +22,9 @@
  
  When invoked without arguments, the ``help`` command displays an overview of
  the available documentation, from which you can follow the links to the
---- pure.html.orig	2014-02-26 07:54:12.000000000 -0600
-+++ pure.html	2014-03-08 00:19:43.000000000 -0600
-@@ -1445,7 +1445,7 @@
+--- pure.html.orig	2014-10-22 09:34:26.000000000 -0500
++++ pure.html	2014-10-23 03:30:19.000000000 -0500
+@@ -1452,7 +1452,7 @@
  <dt id="envvar-PURE_HELP">
  <tt class="descname">PURE_HELP</tt><a class="headerlink" href="#envvar-PURE_HELP" title="Permalink to this definition">¶</a></dt>
  <dd><p>Command used to browse the Pure manual. This must be a browser capable of
@@ -33,12 +33,12 @@
  </dd></dl>
  
  <dl class="envvar">
-@@ -10761,7 +10761,7 @@
+@@ -10838,7 +10838,7 @@
  format; this includes the present manual, the <a class="reference internal" href="purelib.html"><em>Pure Library Manual</em></a>, as well as all
  manuals of the addon modules available from the Pure website.</p>
  <p>You need to have a html browser installed to make this work. By default, the
 -<tt class="docutils literal"><span class="pre">help</span></tt> command uses <strong class="program">w3m</strong>, but you can change this by setting
 +<tt class="docutils literal"><span class="pre">help</span></tt> command uses your OS X web browser, but you can change this by setting
- either the <span class="target" id="index-32"></span><a class="reference internal" href="#envvar-PURE_HELP"><tt class="xref std std-envvar docutils literal"><span class="pre">PURE_HELP</span></tt></a> or the <span class="target" id="index-33"></span><a class="reference internal" href="#envvar-BROWSER"><tt class="xref std std-envvar docutils literal"><span class="pre">BROWSER</span></tt></a> environment variable
+ either the <span class="target" id="index-35"></span><a class="reference internal" href="#envvar-PURE_HELP"><tt class="xref std std-envvar docutils literal"><span class="pre">PURE_HELP</span></tt></a> or the <span class="target" id="index-36"></span><a class="reference internal" href="#envvar-BROWSER"><tt class="xref std std-envvar docutils literal"><span class="pre">BROWSER</span></tt></a> environment variable
  accordingly.</p>
  <p>When invoked without arguments, the <tt class="docutils literal"><span class="pre">help</span></tt> command displays an overview of
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141023/55240abc/attachment.html>


More information about the macports-changes mailing list