Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Mar 2017 11:55:21 +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: r436233 - head/devel/pure-stldict
Message-ID:  <201703151155.v2FBtL8k015779@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Mar 15 11:55:21 2017
New Revision: 436233
URL: https://svnweb.freebsd.org/changeset/ports/436233

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Fix WWW:
  
  Approved by:	portmgr blanket

Modified:
  head/devel/pure-stldict/Makefile
  head/devel/pure-stldict/pkg-descr

Modified: head/devel/pure-stldict/Makefile
==============================================================================
--- head/devel/pure-stldict/Makefile	Wed Mar 15 11:46:58 2017	(r436232)
+++ head/devel/pure-stldict/Makefile	Wed Mar 15 11:55:21 2017	(r436233)
@@ -10,8 +10,8 @@ DIST_SUBDIR=	pure
 MAINTAINER=	lichray@gmail.com
 COMMENT=	Pure interface to C++ STL map/unordered_map
 
-LICENSE=	GPLv3 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL3+
+LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
 
 USES=		pkgconfig pure
 

Modified: head/devel/pure-stldict/pkg-descr
==============================================================================
--- head/devel/pure-stldict/pkg-descr	Wed Mar 15 11:46:58 2017	(r436232)
+++ head/devel/pure-stldict/pkg-descr	Wed Mar 15 11:55:21 2017	(r436233)
@@ -3,4 +3,4 @@ dictionary containers map and unordered_
 these data structures available in Pure land and equips them with a
 (more or less) idiomatic Pure container interface.
 
-WWW: http://docs.pure-lang.googlecode.com/hg/pure-stldict.html
+WWW: https://puredocs.bitbucket.io/pure-stldict.html



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