svn commit: r379788 - in head/net-p2p: bitcoin bitcoin-daemon
Kubilay Kocak
koobs at FreeBSD.org
Tue Feb 24 11:54:06 UTC 2015
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>
More information about the svn-ports-head
mailing list