diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-03-15 19:56:25 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 20:01:18 +0800 |
commit | 65228bcdacfa95c9690b36740dc719384b8ee4b1 (patch) | |
tree | 8f6a191685f0b06072fd697e3cf9f3dcebd6a5e3 /net/pure-sockets | |
parent | 40b632e7830e553e37e5fda5fe7a3ab5dab500ad (diff) | |
download | freebsd-ports-gnome-65228bcdacfa95c9690b36740dc719384b8ee4b1.tar.gz freebsd-ports-gnome-65228bcdacfa95c9690b36740dc719384b8ee4b1.tar.zst freebsd-ports-gnome-65228bcdacfa95c9690b36740dc719384b8ee4b1.zip |
- Fix LICENSE
- Fix WWW:
Diffstat (limited to 'net/pure-sockets')
-rw-r--r-- | net/pure-sockets/Makefile | 3 | ||||
-rw-r--r-- | net/pure-sockets/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net/pure-sockets/Makefile b/net/pure-sockets/Makefile index d155e2b24f7f..a234e71b3fa7 100644 --- a/net/pure-sockets/Makefile +++ b/net/pure-sockets/Makefile @@ -10,8 +10,7 @@ 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 diff --git a/net/pure-sockets/pkg-descr b/net/pure-sockets/pkg-descr index aac7269743d1..691121c31787 100644 --- a/net/pure-sockets/pkg-descr +++ b/net/pure-sockets/pkg-descr @@ -3,4 +3,4 @@ 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 |