svn commit: r482897 - head/textproc/libyaml
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Oct 24 13:06:10 UTC 2018
Author: amdmi3
Date: Wed Oct 24 09:30:12 2018
New Revision: 482897
URL: https://svnweb.freebsd.org/changeset/ports/482897
Log:
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket
Modified:
head/textproc/libyaml/Makefile
head/textproc/libyaml/pkg-descr
Modified: head/textproc/libyaml/Makefile
==============================================================================
--- head/textproc/libyaml/Makefile Wed Oct 24 09:29:15 2018 (r482896)
+++ head/textproc/libyaml/Makefile Wed Oct 24 09:30:12 2018 (r482897)
@@ -12,6 +12,7 @@ MAINTAINER= jpaetzel at FreeBSD.org
COMMENT= YAML 1.1 parser and emitter written in C
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
Modified: head/textproc/libyaml/pkg-descr
==============================================================================
--- head/textproc/libyaml/pkg-descr Wed Oct 24 09:29:15 2018 (r482896)
+++ head/textproc/libyaml/pkg-descr Wed Oct 24 09:30:12 2018 (r482897)
@@ -20,4 +20,4 @@ applications and bindings. Although some of these proc
in the latter releases, they are not in the scope of the initial release of
LibYAML.
-WWW: http://pyyaml.org/wiki/LibYAML
+WWW: https://pyyaml.org/wiki/LibYAML
More information about the svn-ports-all
mailing list