diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-26 17:05:07 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-26 17:05:07 +0800 |
commit | 9fcec73762d68a27d7cf7319d8db646340b44e67 (patch) | |
tree | 9726cf143bef1a7582dbfa76ee5aa0937262d4c7 /net-p2p | |
parent | f1d8e10d35cd6b533d2e4a404faa50a005192be6 (diff) | |
download | freebsd-ports-gnome-9fcec73762d68a27d7cf7319d8db646340b44e67.tar.gz freebsd-ports-gnome-9fcec73762d68a27d7cf7319d8db646340b44e67.tar.zst freebsd-ports-gnome-9fcec73762d68a27d7cf7319d8db646340b44e67.zip |
- Update WWW
- Add LICENSE
- Add LICENSE_FILE
Approved by: portmgr blanket
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/eiskaltdcpp-lib/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp-lib/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile index e59618d2b086..9e95e2409358 100644 --- a/net-p2p/eiskaltdcpp-lib/Makefile +++ b/net-p2p/eiskaltdcpp-lib/Makefile @@ -11,7 +11,8 @@ PKGNAMESUFFIX?= -lib MAINTAINER= fjoe@FreeBSD.org COMMENT= Direct Connect client shared library -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes diff --git a/net-p2p/eiskaltdcpp-lib/pkg-descr b/net-p2p/eiskaltdcpp-lib/pkg-descr index d21bf7f070b4..f78a1d7a352b 100644 --- a/net-p2p/eiskaltdcpp-lib/pkg-descr +++ b/net-p2p/eiskaltdcpp-lib/pkg-descr @@ -5,4 +5,4 @@ interoperates with all common DC hub software. This port is DC++ core (customized) compiled as shared library. -WWW: http://code.google.com/p/eiskaltdc/ +WWW: https://github.com/eiskaltdcpp/eiskaltdcpp |