Skip to content

Commit

Permalink
net/tcping: Update to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaupt committed Apr 3, 2023
1 parent 29999eb commit 126af20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions net/tcping/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= tcping
PORTVERSION= 1.3.6
PORTVERSION= 2.1.0
CATEGORIES= net

MAINTAINER= [email protected]
Expand All @@ -13,15 +13,15 @@ USE_GITHUB= yes

GH_ACCOUNT= mkirchner

OPTIONS_DEFINE= DOCS

CFLAGS+= -DHAVE_HSTRERROR

PLIST_FILES= bin/tcping
PORTDOCS= README

OPTIONS_DEFINE= DOCS

do-build:
${CC} ${CFLAGS} -o ${WRKSRC}/tcping ${WRKSRC}/tcping.c
${CC} ${CFLAGS} -o ${WRKSRC}/tcping ${WRKSRC}/tcping.c ${WRKSRC}/cli.c

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcping ${STAGEDIR}${PREFIX}/bin
Expand Down
6 changes: 3 additions & 3 deletions net/tcping/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1571931709
SHA256 (mkirchner-tcping-1.3.6_GH0.tar.gz) = a731f0e48ff931d7b2a0e896e4db40867043740fe901dd225780f2164fdbdcf3
SIZE (mkirchner-tcping-1.3.6_GH0.tar.gz) = 3329
TIMESTAMP = 1680512723
SHA256 (mkirchner-tcping-2.1.0_GH0.tar.gz) = b8aa427420fe00173b5a2c0013d78e52b010350f5438bf5903c1942cba7c39c9
SIZE (mkirchner-tcping-2.1.0_GH0.tar.gz) = 6532

0 comments on commit 126af20

Please sign in to comment.