svn commit: r510415 - head/sysutils/frand
Tobias Kortkamp
tobik at FreeBSD.org
Sat Aug 31 20:07:46 UTC 2019
Author: tobik
Date: Sat Aug 31 20:07:45 2019
New Revision: 510415
URL: https://svnweb.freebsd.org/changeset/ports/510415
Log:
sysutils/frand: Canonicalize USE_GITHUB usage
Make use of GH_TUPLE, avoid implementation details, and turn this
into a form that everybody understands.
Modified:
head/sysutils/frand/Makefile
Modified: head/sysutils/frand/Makefile
==============================================================================
--- head/sysutils/frand/Makefile Sat Aug 31 20:07:10 2019 (r510414)
+++ head/sysutils/frand/Makefile Sat Aug 31 20:07:45 2019 (r510415)
@@ -18,9 +18,6 @@ USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= serpent7776
-GH_PROJECT= frand StreamSampler:StreamSampler
-GH_TAGNAME= 919a0f1ba6bb3ae63b4708722e9a7d49164ca92d:StreamSampler
-GH_ACCOUNT_StreamSampler= LiorKogan
-GH_SUBDIR_StreamSampler= lib/StreamSampler
+GH_TUPLE= LiorKogan:StreamSampler:919a0f1ba6bb3ae63b4708722e9a7d49164ca92d:StreamSampler/lib/StreamSampler
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list