svn commit: r436209 - head/devel/pure-stllib

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Mar 15 11:30:44 UTC 2017


Author: amdmi3
Date: Wed Mar 15 11:30:43 2017
New Revision: 436209
URL: https://svnweb.freebsd.org/changeset/ports/436209

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

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

Modified: head/devel/pure-stllib/Makefile
==============================================================================
--- head/devel/pure-stllib/Makefile	Wed Mar 15 11:29:33 2017	(r436208)
+++ head/devel/pure-stllib/Makefile	Wed Mar 15 11:30:43 2017	(r436209)
@@ -11,6 +11,7 @@ MAINTAINER=	lichray at gmail.com
 COMMENT=	Pure interface to C++ STL map and vectors
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		compiler:c++11-lib pkgconfig pure
 

Modified: head/devel/pure-stllib/pkg-descr
==============================================================================
--- head/devel/pure-stllib/pkg-descr	Wed Mar 15 11:29:33 2017	(r436208)
+++ head/devel/pure-stllib/pkg-descr	Wed Mar 15 11:30:43 2017	(r436209)
@@ -3,4 +3,4 @@ pure-stlvec and pure-stlmap. These addon
 selection of containers provided by the C++ Standard Library, specialized
 to hold pointers to arbitrary Pure expressions.
 
-WWW: http://docs.pure-lang.googlecode.com/hg/pure-stllib.html
+WWW: https://puredocs.bitbucket.io/pure-stllib.html


More information about the svn-ports-all mailing list