Bug 245813 - textproc/libyaml: Update to 0.2.4 and enable "make test"
Summary: textproc/libyaml: Update to 0.2.4 and enable "make test"
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: Josh Paetzel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-22 07:18 UTC by Daniel Engberg
Modified: 2020-04-22 15:47 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (jpaetzel)


Attachments
Patch for libyaml (1.61 KB, patch)
2020-04-22 07:18 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2020-04-22 07:18:22 UTC
Created attachment 213668 [details]
Patch for libyaml

Update libyaml to to 0.2.4
Enable "make test"

Tested on FreeBSD 13.0-CURRENT #0 r358620 (AMD64) - make test
Poudriere OK on 12.1-RELEASE
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-04-22 15:46:55 UTC
A commit references this bug:

Author: jpaetzel
Date: Wed Apr 22 15:45:54 UTC 2020
New revision: 532485
URL: https://svnweb.freebsd.org/changeset/ports/532485

Log:
  Update to 0.2.4

  libyaml release changes:

    - https://github.com/yaml/libyaml/pull/143
      Add packaging/docker-dist to Makefile.am

    - https://github.com/yaml/libyaml/pull/174
      Fix logic for document end before directive

  FreeBSD port improvement:

    - Enable make test target

    - Use correct license file

    - Switch download mirror to HTTPS

  PR:	245813
  Submitted by:	daniel.engberg.lists@pyret.net

Changes:
  head/textproc/libyaml/Makefile
  head/textproc/libyaml/distinfo
  head/textproc/libyaml/pkg-plist
Comment 2 Josh Paetzel freebsd_committer freebsd_triage 2020-04-22 15:47:25 UTC
Committed, thanks!