Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Dec 2013 21:32:15 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336962 - in head/net-p2p: . dogecoin dogecoin/files
Message-ID:  <201312192132.rBJLWF6u017495@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Dec 19 21:32:15 2013
New Revision: 336962
URL: http://svnweb.freebsd.org/changeset/ports/336962

Log:
  Dogecoin is an open source peer-to-peer cryptocurrency, favored by Shiba Inus
  worldwide.
  
  WWW: http://dogecoin.com/

Added:
  head/net-p2p/dogecoin/
     - copied from r336847, head/net-p2p/bitcoin/
Deleted:
  head/net-p2p/dogecoin/files/patch-bitcoin-qt_pro-Add_boost-crypto
Modified:
  head/net-p2p/Makefile
  head/net-p2p/dogecoin/Makefile
  head/net-p2p/dogecoin/distinfo
  head/net-p2p/dogecoin/pkg-descr   (contents, props changed)

Modified: head/net-p2p/Makefile
==============================================================================
--- head/net-p2p/Makefile	Thu Dec 19 21:07:55 2013	(r336961)
+++ head/net-p2p/Makefile	Thu Dec 19 21:32:15 2013	(r336962)
@@ -20,6 +20,7 @@
     SUBDIR += ctorrent
     SUBDIR += dclib
     SUBDIR += deluge
+    SUBDIR += dogecoin
     SUBDIR += ed2k
     SUBDIR += edonkey-tool-hash
     SUBDIR += eiskaltdcpp-cli

Modified: head/net-p2p/dogecoin/Makefile
==============================================================================
--- head/net-p2p/bitcoin/Makefile	Wed Dec 18 16:30:41 2013	(r336847)
+++ head/net-p2p/dogecoin/Makefile	Thu Dec 19 21:32:15 2013	(r336962)
@@ -1,14 +1,14 @@
 # Created by: Shaun Amott <shaun@FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	bitcoin
-PORTVERSION=	0.8.6
+PORTNAME=	dogecoin
+PORTVERSION=	0.6.4.0
 CATEGORIES=	net-p2p finance
 MASTER_SITES=	${MASTER_SITE_LOCAL} \
 		http://people.freebsd.org/~swills/ \
 		GH
 
-MAINTAINER=	robbak@robbak.com
+MAINTAINER=	swills@FreeBSD.org
 COMMENT=	Virtual Peer-to-Peer Currency Client
 
 LIB_DEPENDS=	libboost_date_time.so:${PORTSDIR}/devel/boost-libs
@@ -21,12 +21,12 @@ UPNP_DESC=	Build with UPNP support
 QRCODES_DESC=	Build with QR code display
 
 USE_GITHUB=	yes
-GH_ACCOUNT=	bitcoin
-GH_PROJECT=	bitcoin
-GH_COMMIT=	15e2837
-GH_TAGNAME=	v${PORTVERSION}
+GH_ACCOUNT=	dogecoin
+GH_PROJECT=	dogecoin
+GH_COMMIT=	8e53cb8
+GH_TAGNAME=	${GH_COMMIT}
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_OPENSSL=	yes
 USE_BDB=	yes
 WANT_BDB_VER=	48
@@ -40,9 +40,9 @@ NO_STAGE=	yes
 
 .if ${PORT_OPTIONS:MGUI} && !defined(WITHOUT_X11)
 USE_QT4=	corelib gui qmake_build linguist uic moc rcc
-BINARY=		bitcoin-qt
+BINARY=		dogecoin-qt
 .else
-BINARY=		bitcoind
+BINARY=		dogecoind
 ALL_TARGET=	${BINARY} test
 MAKE_ARGS+=	-C ${WRKSRC}/src
 .endif
@@ -80,7 +80,7 @@ do-configure:
 	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
 		${QMAKE} ${QMAKE_ARGS} USE_UPNP=${QMAKE_USE_UPNP} USE_QRCODE=${QMAKE_USE_QRCODE} \
 		QMAKE_LRELEASE=${LRELEASE} INCLUDEPATH=${BDB_INCLUDE_DIR} \
-		QMAKE_LIBDIR+=${BDB_LIB_DIR} bitcoin-qt.pro
+		QMAKE_LIBDIR+=${BDB_LIB_DIR} dogecoin-qt.pro
 .endif
 
 do-install:

Modified: head/net-p2p/dogecoin/distinfo
==============================================================================
--- head/net-p2p/bitcoin/distinfo	Wed Dec 18 16:30:41 2013	(r336847)
+++ head/net-p2p/dogecoin/distinfo	Thu Dec 19 21:32:15 2013	(r336962)
@@ -1,2 +1,2 @@
-SHA256 (bitcoin-0.8.6.tar.gz) = 0703ce3fce77b63bce11388790176f5626b521b7403d72db1ed452c692fdc55d
-SIZE (bitcoin-0.8.6.tar.gz) = 3194755
+SHA256 (dogecoin-0.6.4.0.tar.gz) = 9ac497b36ddd7112536e7be59506f73762e4d3fa6753547880b1d59380ffa53c
+SIZE (dogecoin-0.6.4.0.tar.gz) = 13206973

Modified: head/net-p2p/dogecoin/pkg-descr
==============================================================================
--- head/net-p2p/bitcoin/pkg-descr	Wed Dec 18 16:30:41 2013	(r336847)
+++ head/net-p2p/dogecoin/pkg-descr	Thu Dec 19 21:32:15 2013	(r336962)
@@ -1,7 +1,5 @@
-Bitcoin is a free open source peer-to-peer electronic cash system that
-is completely decentralized, without the need for a central server or
-trusted parties. Users hold the crypto keys to their own money and
-transact directly with each other, with the help of a P2P network to
-check for double-spending.
+Dogecoin is an open source peer-to-peer cryptocurrency, favored by Shiba Inus
+worldwide.
 
-WWW: http://www.bitcoin.org/
+
+WWW: http://dogecoin.com/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312192132.rBJLWF6u017495>