[127996] trunk/dports/finance/bitcoind/Portfile

easieste at macports.org easieste at macports.org
Mon Nov 10 08:57:30 PST 2014


Revision: 127996
          https://trac.macports.org/changeset/127996
Author:   easieste at macports.org
Date:     2014-11-10 08:57:30 -0800 (Mon, 10 Nov 2014)
Log Message:
-----------
bitcoind: bump version to ensure obsoletion process works correctly

Modified Paths:
--------------
    trunk/dports/finance/bitcoind/Portfile

Modified: trunk/dports/finance/bitcoind/Portfile
===================================================================
--- trunk/dports/finance/bitcoind/Portfile	2014-11-10 16:48:36 UTC (rev 127995)
+++ trunk/dports/finance/bitcoind/Portfile	2014-11-10 16:57:30 UTC (rev 127996)
@@ -7,11 +7,8 @@
 replaced_by         bitcoin
 PortGroup           obsolete 1.0
 
-set commitish       08b93f9a65ce70e650244f94725fcd042d97f0ee
 name                bitcoind
-version             0.8.6.${commitish}
-checksums           rmd160  07d77e45837b45c84bacae713b680f8027a93af2 \
-                    sha256  b5e299a922a501e0c21b9037a7793a3cc27c5d09192aa9029552ccbbebc47418
+version             0.9.3
 
 categories          finance crypto
 epoch               2014110900
@@ -26,54 +23,4 @@
                     operating through the nodes of the network. 
 homepage            http://www.bitcoin.org/
 
-use_autoreconf      yes
 
-depends_lib         port:boost \
-                    port:openssl \
-                    port:db48 \
-                    port:miniupnpc
-
-depends_build-append \
-                    port:pkgconfig
-
-configure.args      --without-qt
-
-build.args          V=1
-
-test.run            yes
-test.target         check
-test.args           V=1
-
-destroot {
-    xinstall -d ${destroot}${prefix}/sbin
-    xinstall -m 755 -W ${worksrcpath} src/bitcoind ${destroot}${prefix}/sbin
-
-    set docdir ${destroot}${prefix}/share/doc/${name}
-    xinstall -d ${docdir}
-    eval xinstall -m 444 -W ${worksrcpath} [glob ${worksrcpath}/doc/*] ${docdir}
-}
-
-variant qt description {Build and install both the daemon and the graphical Satoshi QT client. } {
-    error "see ../bitcoin for last working version."
-    build.cmd "cd src && make -f makefile.osx"
-    depends_lib-delete port:qt4-mac
-}
-
-notes "
-
-1.  Sanity in scripting:
-
-    cmd$ ln -s \"~/Library/Application Support/Bitcoin\" ~/.bitcoin
-
-2.  View progress with:
-
-    cmd$ tail -F ~/.bitcoin/debug.log
-
-3.  Edit ~/.bitcoin/bitcoin.conf with RPC credentials 
-
-4.  Start in background via:
-    
-    cmd$ ${prefix}/sbin/bitcoind -daemon
-
-
-"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141110/f8ce7c40/attachment.html>


More information about the macports-changes mailing list