Bug 257743

Summary: devel/ros-vcstool: update to 0.3.0
Product: Ports & Packages Reporter: Trenton Schulz <trueos>
Component: Individual Port(s)Assignee: Guangyuan Yang <ygy>
Status: Closed FIXED    
Severity: Affects Only Me CC: pi, ygy
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for version 0.3.0 trueos: maintainer-approval+

Description Trenton Schulz 2021-08-10 15:46:36 UTC
Created attachment 227086 [details]
Patch for version 0.3.0

Update vcstool for ROS to 0.3.0.

There is no real changelist, but it seems to be mostly changes to the options passed to VCS commands (git, mercurial) and remove Python 2 and Python 3.4 support. Plus updated ROS repository keys (for Debian/Ubuntu).

https://github.com/dirk-thomas/vcstool/commits/0.3.0
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-08-10 20:48:09 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=77dd57049164c626598e09001838fb04e01967c8

commit 77dd57049164c626598e09001838fb04e01967c8
Author:     Trenton Schulz <trueos@norwegianrockcat.com>
AuthorDate: 2021-08-10 20:46:49 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-08-10 20:46:49 +0000

    devel/ros-vcstool: Update to 0.3.0

    Changelog:      https://github.com/dirk-thomas/vcstool/commits/0.3.0

    PR:             257743

 devel/ros-vcstool/Makefile | 6 +++---
 devel/ros-vcstool/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
Comment 2 Guangyuan Yang freebsd_committer freebsd_triage 2021-08-10 20:49:03 UTC
Committed with some style improvements. Thanks!