Index: head/devel/pure-stldict/Makefile =================================================================== --- head/devel/pure-stldict/Makefile (revision 436232) +++ head/devel/pure-stldict/Makefile (revision 436233) @@ -1,34 +1,34 @@ # Created by: Zhihao Yuan # $FreeBSD$ PORTNAME= pure-stldict PORTVERSION= 0.8 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/ 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 CXXFLAGS+= -std=c++0x -DHAVE_STD_IS_PERMUTATION PORTDOCS= README PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/devel/pure-stldict/pkg-descr =================================================================== --- head/devel/pure-stldict/pkg-descr (revision 436232) +++ head/devel/pure-stldict/pkg-descr (revision 436233) @@ -1,6 +1,6 @@ This package provides a light-weight, no frills interface to the C++ dictionary containers map and unordered_map. The stldict module makes 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