Skip to content

Commit

Permalink
net/bredbandskollen: Update to 1.2
Browse files Browse the repository at this point in the history
- Switch to DISTVERSION
- Define LICENSE_FILE
- Drop USES=compiler
- Take maintainership

ChangeLog: dotse/bbk@7b810a6...BBK_CLI_1.2
  • Loading branch information
nunotexbsd committed Mar 2, 2024
1 parent 83d10eb commit 9b1072f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
15 changes: 10 additions & 5 deletions net/bredbandskollen/Makefile
@@ -1,20 +1,21 @@
PORTNAME= bredbandskollen
PORTVERSION= 0.20190705
PORTREVISION= 1
DISTVERSIONPREFIX= BBK_CLI_
DISTVERSION= 1.2
CATEGORIES= net

MAINTAINER= ports@FreeBSD.org
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Command line tool to check internet connection speed
WWW= https://github.com/dotse/bbk

LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/src/LICENSE

USES= compiler:c++11-lang gmake
TEST_DEPENDS= googletest>0:devel/googletest

USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= dotse
GH_PROJECT= bbk
GH_TAGNAME= 7b810a6

BUILD_WRKSRC= ${WRKSRC}/src/cli

Expand All @@ -34,4 +35,8 @@ do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/cli ${STAGEDIR}/${PREFIX}/bin/bbk_cli
${LN} -sf bbk_cli ${STAGEDIR}/${PREFIX}/bin/bredbandskollen

# testunit requires --std>=c++14, https://github.com/dotse/bbk/issues/14
do-test:
cd ${WRKSRC}/src/test && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} test

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions net/bredbandskollen/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1562346059
SHA256 (dotse-bbk-0.20190705-7b810a6_GH0.tar.gz) = 69e09fb17ce3f4efc586ad5529b2205b060d6183cb3334f57dabb16302ef82dd
SIZE (dotse-bbk-0.20190705-7b810a6_GH0.tar.gz) = 133836
TIMESTAMP = 1709322856
SHA256 (dotse-bbk-BBK_CLI_1.2_GH0.tar.gz) = dff38d1226844642891afcd869bfce2b9d0414c9507bacf156fb5849ab2ae8c5
SIZE (dotse-bbk-BBK_CLI_1.2_GH0.tar.gz) = 174352

0 comments on commit 9b1072f

Please sign in to comment.