Date: Tue, 24 Feb 2015 11:54:05 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379788 - in head/net-p2p: bitcoin bitcoin-daemon Message-ID: <201502241154.t1OBs5ER069348@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Tue Feb 24 11:54:04 2015 New Revision: 379788 URL: https://svnweb.freebsd.org/changeset/ports/379788 QAT: https://qat.redports.org/buildarchive/r379788/ Log: net-p2p/bitcoin: Centralise regression-test target Move the regression-test targetr from bitcoin-daemon to bitcoin port proper. Approved by: maintainer (via IRC) > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Empty fields above will be automatically removed. M net-p2p/bitcoin/Makefile M net-p2p/bitcoin-daemon/Makefile Modified: head/net-p2p/bitcoin-daemon/Makefile head/net-p2p/bitcoin/Makefile Modified: head/net-p2p/bitcoin-daemon/Makefile ============================================================================== --- head/net-p2p/bitcoin-daemon/Makefile Tue Feb 24 11:42:53 2015 (r379787) +++ head/net-p2p/bitcoin-daemon/Makefile Tue Feb 24 11:54:04 2015 (r379788) @@ -19,7 +19,4 @@ CONFIGURE_ARGS= --with-daemon \ PLIST_FILES= bin/bitcoind -regression-test: build - @cd ${WRKSRC} && ${GMAKE} check - .include "${MASTERDIR}/Makefile" Modified: head/net-p2p/bitcoin/Makefile ============================================================================== --- head/net-p2p/bitcoin/Makefile Tue Feb 24 11:42:53 2015 (r379787) +++ head/net-p2p/bitcoin/Makefile Tue Feb 24 11:54:04 2015 (r379788) @@ -97,4 +97,7 @@ post-install: .endif +regression-test: build + @cd ${WRKSRC} && ${GMAKE} check + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502241154.t1OBs5ER069348>