Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2018 09:30:13 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482897 - head/textproc/libyaml
Message-ID:  <201810240930.w9O9UDGJ046975@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810240930.w9O9UDGJ046975>