Index: head/net/pure-sockets/Makefile =================================================================== --- head/net/pure-sockets/Makefile (revision 436235) +++ head/net/pure-sockets/Makefile (revision 436236) @@ -1,36 +1,35 @@ # Created by: Zhihao Yuan # $FreeBSD$ PORTNAME= pure-sockets PORTVERSION= 0.7 CATEGORIES= net MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/ DIST_SUBDIR= pure MAINTAINER= ports@FreeBSD.org COMMENT= Pure language interface to the Berkeley socket functions -LICENSE= GPLv3 LGPL3 -LICENSE_COMB= dual +LICENSE= LGPL3+ USES= pkgconfig pure PORTDOCS= README PORTEXAMPLES= * PLIST_FILES= lib/pure/sockets.pure \ lib/pure/sockets.so OPTIONS_DEFINE= DOCS EXAMPLES post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pure/sockets.so 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/net/pure-sockets/pkg-descr =================================================================== --- head/net/pure-sockets/pkg-descr (revision 436235) +++ head/net/pure-sockets/pkg-descr (revision 436236) @@ -1,6 +1,6 @@ Pure interface to the Berkeley socket functions. Provides most of the core functionality, so you can create sockets for both stream and datagram based protocols and use these to transmit messages. Unix-style file sockets are also available if the host system supports them. -WWW: http://docs.pure-lang.googlecode.com/hg/pure-sockets.html +WWW: https://puredocs.bitbucket.io/pure-sockets.html