Skip to content

Commit

Permalink
Update to 0.2.2
Browse files Browse the repository at this point in the history
Fix portlint errors in Makefile

Changes in 0.2.2:
* yaml/libyaml#95 -- build: do not install config.h
* yaml/libyaml#97 -- appveyor.yml: fix Release build
* yaml/libyaml#103 -- Remove unused code in yaml_document_delete
* yaml/libyaml#104 -- Allow colons in plain scalars inside flow collections
* yaml/libyaml#109 -- Fix comparison in tests/run-emitter.c
* yaml/libyaml#117 -- Fix typo error
* yaml/libyaml#119 -- The closing single quote needs to be indented...
* yaml/libyaml#121 -- fix token name typos in comments
* yaml/libyaml#122 -- Revert removing of open_ended after top level plain scalar
* yaml/libyaml#125 -- Cherry-picks from PR 27
* yaml/libyaml#135 -- Windows/C89 compatibility
* yaml/libyaml#136 -- allow override of Windows static lib name
  • Loading branch information
Josh Paetzel authored and Josh Paetzel committed Apr 11, 2019
1 parent 8e54a15 commit 43598fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions textproc/libyaml/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= libyaml
PORTVERSION= 0.2.1
PORTVERSION= 0.2.2
CATEGORIES= textproc
MASTER_SITES= http://pyyaml.org/download/libyaml/
DISTNAME= yaml-${PORTVERSION}
Expand All @@ -14,9 +14,11 @@ COMMENT= YAML 1.1 parser and emitter written in C
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= cpe libtool pathfix

GNU_CONFIGURE= yes

INSTALL_TARGET= install-strip
USES= cpe libtool pathfix
CPE_VENDOR= pyyaml
USE_LDCONFIG= yes

Expand Down
6 changes: 3 additions & 3 deletions textproc/libyaml/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1538967622
SHA256 (repacked/yaml-0.2.1.tar.gz) = 78281145641a080fb32d6e7a87b9c0664d611dcb4d542e90baf731f51cbb59cd
SIZE (repacked/yaml-0.2.1.tar.gz) = 599727
TIMESTAMP = 1554956021
SHA256 (repacked/yaml-0.2.2.tar.gz) = 4a9100ab61047fd9bd395bcef3ce5403365cafd55c1e0d0299cde14958e47be9
SIZE (repacked/yaml-0.2.2.tar.gz) = 609359
2 changes: 1 addition & 1 deletion textproc/libyaml/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include/yaml.h
lib/libyaml-0.so.2
lib/libyaml-0.so.2.0.5
lib/libyaml-0.so.2.0.6
lib/libyaml.a
lib/libyaml.so
libdata/pkgconfig/yaml-0.1.pc

0 comments on commit 43598fe

Please sign in to comment.