Bug 234757 - net/bwping: Update to version 1.10
Summary: net/bwping: Update to version 1.10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-08 17:08 UTC by Oleg Derevenetz
Modified: 2019-01-09 20:59 UTC (History)
0 users

See Also:


Attachments
BWPing 1.10 (2.23 KB, text/plain)
2019-01-08 17:08 UTC, Oleg Derevenetz
no flags Details
BWPing 1.10 diff with options helpers (1.20 KB, patch)
2019-01-09 20:17 UTC, Oleg Derevenetz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Derevenetz 2019-01-08 17:08:32 UTC
Created attachment 200920 [details]
BWPing 1.10

Update to version 1.10.
Comment 1 Tobias Kortkamp freebsd_committer freebsd_triage 2019-01-09 19:51:49 UTC
X.include <bsd.port.options.mk>
X
X.if ${PORT_OPTIONS:MIPV6}
XCONFIGURE_ENV+=	ac_cv_ipv6=yes
XPLIST_FILES+=	sbin/bwping6 man/man8/bwping6.8.gz
X.else
XCONFIGURE_ENV+=	ac_cv_ipv6=no
X.endif

Please convert this to options helpers.

https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-options.html#options-variables
Comment 2 Tobias Kortkamp freebsd_committer freebsd_triage 2019-01-09 19:55:37 UTC
Ah, wait.  This is not a new port.  My mistake.  I was confused by this being a 
shar and not a unified diff.

Conversion to options helpers would still be nice but is not required.
Comment 3 Oleg Derevenetz 2019-01-09 20:17:44 UTC
Created attachment 200967 [details]
BWPing 1.10 diff with options helpers

Hi Tobias,

Here is a unified diff with options helpers.

With best regards, Oleg.
Comment 4 Tobias Kortkamp freebsd_committer freebsd_triage 2019-01-09 20:58:54 UTC
Committed. Thanks!

Note that options helpers must be set before including bsd.port.options.mk
Comment 5 commit-hook freebsd_committer freebsd_triage 2019-01-09 20:59:07 UTC
A commit references this bug:

Author: tobik
Date: Wed Jan  9 20:58:20 UTC 2019
New revision: 489828
URL: https://svnweb.freebsd.org/changeset/ports/489828

Log:
  sysutils/bwping: Update to 1.10

  - Convert to options helpers

  PR:		234757
  Submitted by:	maintainer

Changes:
  head/net/bwping/Makefile
  head/net/bwping/distinfo