[125647] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Tue Sep 23 08:17:50 PDT 2014


Revision: 125647
          https://trac.macports.org/changeset/125647
Author:   ryandesign at macports.org
Date:     2014-09-23 08:17:49 -0700 (Tue, 23 Sep 2014)
Log Message:
-----------
pure, pure-docs: update to 0.61 (#44940)

Modified Paths:
--------------
    trunk/dports/lang/pure/Portfile
    trunk/dports/lang/pure-docs/Portfile

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile	2014-09-23 15:15:03 UTC (rev 125646)
+++ trunk/dports/lang/pure/Portfile	2014-09-23 15:17:49 UTC (rev 125647)
@@ -2,17 +2,17 @@
 # $Id$
 
 PortSystem              1.0
+PortGroup               bitbucket 1.0
 
-name                    pure
 # Keep the versions of pure and pure-docs in sync.
-version                 0.60
+bitbucket.setup         purelang pure-lang 0.61 pure-
+name                    pure
 categories              lang
 platforms               darwin
 maintainers             ryandesign
 license                 LGPL-3 GPL-3 BSD
 use_parallel_build      yes
 homepage                http://purelang.bitbucket.org/
-master_sites            http://cdn.bitbucket.org/purelang/pure-lang/downloads/
 
 description             functional programming language based on term rewriting
 
@@ -29,10 +29,11 @@
                         are licensed under LGPL-3, the interpreter is GPL-3, \
                         and the examples are BSD-licensed.
 
-checksums               rmd160  8301afb710ed49dc0031de7a6395bd1a30a87a0b \
-                        sha256  8e55d8355751678e3a7daf64bf78c4ebe0af5f6d513210fd4c3ff29aeae2fbaa
+bitbucket.tarball_from  downloads
+distname                ${name}-${version}
 
-livecheck.type          none
+checksums               rmd160  6a0d4d7858b70e9c7dd354cd14c3b7e1a9978b7d \
+                        sha256  60d63259fe056f346d075d7b8ea622512ec2392b5319bca8e707ccdeb78eb997
 
 set llvm_version        3.4
 set llvm_prefix         ${prefix}/libexec/llvm-${llvm_version}
@@ -82,10 +83,8 @@
     
     test.run                    yes
     test.target                 check
-    
-    livecheck.type              regex
-    livecheck.url               https://bitbucket.org/purelang/pure-lang/downloads
-    livecheck.regex             ${name}-(\[0-9.\]+\[a-z\]*)\\.tar
+} else {
+    livecheck.type              none
 }
 
 subport pure-mode.el {

Modified: trunk/dports/lang/pure-docs/Portfile
===================================================================
--- trunk/dports/lang/pure-docs/Portfile	2014-09-23 15:15:03 UTC (rev 125646)
+++ trunk/dports/lang/pure-docs/Portfile	2014-09-23 15:17:49 UTC (rev 125647)
@@ -5,7 +5,7 @@
 PortGroup                       pure 1.0
 
 # Keep the versions of pure and pure-docs in sync.
-pure.setup                      docs 0.60
+pure.setup                      docs 0.61
 categories                      lang
 platforms                       darwin
 maintainers                     ryandesign
@@ -17,8 +17,8 @@
 
 long_description                ${name} is an offline copy of the ${description}.
 
-checksums                       rmd160  9282fb66a6ad6f3d3a0873287b7921a66b7d1253 \
-                                sha256  74e7325c0921a3693a5a285a4b77ecaffb57d3f65364787fc183fd1755e7b1e8
+checksums                       rmd160  52a23aecacbc19bec36996da3693b02f63ef34cc \
+                                sha256  971f746743a061215da5e7545073b07086aea9f1fa24ed194ec82667fa53e3c8
 
 platform macosx {
     patchfiles                  patch-openbrowser.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140923/92df26f9/attachment.html>


More information about the macports-changes mailing list