[103201] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Mon Feb 18 03:41:01 PST 2013


Revision: 103201
          https://trac.macports.org/changeset/103201
Author:   ryandesign at macports.org
Date:     2013-02-18 03:41:01 -0800 (Mon, 18 Feb 2013)
Log Message:
-----------
pure: update to 0.57 and switch to llvm 3.2
pure-docs: update to 0.57
all pure ports: switch to bitbucket hosting

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/pure-1.0.tcl
    trunk/dports/lang/pure/Portfile
    trunk/dports/lang/pure/files/patch-openbrowser.diff
    trunk/dports/lang/pure-docs/Portfile

Modified: trunk/dports/_resources/port1.0/group/pure-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/pure-1.0.tcl	2013-02-18 11:32:49 UTC (rev 103200)
+++ trunk/dports/_resources/port1.0/group/pure-1.0.tcl	2013-02-18 11:41:01 UTC (rev 103201)
@@ -1,7 +1,7 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 #
-# Copyright (c) 2009 The MacPorts Project
+# Copyright (c) 2009-2013 The MacPorts Project
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -47,8 +47,8 @@
 
     name                        pure-${module}
     version                     ${version}
-    homepage                    http://code.google.com/p/pure-lang/wiki/Addons#${name}
-    master_sites                googlecode:pure-lang
+    homepage                    https://bitbucket.org/purelang/pure-lang/wiki/Addons#${name}
+    master_sites                http://cdn.bitbucket.org/purelang/pure-lang/downloads/
 
     depends_lib                 path:lib/libpure.dylib:pure
 
@@ -78,6 +78,6 @@
     }
 
     livecheck.type              regex
-    default livecheck.url       {http://code.google.com/p/pure-lang/downloads/list?q=${name}&sort=filename}
+    default livecheck.url       {https://bitbucket.org/purelang/pure-lang/downloads}
     default livecheck.regex     {${name}-(\[0-9.\]+)\\.tar}
 }

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile	2013-02-18 11:32:49 UTC (rev 103200)
+++ trunk/dports/lang/pure/Portfile	2013-02-18 11:41:01 UTC (rev 103201)
@@ -5,14 +5,14 @@
 
 name                    pure
 # Keep the versions of pure and pure-docs in sync.
-version                 0.56
+version                 0.57
 categories              lang
 platforms               darwin
 maintainers             ryandesign
 license                 LGPL-3 GPL-3 BSD
 use_parallel_build      yes
-homepage                http://pure-lang.googlecode.com/
-master_sites            ${homepage}files/
+homepage                http://purelang.bitbucket.org/
+master_sites            http://cdn.bitbucket.org/purelang/pure-lang/downloads/
 
 description             functional programming language based on term rewriting
 
@@ -29,12 +29,12 @@
                         are licensed under LGPL-3, the interpreter is GPL-3, \
                         and the examples are BSD-licensed.
 
-checksums               rmd160  edc712e5620dabae01ea73452e87445bc2413138 \
-                        sha256  12b63fd8a78d1179cc6d4af32ad19df7b48a3012e3143cc3adfe5c1a864c82d2
+checksums               rmd160  bdf9d1c4a0e789350795a35b08caf35c96f7c649 \
+                        sha256  31c16894f132046dbb8a5826cc8ebd62c76fe2741eca2fd1b6e8799eddca5fe8
 
 livecheck.type          none
 
-set llvm_version        3.1
+set llvm_version        3.2
 set llvm_prefix         ${prefix}/libexec/llvm-${llvm_version}
 configure.env           PATH=${llvm_prefix}/bin:$env(PATH)
 
@@ -86,7 +86,7 @@
     test.target                 check
     
     livecheck.type              regex
-    livecheck.url               http://code.google.com/p/pure-lang/downloads/list
+    livecheck.url               https://bitbucket.org/purelang/pure-lang/downloads
     livecheck.regex             ${name}-(\[0-9.\]+\[a-z\]*)\\.tar
 }
 
@@ -94,7 +94,7 @@
     categories-append           editors
     license                     GPL-3+
     supported_archs             noarch
-    homepage                    http://code.google.com/p/pure-lang/wiki/UsingPure#Pure_and_Emacs
+    homepage                    https://bitbucket.org/purelang/pure-lang/wiki/UsingPure#markdown-header-pure-and-emacs
     
     description                 Emacs mode for editing Pure files
     

Modified: trunk/dports/lang/pure/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure/files/patch-openbrowser.diff	2013-02-18 11:32:49 UTC (rev 103200)
+++ trunk/dports/lang/pure/files/patch-openbrowser.diff	2013-02-18 11:41:01 UTC (rev 103201)
@@ -1,5 +1,5 @@
---- README.orig	2011-01-16 04:44:46.000000000 -0600
-+++ README	2011-04-15 07:46:44.000000000 -0500
+--- README.orig	2013-02-14 08:03:12.000000000 -0600
++++ README	2013-02-18 04:43:14.000000000 -0600
 @@ -164,8 +164,9 @@
  addon modules and libraries. You can invoke the manpage with 'man pure' after
  installation, and the online manual by using the 'help' command inside the
@@ -10,7 +10,7 @@
 +details. Or just point your browser at the following URL to read the manual
 +on the web:
  
- http://docs.pure-lang.googlecode.com/hg/index.html
+ http://purelang.bitbucket.org/docs/
  
 --- lexer.cc.orig	2012-11-10 12:48:43.000000000 -0600
 +++ lexer.cc	2012-11-23 23:26:40.000000000 -0600

Modified: trunk/dports/lang/pure-docs/Portfile
===================================================================
--- trunk/dports/lang/pure-docs/Portfile	2013-02-18 11:32:49 UTC (rev 103200)
+++ trunk/dports/lang/pure-docs/Portfile	2013-02-18 11:41:01 UTC (rev 103201)
@@ -5,20 +5,20 @@
 PortGroup                       pure 1.0
 
 # Keep the versions of pure and pure-docs in sync.
-pure.setup                      docs 0.56
+pure.setup                      docs 0.57
 categories                      lang
 platforms                       darwin
 maintainers                     ryandesign
 supported_archs                 noarch
 license                         GPL-3
-homepage                        http://docs.pure-lang.googlecode.com/hg/index.html
+homepage                        http://purelang.bitbucket.org/docs/
 
 description                     documentation for the Pure programming language
 
-long_description                ${name} is the set of ${description}.
+long_description                ${name} is an offline copy of the ${description}.
 
-checksums                       rmd160  71679bb66607ab33841b785640a0f4ae29e92b22 \
-                                sha256  a4bc44673513157b543347ad8eeeefdef5e52e9bb412d55e9783a2bbf429e54a
+checksums                       rmd160  850d56d944e6e502c1ec12f9e9c69ddee4308a02 \
+                                sha256  d40705a2d24bea1e0e139bb65bafc5d91da43c07d529b909c49d90bd7565eafa
 
 platform macosx {
     patchfiles                  patch-openbrowser.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130218/a8be31cc/attachment-0001.html>


More information about the macports-changes mailing list