Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Aug 2018 09:37:59 +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: r476500 - head/textproc/libebml
Message-ID:  <201808060937.w769bx9Y053767@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Aug  6 09:37:59 2018
New Revision: 476500
URL: https://svnweb.freebsd.org/changeset/ports/476500

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Remove incorrect GNU_CONFIGURE (cmake is used)
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/libebml/Makefile
  head/textproc/libebml/pkg-descr

Modified: head/textproc/libebml/Makefile
==============================================================================
--- head/textproc/libebml/Makefile	Mon Aug  6 09:16:59 2018	(r476499)
+++ head/textproc/libebml/Makefile	Mon Aug  6 09:37:59 2018	(r476500)
@@ -9,11 +9,11 @@ CATEGORIES=	textproc
 MAINTAINER=	multimedia@FreeBSD.org
 COMMENT=	EBML (Extensible Binary Meta Language), sort of binary version of XML
 
-LICENSE=	LGPL21
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/LICENSE.LGPL
 
 USES=		cmake pathfix tar:bzip2
 USE_LDCONFIG=	yes
-GNU_CONFIGURE=	yes
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Matroska-Org

Modified: head/textproc/libebml/pkg-descr
==============================================================================
--- head/textproc/libebml/pkg-descr	Mon Aug  6 09:16:59 2018	(r476499)
+++ head/textproc/libebml/pkg-descr	Mon Aug  6 09:37:59 2018	(r476500)
@@ -3,4 +3,4 @@
 Library for EBML (Extensible Binary Meta Language), sort of a binary
 version of XML.
 
-WWW: http://www.matroska.org/
+WWW: https://www.matroska.org/



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