Date: Thu, 30 Apr 2020 07:15:20 +0000 (UTC) From: Hiroki Tagato <tagattie@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533413 - head/net/megatools Message-ID: <202004300715.03U7FKct074070@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tagattie Date: Thu Apr 30 07:15:19 2020 New Revision: 533413 URL: https://svnweb.freebsd.org/changeset/ports/533413 Log: - 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 Modified: head/net/megatools/Makefile head/net/megatools/distinfo Modified: head/net/megatools/Makefile ============================================================================== --- head/net/megatools/Makefile Thu Apr 30 07:02:58 2020 (r533412) +++ head/net/megatools/Makefile Thu Apr 30 07:15:19 2020 (r533413) @@ -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,15 +12,16 @@ 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 Modified: head/net/megatools/distinfo ============================================================================== --- head/net/megatools/distinfo Thu Apr 30 07:02:58 2020 (r533412) +++ head/net/megatools/distinfo Thu Apr 30 07:15:19 2020 (r533413) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004300715.03U7FKct074070>