svn commit: r436236 - head/net/pure-sockets

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Mar 15 11:56:26 UTC 2017


Author: amdmi3
Date: Wed Mar 15 11:56:25 2017
New Revision: 436236
URL: https://svnweb.freebsd.org/changeset/ports/436236

Log:
  - Fix LICENSE
  - Fix WWW:

Modified:
  head/net/pure-sockets/Makefile
  head/net/pure-sockets/pkg-descr

Modified: head/net/pure-sockets/Makefile
==============================================================================
--- head/net/pure-sockets/Makefile	Wed Mar 15 11:56:07 2017	(r436235)
+++ head/net/pure-sockets/Makefile	Wed Mar 15 11:56:25 2017	(r436236)
@@ -10,8 +10,7 @@ DIST_SUBDIR=	pure
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Pure language interface to the Berkeley socket functions
 
-LICENSE=	GPLv3 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL3+
 
 USES=		pkgconfig pure
 

Modified: head/net/pure-sockets/pkg-descr
==============================================================================
--- head/net/pure-sockets/pkg-descr	Wed Mar 15 11:56:07 2017	(r436235)
+++ head/net/pure-sockets/pkg-descr	Wed Mar 15 11:56:25 2017	(r436236)
@@ -3,4 +3,4 @@ functionality, so you can create sockets
 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


More information about the svn-ports-head mailing list