Bug 244012

Summary: lang/ponyc: update to 0.33.2
Product: Ports & Packages Reporter: Val Packett <val>
Component: Individual Port(s)Assignee: Hiroki Tagato <tagattie>
Status: Closed FIXED    
Severity: Affects Only Me CC: tagattie
Priority: --- Keywords: buildisok
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
pony0332.patch none

Description Val Packett 2020-02-09 23:15:42 UTC
Created attachment 211525 [details]
pony0332.patch

minor update
Comment 1 Automation User 2020-02-10 08:13:59 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/116345360
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-04-27 10:24:08 UTC
A commit references this bug:

Author: tagattie
Date: Mon Apr 27 10:23:50 UTC 2020
New revision: 533119
URL: https://svnweb.freebsd.org/changeset/ports/533119

Log:
  Update to 0.33.2

  PR:		244012
  Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
  Approved by:	ehaupt (mentor)
  Changelog:	https://github.com/ponylang/ponyc/releases/tag/0.33.1
  		https://github.com/ponylang/ponyc/releases/tag/0.33.2

Changes:
  head/lang/ponyc/Makefile
  head/lang/ponyc/distinfo
Comment 3 Hiroki Tagato freebsd_committer freebsd_triage 2020-04-27 10:26:05 UTC
Committed, thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-08-13 09:42:51 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=46ce1c4791435ffd562202ff5dc10ca4b04b612c

commit 46ce1c4791435ffd562202ff5dc10ca4b04b612c
Author:     Ian Wagner <ianthetechie@gmail.com>
AuthorDate: 2023-02-17 08:51:41 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-08-13 09:32:56 +0000

    astro/osmium-tool: Command line tool for working with OpenStreetMap data using libosmium

    Osmium Tool is a multipurpose command line tool for working with OpenStreetMap
    data based on the Osmium library.

    With the Osmium Tool you can:

    * Get information about an OSM file
    * Show the differences between OSM files
    * Convert OSM files from one format into another (supports XML, PBF, and more)
    * Merge and apply change files to an OSM file (with or without history)
    * Create OSM change files from OSM data files
    * Extract data from OSM history files for a given point in time or a time range
    * Sort OSM files
    * Create geographical extracts from OSM files
    * Filter OSM files by tags
    * Filter changesets by many different criteria
    * And much more...

    WWW: https://osmcode.org/osmium-tool/

    PR:             244012

 astro/Makefile                    |  1 +
 astro/osmium-tool/Makefile (new)  | 39 +++++++++++++++++++++++++++++++++++++++
 astro/osmium-tool/distinfo (new)  |  3 +++
 astro/osmium-tool/pkg-descr (new) | 16 ++++++++++++++++
 astro/osmium-tool/pkg-plist (new) | 28 ++++++++++++++++++++++++++++
 5 files changed, 87 insertions(+)