| Port details | 
	
	
			
-  dogecoin P2P crypto currency client favored by shiba inus worldwide
 
 
-  1.10.0_8 net-p2p 
 
  =1           1.10.0_8Version of this port present on the latest quarterly branch.   BROKEN: fails to build with boost 1.66, see bug 224131
   DEPRECATED: Broken for more than 5 months
   This port expired on: 2018-08-20
   IGNORE: is marked as broken: fails to build with boost 1.66, see bug 224131
 - There is no maintainer for this port.
 - Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org 
  - Port Added: 2013-12-19 21:32:26
 
- Last Update: 2018-08-21 18:46:35
 
- SVN Revision: 477752
 
- People watching this port, also watch:: litecoin, bitcoin
 - Also Listed In: finance
 
- License: MIT
 
- WWW: 
 - http://dogecoin.com/
 - Description:
 - Dogecoin is an open source peer-to-peer cryptocurrency, favored by Shiba Inus
worldwide.
WWW: http://dogecoin.com/
      cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦   
- Manual pages:
 
- FreshPorts has no man page information for this port.
 
- pkg-plist: as obtained via: 
make generate-plist - Dependency lines:
 - 
- dogecoin>0:net-p2p/dogecoin
 
  - No installation instructions:
 - This port has been deleted.
 - PKGNAME: dogecoin
 - Flavors: there is no flavor information for this port.
 - NOT_FOR_ARCHS: powerpc powerpc64 sparc64
 - distinfo:
 - TIMESTAMP = 1507273829
SHA256 (dogecoin-dogecoin-v1.10.0_GH0.tar.gz) = e392f4142819fdab313ba921af53fdbd2cf6ee8965d237d0cb5cda8a52c97084
SIZE (dogecoin-dogecoin-v1.10.0_GH0.tar.gz) = 6537709
  
 No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: 
   
- Dependencies
 - NOTE: FreshPorts displays only information on required and default dependencies.  Optional dependencies are not covered.
 - Build dependencies:
 - 
- autoconf>=2.69 : devel/autoconf
 - automake>=1.16.1 : devel/automake
 - libtoolize : devel/libtool
 - gmake : devel/gmake
 - pkgconf>=1.3.0_1 : devel/pkgconf
 - update-desktop-database : devel/desktop-file-utils
 - gcc7 : lang/gcc7
 - as : devel/binutils
 - moc : devel/qt5-buildtools
 - linguist : devel/qt5-linguist
 
  
- Runtime dependencies:
 - 
- update-desktop-database : devel/desktop-file-utils
 - gcc7 : lang/gcc7
 - moc : devel/qt5-buildtools
 
  
- Library dependencies:
 - 
- libboost_system.so : devel/boost-libs
 - libprotobuf.so : devel/protobuf
 - libqrencode.so : graphics/libqrencode
 - libminiupnpc.so : net/miniupnpc
 - libdb-5.3.so : databases/db5
 - libQt5Core.so : devel/qt5-core
 - libQt5DBus.so : devel/qt5-dbus
 - libQt5Gui.so : x11-toolkits/qt5-gui
 - libQt5Network.so : net/qt5-network
 - libQt5PrintSupport.so : print/qt5-printsupport
 - libQt5Test.so : devel/qt5-testlib
 - libQt5Widgets.so : x11-toolkits/qt5-widgets
 
  
- There are no ports dependent upon this port
  
Configuration Options: 
- ===> The following configuration options are available for dogecoin-1.10.0_8:
     GUI=on: Build as a QT5 GUI
     QRCODES=on: Build with QR code display
     UPNP=on: Build with UPNP support
     UTILS=on: Build with additional cli utils
===> Use 'make config' to modify these settings
 - Options name:
 
- N/A
 - USES:
 
- autoreconf bdb compiler:gcc-c++11-lib gmake libtool  localbase:ldconfig pkgconfig ssl desktop-file-utils qt:5
 
- FreshPorts was unable to extract/find any pkg message
  - Master Sites:
 
 
 | 
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) | 
| Commit | Credits | Log message | 
1.10.0_8 21 Aug 2018 18:46:35
      | 
    rene   | 
    Remove expired port:
2018-08-20 net-p2p/dogecoin: Broken for more than 5 months  | 
1.10.0_8 09 Aug 2018 06:58:31
      | 
    jbeich   | 
    devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165  | 
1.10.0_7 29 Jul 2018 22:18:46
      | 
    gerald   | 
    Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR:		222542  | 
1.10.0_6 17 Jul 2018 08:56:32
      | 
    antoine   | 
    Deprecate ports broken for more than 5 months  | 
1.10.0_6 11 Jul 2018 18:39:49
      | 
    ehaupt   | 
    Release maintainership  | 
1.10.0_6 28 Jun 2018 17:39:55
      | 
    tcberner   | 
    Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar
PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540  | 
1.10.0_6 24 Jun 2018 21:11:15
      | 
    sunpoet   | 
    Revert r473259 and r473260 which are committed by accident
- Bump PORTEPOCH for protobuf and py-protobuf
- Bump PORTREVISION for dependent ports  | 
1.10.0_5 24 Jun 2018 20:19:46
      | 
    sunpoet   | 
    Update to 3.6.0
Changes:	https://github.com/google/protobuf/releases  | 
1.10.0_4 18 Apr 2018 13:57:43
      | 
    jbeich   | 
    devel/boost-*: update to 1.67.0
Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030  | 
1.10.0_3 10 Mar 2018 17:46:06
      | 
    gerald   | 
    Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).  | 
1.10.0_2 18 Jan 2018 04:11:03
      | 
    jbeich   | 
    devel/boost-*: update to 1.66.0
Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279  | 
1.10.0_1 11 Dec 2017 18:26:14
      | 
    sunpoet   | 
    Update devel/protobuf to 3.5.0
- Bump PORTREVISION for shlib change
Changes:	https://github.com/google/protobuf/releases  | 
1.10.0 09 Oct 2017 11:18:16
      | 
    ehaupt   | 
    Fix build on 10.3. Explicitly pass -std=c++11 to the compiler because Qt 5.7+
requires C++11 support, and FreeBSD 10.3 does not default to C++11 mode.
Notified by:	pkg-fallout  | 
1.10.0 07 Oct 2017 02:39:06
      | 
    ehaupt   | 
    - Update to 1.10.0
- Use a more descriptive comment inspired by a repology.org comparison
- Take maintainership
- Remove extra newline from pkg-descr
- Make better use of options helper
- Update GUI option to use qt5 framework instead of qt4
- Provide an option to build with additional cli utils
Approved by:	swills (maintainer)  | 
1.8.2_9 25 Sep 2017 00:08:17
      | 
    jbeich   | 
    devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582  | 
1.8.2_8 23 Sep 2017 02:59:07
      | 
    vanilla   | 
    1: upgrade to 4.0.0.
2: chrase shared library version.  | 
1.8.2_7 10 Sep 2017 20:55:39
      | 
    gerald   | 
    Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR:		219275  | 
1.8.2_6 22 May 2017 16:04:19
      | 
    linimon   | 
    Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by:	portmgr (tier-2 blanket)
Reported by:	swills  | 
1.8.2_6 02 May 2017 06:48:11
      | 
    jbeich   | 
    devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472  | 
1.8.2_5 01 Apr 2017 15:23:32
      | 
    gerald   | 
    Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR:		216707  | 
1.8.2_4 06 Jan 2017 08:45:04
      | 
    jbeich   | 
    devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1  | 
1.8.2_3 25 Dec 2016 23:11:36
      | 
    dinoex   | 
    - update miniupnpc to 2.0.20161216
- bump API change  | 
1.8.2_2 14 Dec 2016 17:58:20
      | 
    sunpoet   | 
    - Update devel/protobuf to 3.1.0
- Bump PORTREVISION for shlib change
Changes:	https://github.com/google/protobuf/releases  | 
1.8.2_1 23 Nov 2016 12:45:47
      | 
    jbeich   | 
    devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)  | 
1.8.2 08 Aug 2016 13:46:50
      | 
    mat   | 
    USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx  -> USES=bdb:xx.
Other modernisations when I see them.
PR:		209183
Sponsored by:	Absolight  | 
1.8.2 25 Apr 2016 16:17:19
      | 
    mat   | 
    Move USE_BDB support from bsd.databases.mk to its own file.
Also:
- Deorbit WANT_BDB_VER, one can use USES=bdb:<ver> instead.
- USE_BDB can't happen after bsd.port.pre.mk because it is a USES.
PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951  | 
1.8.2 01 Apr 2016 14:16:20
      | 
    mat   | 
    Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight | 
1.8.2 10 Aug 2015 01:51:59
      | 
    swills   | 
    net-p2p/dogecoin: update to 1.8.2  | 
1.8.0 07 May 2015 17:26:06
      | 
    mat   | 
    Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat:	portmgr
Sponsored by:	Absolight  | 
1.8.0 18 Oct 2014 03:37:35
      | 
    swills   | 
    net-p2p/dogecoin: update to 1.8.0  | 
1.5.0_4 10 Sep 2014 20:50:37
      | 
    gerald   | 
    Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)  | 
1.5.0_3 21 Aug 2014 22:50:30
      | 
    mandree   | 
    Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)  | 
1.5.0_2 12 Feb 2014 18:41:27
      | 
    swills   | 
    - Fix build after boost update
- Improve USE_QT4 dependencies  | 
1.5.0_1 09 Feb 2014 23:50:02
      | 
    marino   | 
    net-p2p/dogecoin: Fix DragonFly (broken by OSVERSION)
Limit OSVERSION-based modifications to FreeBSD.  | 
1.5.0_1 07 Feb 2014 11:44:09
      | 
    bapt   | 
    Chase boost and icu bump
While here convert some LIB_DEPENDS  | 
1.5.0 01 Feb 2014 22:26:43
      | 
    swills   | 
    - Update to 1.5.0  | 
1.4_2 18 Jan 2014 21:02:02
      | 
    swills   | 
    - Add patch to prevent 100% CPU at idle
- Bump PORTREVISION due to package change  | 
1.4_1 17 Jan 2014 04:30:47
      | 
    swills   | 
    - Support stage dir
- Install icon  | 
1.4 16 Jan 2014 02:41:09
      | 
    swills   | 
    - Update to 1.4  | 
1.3 01 Jan 2014 16:32:00
      | 
    swills   | 
    - Update to 1.3 [1]
- Fix build on 8.x
- Switch to C++11 compiler
PR:		ports/185247 [1]
Submitted by:	David Bern <odiegit@gmail.com> [1]  | 
0.6.4.0 19 Dec 2013 21:32:15
      | 
    swills   | 
    Dogecoin is an open source peer-to-peer cryptocurrency, favored by Shiba Inus
worldwide.
WWW: http://dogecoin.com/  |