diff options
author | maya <maya@pkgsrc.org> | 2020-04-07 14:14:55 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2020-04-07 14:14:55 +0000 |
commit | 783f72d09b68d6978af54000df06202cf3f0da05 (patch) | |
tree | be346fce31c7c53db65e0784d22604669134c537 /net | |
parent | 335961c70e1c0015754f2232ee75ddbdaf71c7f9 (diff) | |
download | pkgsrc-783f72d09b68d6978af54000df06202cf3f0da05.tar.gz |
megatools: update to a pre-release snapshot, megatools-1.11.0.20200404
- Omit docs because it requires wip/docbook2X.
megatools 1.10.3 - 2018-08-??
=============================
This release introduces new features.
Improvements:
- Megatools now install a single `megatools` executable, where former
`megaXYZ ...` commands now have to be executed as `megatools XYZ ...`.
- Implemented PKP (public key pinning for mega.nz's API server). Megatools
no longer use public certificate authorities to verify API server's
authenticity. If you use software that MITM's your web traffic, megatools
will not allow this anymore.
Diffstat (limited to 'net')
-rw-r--r-- | net/megatools/Makefile | 11 | ||||
-rw-r--r-- | net/megatools/PLIST | 18 | ||||
-rw-r--r-- | net/megatools/distinfo | 10 |
3 files changed, 14 insertions, 25 deletions
diff --git a/net/megatools/Makefile b/net/megatools/Makefile index 8e4576a7ddb..c78ffdb43a1 100644 --- a/net/megatools/Makefile +++ b/net/megatools/Makefile @@ -1,21 +1,20 @@ -# $NetBSD: Makefile,v 1.19 2020/03/08 16:50:56 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2020/04/07 14:14:55 maya Exp $ -DISTNAME= megatools-1.10.2 -PKGREVISION= 8 +DISTNAME= megatools-1.11.0-git-20200404 +PKGNAME= megatools-1.11.0.20200404 CATEGORIES= net -MASTER_SITES= https://megatools.megous.com/builds/ +MASTER_SITES= https://megatools.megous.com/builds/experimental/ MAINTAINER= root@zta.lk HOMEPAGE= https://megatools.megous.com/ COMMENT= Command line client for Mega.co.nz LICENSE= gnu-gpl-v2 -TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake .include "../../devel/glib2/buildlink3.mk" .include "../../www/curl/buildlink3.mk" +.include "../../devel/meson/build.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/megatools/PLIST b/net/megatools/PLIST index 652440d6c0c..4828fd1b841 100644 --- a/net/megatools/PLIST +++ b/net/megatools/PLIST @@ -1,26 +1,16 @@ -@comment $NetBSD: PLIST,v 1.2 2018/10/09 12:21:20 leot Exp $ +@comment $NetBSD: PLIST,v 1.3 2020/04/07 14:14:55 maya Exp $ bin/megacopy bin/megadf bin/megadl +bin/megaexport bin/megaget bin/megals bin/megamkdir bin/megaput bin/megareg bin/megarm -man/man1/megacopy.1 -man/man1/megadf.1 -man/man1/megadl.1 -man/man1/megaget.1 -man/man1/megals.1 -man/man1/megamkdir.1 -man/man1/megaput.1 -man/man1/megareg.1 -man/man1/megarm.1 -man/man5/megarc.5 -man/man7/megatools.7 -share/doc/megatools/HACKING -share/doc/megatools/INSTALL +bin/megatest +bin/megatools share/doc/megatools/LICENSE share/doc/megatools/NEWS share/doc/megatools/README diff --git a/net/megatools/distinfo b/net/megatools/distinfo index ad64901e641..21419296017 100644 --- a/net/megatools/distinfo +++ b/net/megatools/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2018/10/09 12:21:20 leot Exp $ +$NetBSD: distinfo,v 1.4 2020/04/07 14:14:55 maya Exp $ -SHA1 (megatools-1.10.2.tar.gz) = a1ab8663549ca9ddc1173604eb850371b28cca94 -RMD160 (megatools-1.10.2.tar.gz) = 01a2437f40da4112e496de15682268cb0da70bd9 -SHA512 (megatools-1.10.2.tar.gz) = 6d9a5dcba6be12bce38313c3481565b2f8671e354d2e021614b62c2cf30963b9e4a87574dd80b36613290db7721e3ef4d32072a19efee76ff292b17bc6c2bafe -Size (megatools-1.10.2.tar.gz) = 300486 bytes +SHA1 (megatools-1.11.0-git-20200404.tar.gz) = 7d9fe2770d52f6e265d2840fcad23d87e7be6151 +RMD160 (megatools-1.11.0-git-20200404.tar.gz) = 2cdffc72a9214d3407b24ecaf6ed168f8fe91ba5 +SHA512 (megatools-1.11.0-git-20200404.tar.gz) = 874b569e3a9d1311f169a5b4e3c40aa3be053344389abae67541f64cb253f5a13bb6f64634524ff10d493772519121206ab7bb535367635cee6194ceb6c603b7 +Size (megatools-1.11.0-git-20200404.tar.gz) = 102383 bytes |