svn commit: r532485 - head/textproc/libyaml
Josh Paetzel
jpaetzel at FreeBSD.org
Wed Apr 22 15:45:54 UTC 2020
Author: jpaetzel
Date: Wed Apr 22 15:45:53 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 at pyret.net
Modified:
head/textproc/libyaml/Makefile
head/textproc/libyaml/distinfo
head/textproc/libyaml/pkg-plist
Modified: head/textproc/libyaml/Makefile
==============================================================================
--- head/textproc/libyaml/Makefile Wed Apr 22 15:33:51 2020 (r532484)
+++ head/textproc/libyaml/Makefile Wed Apr 22 15:45:53 2020 (r532485)
@@ -2,17 +2,16 @@
# $FreeBSD$
PORTNAME= libyaml
-PORTVERSION= 0.2.2
+PORTVERSION= 0.2.4
CATEGORIES= textproc
-MASTER_SITES= http://pyyaml.org/download/libyaml/
+MASTER_SITES= https://pyyaml.org/download/libyaml/
DISTNAME= yaml-${PORTVERSION}
-DIST_SUBDIR= repacked
MAINTAINER= jpaetzel at FreeBSD.org
COMMENT= YAML 1.1 parser and emitter written in C
LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE_FILE= ${WRKSRC}/License
USES= cpe libtool pathfix
@@ -21,5 +20,6 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CPE_VENDOR= pyyaml
USE_LDCONFIG= yes
+TEST_TARGET= check
.include <bsd.port.mk>
Modified: head/textproc/libyaml/distinfo
==============================================================================
--- head/textproc/libyaml/distinfo Wed Apr 22 15:33:51 2020 (r532484)
+++ head/textproc/libyaml/distinfo Wed Apr 22 15:45:53 2020 (r532485)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554956021
-SHA256 (repacked/yaml-0.2.2.tar.gz) = 4a9100ab61047fd9bd395bcef3ce5403365cafd55c1e0d0299cde14958e47be9
-SIZE (repacked/yaml-0.2.2.tar.gz) = 609359
+TIMESTAMP = 1587538937
+SHA256 (yaml-0.2.4.tar.gz) = d80aeda8747b7c26fbbfd87ab687786e58394a8435ae3970e79cb97882e30557
+SIZE (yaml-0.2.4.tar.gz) = 608448
Modified: head/textproc/libyaml/pkg-plist
==============================================================================
--- head/textproc/libyaml/pkg-plist Wed Apr 22 15:33:51 2020 (r532484)
+++ head/textproc/libyaml/pkg-plist Wed Apr 22 15:45:53 2020 (r532485)
@@ -1,6 +1,6 @@
include/yaml.h
lib/libyaml-0.so.2
-lib/libyaml-0.so.2.0.6
+lib/libyaml-0.so.2.0.8
lib/libyaml.a
lib/libyaml.so
libdata/pkgconfig/yaml-0.1.pc
More information about the svn-ports-all
mailing list