diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2020-04-30 15:15:19 +0800 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2020-04-30 15:15:19 +0800 |
commit | a141396b68a07f79baabcb9e89895532f18a77a8 (patch) | |
tree | 9a81fddef8a92c926d57b67d56a47e8051398930 /net | |
parent | c583ea8ba3361bc8e102f06713385a6ca3d68d62 (diff) | |
download | freebsd-ports-gnome-a141396b68a07f79baabcb9e89895532f18a77a8.tar.gz freebsd-ports-gnome-a141396b68a07f79baabcb9e89895532f18a77a8.tar.zst freebsd-ports-gnome-a141396b68a07f79baabcb9e89895532f18a77a8.zip |
- Update to 1.10.3
- Make portclippy happy
PR: 245660
Submitted by: Max Kostikov <max@kostikov.co> (maintainer)
Approved by: ehaupt (mentor)
Changelog: https://megatools.megous.com/builds/NEWS
Diffstat (limited to 'net')
-rw-r--r-- | net/megatools/Makefile | 12 | ||||
-rw-r--r-- | net/megatools/distinfo | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/net/megatools/Makefile b/net/megatools/Makefile index ef6eb9c9a408..ef7ef04ffb70 100644 --- a/net/megatools/Makefile +++ b/net/megatools/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= megatools -PORTVERSION= 1.10.2 -PORTREVISION= 2 +PORTVERSION= 1.10.3 CATEGORIES= net MASTER_SITES= https://megatools.megous.com/builds/ @@ -13,16 +12,17 @@ COMMENT= Command line tools for MEGA.NZ cloud drive LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libcurl.so:ftp/curl BUILD_DEPENDS= asciidoc:textproc/asciidoc +LIB_DEPENDS= libcurl.so:ftp/curl -CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ - OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" USES= compiler:c11 gettext-runtime gmake gnome libtool pathfix \ pkgconfig ssl -GNU_CONFIGURE= yes USE_GNOME= glib20 +GNU_CONFIGURE= yes +CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ + OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" + INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS diff --git a/net/megatools/distinfo b/net/megatools/distinfo index ec09a44e59fd..d5271b542785 100644 --- a/net/megatools/distinfo +++ b/net/megatools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1535804473 -SHA256 (megatools-1.10.2.tar.gz) = 179e84c68e24696c171238a72bcfe5e28198e4c4e9f9043704f36e5c0b17c38a -SIZE (megatools-1.10.2.tar.gz) = 300486 +TIMESTAMP = 1587022137 +SHA256 (megatools-1.10.3.tar.gz) = 8dc1ca348633fd49de7eb832b323e8dc295f1c55aefb484d30e6475218558bdb +SIZE (megatools-1.10.3.tar.gz) = 196361 |